2

With all the stats and metrics out there I was surprised I could not find this out. Has anyone ever determined the highest nonce in a block?

Corbin
  • 275
  • 2
  • 9

1 Answers1

5

Through block 512961, the highest (little-endian) nonce value to date is 4294956079 (0xffffd42f), in block 219742.

The lowest is 1082 (0x0000043a), in block 67071.

The script I used to gather this data is at https://github.com/neldredge/bitcoin-blocks.

Nate Eldredge
  • 23,040
  • 3
  • 40
  • 80