Skip to content
buybitcoinsmart

Glossary / Basics

Peer-to-peer

Also known as P2P.

Definition
Peer-to-peer describes a network where every participant connects directly to other participants as an equal, with no central server in the middle deciding whose payment goes through.

Satoshi Nakamoto put the phrase in the title of the whitepaper published on October 31, 2008, and it is the design constraint everything else follows from. Bitcoin nodes gossip transactions and blocks to a handful of neighbours, who pass them on, until the whole network has them. Nothing you do on bitcoin's base layer requires a company's cooperation, which is why the word is worth understanding literally.

How it works

A bitcoin node joins the peer-to-peer network by finding a few strangers and talking to them directly.

The first contact comes from DNS seeds, a small list of hostnames hardcoded in the software that return addresses of reachable nodes. From there the node learns about more peers from the peers it already has. Bitcoin Core opens 8 outbound full-relay connections plus 2 block-relay-only connections by default, listens on port 8333, and accepts up to 125 connections in total. Those numbers are small on purpose: a node does not need to see everyone, only enough neighbours that messages reach the whole network within seconds.

Messages travel by flooding. When you broadcast a transaction, your node announces it to its peers, who request it, validate it, and announce it onward. Blocks propagate the same way. Every node checks every rule for itself before passing anything on, so a peer that lies is simply ignored and eventually disconnected. There is no authority to complain to and no authority to compromise, which is the security benefit of the structure.

Equality here means equality of rights, not of resources. A Raspberry Pi and a mining pool with warehouses of hardware are the same kind of participant on the network, and the small node enforces the rules on the large one by refusing invalid blocks. What the mining pool has is a better chance of creating the next block, not a better vote on what counts as valid.

Why this matters when you buy bitcoin

The peer-to-peer part is the reason coins in your own wallet behave differently from coins on an exchange, and the difference shows up in exactly the moments you would rather it did not.

Sending from self-custody means broadcasting to a few peers. There is no business process, no compliance queue, no weekend, and no daily limit. Sending from an exchange means asking a company, which can pause withdrawals, ask for more documents, or fail entirely. Both are called sending bitcoin; only one of them is peer-to-peer.

It also sets a limit on what regulation can practically reach. Of the 231 countries covered here, the ones that ban bitcoin, China among them, block the companies rather than the protocol, because there is no head office to serve papers on. That is a factual observation about network design, not an invitation: the personal legal risk in a country with a ban is real and falls on you, and the ban blocks the exchanges you would need to convert money in either direction.

The last practical consequence is verification. Because the network is peer-to-peer, you can run a node on a home connection and check your own payments against the rules rather than trusting an explorer or a wallet provider. That is a genuinely different relationship with money, and it costs about as much electricity as a lightbulb.

Two things called P2P

The term peer-to-peer does double duty in bitcoin, and conflating the two meanings costs people money.

The first meaning is the network above, which needs no counterparty. The second is the peer-to-peer marketplace, a website where two humans agree a price and swap bitcoin for a bank transfer, cash, or mobile money. Those marketplaces are companies with employees, escrow systems, and legal exposure, and their history proves it. LocalBitcoins, once the largest, announced its closure in February 2023. Paxful Holdings pleaded guilty on December 9, 2025 to operating an unlicensed money transmitting business and to anti-money-laundering failures, paying a 4 million dollar penalty, after its co-founder pleaded guilty in July 2024.

The trades themselves are person to person, but the platform holding the escrow is not, and the escrow is where the counterparty risk lives. If you use one, check the platform's status first, insist on the escrow, and never release coins on a promise that payment is "on its way".

Peer-to-peer vs P2P exchange

Peer-to-peer is a property of bitcoin's network; a P2P exchange is a business that introduces buyers to sellers. The network has no operator, no terms of service, and no ability to freeze anything. A P2P exchange has all three, plus a dispute process and, in most jurisdictions now, identity verification. Calling both P2P is accurate English and misleading finance, so when someone recommends "buying P2P", ask which one they mean.

Peer-to-peer vs DEX

Peer-to-peer means direct connections between participants, while a decentralised exchange is a set of smart contracts, usually on another chain, that swap assets according to a formula. A DEX removes the company but not the platform: you are trading against a pool of capital governed by code, on a network with its own fees and its own governance. Bitcoin's base layer offers no such venue, which is why buying bitcoin still involves either an exchange or another human.

Not to be confused with

Frequently asked questions

Does peer-to-peer mean bitcoin has no servers at all?

It means no server is required. Nodes are ordinary computers run by anyone, and a handful of DNS seed hostnames only help a new node find its first peers. Remove any one of them and the network continues.

Is buying on a P2P marketplace safer than using an exchange?

Not automatically. A marketplace is still a company holding escrow, and the two largest have failed or pleaded guilty to money transmission offences. The trade is person to person, but the counterparty risk sits with the platform.

Do I need to run a node to make peer-to-peer payments?

No, wallets broadcast through peers on your behalf. Running your own node means you verify the rules yourself and no longer ask a third party what your balance is, which is a privacy and trust improvement rather than a requirement.

Read next

Related terms

More in Basics