Live Blockchain Demo

3. Block

A block wraps data with a block number and a nonce, and hashes all three together. The network only accepts blocks whose hash starts with four zeros — so when you change the data, the block breaks (turns red). Press Mine to search for a new nonce that makes it valid again.

#
0000f727854b50bb95c054b39c1fe5c92e5ebcfa4bcb5dc279f56aa96a365e5a

Next: 4. Blockchain →


This interactive demo was created by Anders Brownworth and is rebuilt here as a self-hosted, dependency-free version. SHA-256 runs entirely in your browser; blocks turn red when their hash no longer starts with 0000 and green again once re-mined.