Blockchain Basics — Learning hub

Blockchain Basics

A reference hub for blockchain fundamentals — the shared concepts behind how blockchains work.

Learning layer — Foundations (Beginner → Intermediate)

This hub focuses on shared concepts rather than any single network, so the same mental model applies across different blockchains.

Use it to get oriented before exploring modules, glossary terms, and guides that build on a consistent system-level view.

Use this hub as a reference, or take the one-hour track for a guided mental model.

What this hub covers

  • Transactions and blocks: how data is constructed, ordered, and recorded.
  • State and on-chain data models: why some chains track accounts and others track outputs.
  • Nodes and networking: the infrastructure that propagates information through gossip and peers.
  • Consensus and finality: how agreement settles history and keeps chains from rewinding.
  • Fees and incentives: why participants pay gas, collect rewards, and chase value.
  • Smart contract execution: how programmable computations run on an execution layer.
  • Scaling and Layer 2: how extra layers stretch throughput while keeping the base layer intact.

One-hour overview

A guided orientation through the core ideas of how blockchains work. This overview helps you build a mental model and shared vocabulary before exploring details at your own pace.

You'll leave with an end-to-end mental model.

~45-60 min · Beginner · No prior knowledge

All pages are standalone — you can jump in anywhere.

Modules inside Blockchain Basics

Each module focuses on one structural layer of the blockchain stack. Together, they form a system-level view of how blockchains work.

Modules can be explored in any order. Guided paths are optional.

Blocks & Transactions

~10 min

From wallet to mempool to block: how transactions are formed, propagated, ordered, and baked into the ledger.

  • How raw transactions move from wallets into the mempool and then into blocks.
  • How ordering, hashing, and block headers keep history consistent.
  • How confirmations and block rewards protect recorded data.

State & Data Models

~12 min

How ledgers represent account balances or UTXO-style outputs, why execution layers read and write structured state, and how snapshots propagate.

  • How accounts or outputs capture ownership, and why the execution layer needs structured data.
  • How state sync moves blocks and account data between nodes.
  • How data models influence fees, composability, and tooling.

Nodes & Networking

~11 min

The people and infrastructure that keep a blockchain alive, from gossiping nodes to validators, light clients, and RPC endpoints.

  • What roles validators, full nodes, and light clients play in the network.
  • How gossip protocols and networking choices affect propagation.
  • Why nodes need synchronized state to serve RPC requests.

System-level guides

Standalone deep-dives. Read any one without starting the track.

Transactions collect into blocks that update shared blockchain state.

Nodes gossip blocks, sync state, and feed consensus protocols that deliver finality.

Execution layers read state, run smart contracts, and report gas fees and incentives.

Scaling strategies extend throughput while preserving base-layer security and settlement.

From transactions to finality Optional context

How individual transactions are propagated, ordered into blocks, and finalized into an irreversible shared history.

View guide

How state changes propagate through the network Optional context

How execution updates state, how nodes synchronize changes, and why state representation affects performance and reliability.

View guide

Why execution depends on state structure Optional context

How account models, UTXOs, and storage layouts shape smart contract execution and composability.

View guide

Consensus, fork choice, and finality guarantees Optional context

How networks resolve competing blocks, choose canonical chains, and provide safety guarantees against reorgs.

View guide

Why fees and incentives secure the system Optional context

How fee markets and rewards align validators, users, and protocol designers under resource constraints.

View guide

What scaling changes — and what it doesn’t Optional context

How Layer 2 systems extend throughput while preserving base-layer security and settlement guarantees.

View guide

Key concepts in this hub

Quick definitions. Use while reading — not required.

© 2025 Tokenoversity. All rights reserved.