Zum Inhalt springen
Zerotoinvest
DEEN

Blockchain without the jargon

A blockchain is a ledger kept by many people at once, where nothing can be changed after the fact without it being noticed.

2 min read Last checked: 2026-09-05

Picture a village where everyone keeps an identical notebook. Every payment is announced out loud, and everyone writes it down. Anyone who later fakes a page gets caught, because hundreds of other notebooks say something different.

That's exactly what a blockchain does, just with computers. Entries are bundled into blocks, and each block contains a fingerprint of the one before it. If someone changes an old entry, that fingerprint changes, and the whole chain after it no longer matches.

So that not everyone writes at once, there needs to be a rule for who gets to add the next block. With Bitcoin, that requires a huge amount of computing work. With other systems, you have to post your own money as collateral, which you lose if you cheat.

The takeaway: security comes not from secrecy but from openness. Everyone sees everything, which is why manipulation gets caught. What a blockchain can't do: verify whether something recorded on it is actually true in the real world.

Why nothing can change unnoticed. Every block carries the previous block's fingerprint. Changing one breaks the whole chain after it.Block 1····Block 2····changedBlock 3····no longer matchesBlock 4····no longer matchesPrevious block's fingerprintzerotoinvest.com
Why nothing can change unnoticed Every block carries the previous block's fingerprint. Changing one breaks the whole chain after it.

Summary

  • Every block carries the previous one's fingerprint, so any change gets caught.
  • Security comes from openness, not secrecy.
  • The chain guarantees consistency, not truth.

Did you get it?

Why can't an old entry be changed unnoticed?

Because every block contains the hash of the one before it. A change would invalidate the entire chain that follows.

What's the difference between proof of work and proof of stake?

One creates economic weight through computing effort, the other through posted capital that's forfeited on misbehavior.

What is the oracle problem?

A blockchain can secure the consistency of its entries, but can't verify whether they match reality.

Related

Where to go from here

Next lessonInvesting and trading are two different things