What Is Nonce?
A nonce ("number used once") is the variable that Proof-of-Work miners iterate through when trying to find a valid block hash. The mining process involves combining the block header data with different nonce values and hashing the result. When the hash meets the difficulty requirement (starts with enough zeros), the block is valid and the miner earns the reward.
How Nonce Works
Modern Bitcoin mining requires trying trillions of nonces per second (terahashes per second). The nonce field in the block header is only 32 bits (4 billion possibilities), which is insufficient for modern mining — miners also vary the timestamp and a field called the extra nonce in the coinbase transaction to expand the search space.
Why It Matters for Traders
The nonce is the core of the energy expenditure that secures Proof-of-Work blockchains. Each nonce attempted consumes electricity. The difficulty adjustment ensures that, regardless of total hash power, finding the right nonce takes approximately the target block time (10 minutes for Bitcoin). This predictable energy cost is what gives mined cryptocurrencies their "unforgeable costliness" — a property valued by monetary theorists.