Blockchain

Core route · cryptography

Hashing, chaining, and the tamper cascade.

This lab turns blockchain mechanics into an editable sandbox. Fill block fields, mine a nonce, and watch how altering one block invalidates everything downstream. It builds intuition for chained state before moving into signatures and privacy.

At a glance

Why this matters

Blockchain is often explained with jargon. This makes the core mechanic — chained hashes and tamper propagation — something you can see and break yourself.

What to try first

Mine a block, then tweak a field in an earlier block and watch the cascade fail. Once that feels obvious, open the distributed view to see how consensus fits into the same model.

Time and level

About 10 to 15 minutes. Beginner friendly. It is the clearest first stop in the cryptography sequence because the failure mode is visible immediately.

Embed

Reading path