Block Propagation

Block propagation is how newly mined blocks spread across a crypto network, affecting stale block risk and miner revenue.

3 min read
miningbitcoinnetworkblock-propagationorphan-blocks

Definition

Block propagation is the process of sending a newly mined block from its miner to the rest of the cryptocurrency network. The faster a block reaches other nodes and miners, the faster the network can verify it and build on top of it. Slow propagation increases the chance that another miner finds a competing block at the same height.

How It Works

When a miner finds a valid block, it broadcasts it to connected peers, pool servers, or specialized relay networks. Each receiving node checks that the block header links to the previous block, the proof of work meets the current target, and the transactions follow network rules.

After a node accepts the block, it forwards the block to more peers. This creates a rapid spread across the peer-to-peer network, but it is not instant. Speed depends on latency, bandwidth, validation time, block size, and how well connected the miner or pool is.

Modern Bitcoin nodes use relay improvements such as compact blocks, which let peers rebuild a block using transactions they already have in their mempool. This reduces the data needed before a node can validate and forward the block. Mining pools also use protocols such as Stratum to push new work when the chain tip changes.

Why It Matters

Block propagation matters because mining rewards depend on being part of the chain that the network accepts. If two miners find valid blocks at nearly the same time, the block that spreads faster is more likely to become the one other miners build on.

The slower block may become stale, meaning it was valid but did not remain in the main chain. For miners, that usually means losing the block reward and transaction fees for that block.

Fast propagation also reduces wasted hash rate. A miner that learns about a new block quickly can stop working on an outdated block template and switch to the current chain tip. For smaller miners, good connectivity helps narrow the advantage held by large pools.