What is Nonce?
A 32-bit field in the block header that miners vary to change the header's hash while searching for a valid block.
Because the nonce is only 32 bits, roughly four billion values, modern miners exhaust it in a fraction of a second. They then change other parts of the candidate block — the timestamp, or the coinbase transaction, which alters the merkle root — and search again.
The nonce is the clearest illustration of what mining is: not computation toward an answer, but repeated re-rolling until a random output lands below a threshold.
Related terms
Proof of work
The mechanism that secures Bitcoin: miners must find a hash below a difficulty target, which is expensive to…
How it worksMerkle root
A single hash in the block header that commits to every transaction in the block, built by hashing…
MiningMining
The process of assembling candidate blocks and searching for a valid proof of work, rewarded with the block…
This definition is part of the Bitcoin Logical glossary. For the fuller explanation, start with Learn, or see the live numbers on The Bitcoin Signal.