Skip to main content

Nakamoto Consensus

consensus
proof-of-work

A probabilistic consensus mechanism using proof-of-work where the longest valid chain is considered authoritative.

1
basic

Nakamoto Consensus is the mechanism introduced by Bitcoin where nodes consider the chain with the most cumulative proof-of-work to be the valid one. Miners bundle transactions into blocks and compete via proof-of-work; the chain that grows the fastest (by accumulated work) becomes the network’s authoritative history.

2
probabilistic-finality

Finality is probabilistic—each additional confirmation exponentially reduces the chance of a reorg replacing a transaction. High-value transfers often wait for more confirmations as a risk mitigation.

3
security-model

Security assumes no attacker controls a majority of hash rate. Difficulty adjustment keeps average block time stable even as hash power fluctuates, maintaining predictable confirmation cadence.

Conceptual links

Related terms

4 linked

Explore connected entries beyond the alphabetical index.

All terms and definitions may update as the Cryptionary improves.