Definition
When a miner finds a valid block, it must be transmitted to all other nodes on the network. This propagation is not instantaneous due to network latency, bandwidth limitations, and the time required for nodes to validate the block. Larger blocks take longer to propagate.
Propagation delay is the main cause of orphan/stale blocks: if two miners find blocks near-simultaneously, nodes closer to each miner will see different blocks first. Technologies like compact block relay (BIP 152) significantly reduce propagation times by transmitting only transaction IDs rather than full transaction data.
In Simple Terms
The time for a new block to spread across the network. Faster propagation reduces competing blocks.
Propagation Delay is a term used in Bitcoin mining related to network & protocol.
Also known as: Block propagation, Network latency.
When a miner finds a valid block, it must be transmitted to all other nodes on the network. This propagation is not instantaneous due to network latency, bandwidth limitations, and the time required for nodes to validate the block. Larger blocks take longer to propagate.
Propagation delay is the main cause of orphan/stale blocks: if two miners find blocks near-simultaneously, nodes closer to each miner will see different blocks first. Technologies like compact block relay (BIP 152) significantly reduce propagation times by transmitting only transaction IDs rather than full transaction data.
Understanding propagation delay is important for Bitcoin miners because it directly impacts mining operations, hardware selection, or profitability calculations. Whether you are a home miner running a Bitaxe or operating a larger ASIC setup, this concept helps inform better mining decisions.
Related terms: Orphan Block, Stale Block, Block.
