Blockchain & Crypto
Lesson 1 of 3 6 min +40 XP

Blocks & Hashes

A chain no one can quietly edit.

What you'll learn

  • Understand blocks & hashes
  • Apply it to real examples
  • Check yourself with a quiz
The tamper-evident diary

Imagine a diary where each page's number is computed from the page before it. Change an old page and every later number breaks, exposing the edit. A blockchain links blocks by hashes exactly this way.

Linked by fingerprints

A hash is a data fingerprint; each block includes the previous block's hash. Altering one block breaks every later link.

Knowledge Check

+10 XP / correct

1. A hash is a…

2. Editing an old block…