Glossary
Orphan Block
16/04/2026
An orphan block (also called a stale block) is a valid block that was successfully mined but not included in the main blockchain. This happens when two miners find a valid block at approximately the same time — the network accepts one and discards the other.
How orphan blocks occur
- Two miners (or pools) solve a block simultaneously
- Both broadcast their block to the network
- Different nodes receive different blocks first and temporarily have conflicting chain tips
- The network converges on the longer chain — the block in the shorter branch becomes orphaned
- The miner of the orphaned block receives no reward — the block reward and fees are lost
Impact on miners
- Lost revenue — orphaned blocks mean wasted work and no reward
- Higher orphan rate at large pools — large pools with high hashrate find blocks more frequently, but high latency between pool members increases orphan risk
- Orphan rate — the percentage of orphaned blocks is a key pool efficiency metric
Orphan blocks in DAG chains
In DAG-based blockchains like Kaspa, blocks that would be orphaned in a traditional chain are instead included in the DAG structure and can still earn rewards — reducing wasted work.
