In a peer-to-peer system, every participant connects directly to other participants rather than routing requests through a central hub. There is no single company or server that can be switched off to stop the network: each computer, or node, holds a copy of the rules and can talk to any other node it discovers.
The idea predates crypto by decades. Early file-sharing tools like Napster still relied on a central index server, but later systems such as Gnutella and BitTorrent removed that single point of failure entirely, letting users exchange files directly. Bitcoin's 2008 whitepaper explicitly built on these lessons, describing itself as "a purely peer-to-peer version of electronic cash" that needed no bank or payment processor in the middle.
Most blockchains stay in sync using a gossip protocol: when a node learns about a new transaction or block, it forwards it to a handful of random peers, who forward it to theirs, until the entire network has the update within seconds. This is what allows a distributed ledger to reach agreement without a coordinator, and why it takes so much coordinated effort to disrupt a large network like Bitcoin or Ethereum.
The same principle extends beyond block propagation. Peer-to-peer trading lets two users swap assets directly, and it underpins decentralized exchanges and non-custodial wallet transfers. The tradeoff is that P2P networks depend on enough independent, well-connected nodes staying online; if too many peers drop out or collude, propagation slows and censorship resistance weakens.