LOGBOOK

HELP

Quiz Entry - updated: 2026.07.30

What is hash chaining?

Storing each block's hash inside the next block, so the blocks form a linked sequence where every fingerprint depends on all the history before it.

This single design choice is what makes a blockchain tamper-evident: edit any past block and its hash changes, so the next block's stored "previous hash" no longer matches, breaking every link downstream.

From Quiz: IOTHACK / IOTHACK Glossary | Updated: Jul 30, 2026