StableX Academy

Learn crypto the right way.

114 plain-English lessons ยท 15 modules

0/114 ยท 0%
Start learning โ†’

Nonce

A nonce is a "number used once": a counter on account-based chains, and the value miners vary while searching for a valid block hash.

In depth

On Ethereum every account has a nonce that increments with each transaction, so a signed payment cannot be re-broadcast a second time. In mining, the nonce is the field in the block header that miners change billions of times until the headerโ€™s hash meets the difficulty target. Same word, two related jobs.

Left: account nonce 0, 1, 2 next to sequential transactions. Right: header with nonce spinning until the hash shows leading zeros.

Why it matters

A stuck transaction is often a nonce problem; understanding it helps you diagnose delays.