Orphaned Block Probability
Orphaned block probability refers to the likelihood that a block successfully mined by a participant is rejected by the network consensus because another valid block was propagated and accepted by the majority of nodes at the same height simultaneously. In a decentralized blockchain, propagation latency causes different nodes to see different versions of the ledger briefly.
When two miners solve the proof-of-work puzzle at nearly the same time, the network temporarily forks. Eventually, the chain with the most accumulated work is chosen as the canonical chain, and the losing block becomes an orphan.
This probability is a critical metric for network security and efficiency, as high orphaned block rates can reduce throughput and increase the vulnerability to certain types of consensus attacks. It is heavily influenced by network bandwidth, block size, and the average time between blocks.
Miners account for this risk when calculating their expected returns, as an orphaned block yields no transaction fees or block rewards.