GaiaEx Academy
Lesson 3 of 29
beginner5 minQuiz included

Blockchain Fundamentals

What Is a Blockchain?

What a blockchain is, how it reaches agreement, and where it actually helps.

Updated Jun 22, 2026Reviewed by GaiaEx Academy Editorial

In this lesson

  • How blocks are chained together over time
  • What 'decentralized' really means in practice

Key takeaways

  1. 1Each block references the previous one, forming a tamper-evident chain
  2. 2Many participants keep identical copies
  3. 3Changing history would mean rewriting every copy at once

Lesson summary

A blockchain is a timeline.

Mental model

The core idea behind a blockchain

A blockchain is a timeline. Each new block carries a reference to the prior block, so the record becomes a linked chain of evidence rather than a loose folder of entries.

Once a blockchain is clear, the mechanics in the next section read as common sense rather than trivia.

  • How blocks are chained together over time
  • What 'decentralized' really means in practice

Mechanics

How to reason about a blockchain

A block contains transactions plus metadata about the previous block.

Changing an old transaction changes the block fingerprint and breaks the link to later blocks.

Nodes reject histories that do not satisfy the network's rules.

Put together, the throughline is that each block references the previous one, forming a tamper-evident chain.

  • Each block references the previous one, forming a tamper-evident chain
  • Many participants keep identical copies
  • Changing history would mean rewriting every copy at once

Example

A concrete a blockchain example

If someone changes a payment from last week, every later block would no longer match the old chain. The attacker would need to rebuild and convince the network to accept that version.

Read the a blockchain example as a procedure you can repeat: name the action, the result, the data that proves it, and the point where it could fail.

The numbers change, but the link between action, proof, and risk is what makes a blockchain transfer to your own decisions.

RememberDecision rule: Judge decentralization by who can validate, propose, censor, and rewrite history in practice.

Common mistakes

The usual a blockchain trap

Decentralized does not mean every user controls the network equally. It means no single party should be able to force a private version of history on everyone else.

The fix for this a blockchain mistake is to state the hidden assumption in one sentence and check it against the takeaways above.

Treat any a blockchain mistake as a signal to slow down and demand evidence, especially when the decision feels obvious.

Risk notes

What can go wrong with a blockchain

Weak node diversity, centralized infrastructure, or a small validator set can reduce the practical decentralization that the chain claims to have.

When the a blockchain evidence is thin, keep your exposure small and stay in research mode until it improves.

Knowing the a blockchain failure modes in advance is what lets you act decisively when the setup is genuinely sound.

  • Describe how blocks link together.
  • Explain why old edits are visible.
  • Identify one centralization risk.

Practice

Put a blockchain to work

Practise What Is a Blockchain? on something real — a product page, a chart, a transaction, or a headline tied to Blockchain Fundamentals.

Write your a blockchain answers as specific, testable sentences; if a sceptic could not challenge them with evidence, they are still too vague.

  • Describe how blocks link together.
  • Explain why old edits are visible.
  • Identify one centralization risk.

Review

Key terms

Block
A batch of transactions bundled together and cryptographically linked to the previous block.
Blockchain
A shared, append-only ledger replicated across many computers, secured by cryptography and consensus.
Node
A computer that stores and validates a blockchain's ledger.
Validator
A staker who proposes and attests to blocks in Proof of Stake.
Large Language Model (LLM)
An AI model trained to predict and generate text from context.

Source notes

Editorial references

These references are starting points for verifying the mechanisms, risk checks, and product context behind this lesson.

Before you continue

Can you do these?

  • Describe how blocks link together.
  • Explain why old edits are visible.
  • Identify one centralization risk.

Related learning

Keep reading

Checkpoint

Finish this lesson

Pass the check to save progress, then continue through the track in order.

Knowledge check

Lock in this lesson

Answer every question correctly to complete the lesson.

1 / 2

Blocks are added to a blockchain…