Blockchain

Distributed, append-only ledger maintained by a peer-to-peer network. Each block cryptographically references the previous one, making historical records tamper-evident.

What blockchain is

A blockchain is a distributed, append-only ledger maintained by a peer-to-peer network. Each block of transactions cryptographically references the previous block, making historical records tamper-evident.

The key property: no single party controls the ledger. Consensus mechanisms (Proof of Work for Bitcoin, Proof of Stake for Ethereum) allow distributed nodes to agree on the canonical state.

How it works (in brief)

Transactions broadcast to network → validated by nodes → grouped into a block → block linked to previous via cryptographic hash → appended to chain.

Once enough subsequent blocks reference a transaction's block (typically 6+ for Bitcoin), reversing it becomes computationally infeasible.

Public blockchains (Bitcoin, Ethereum): anyone can read, write, and validate. Permissionless.

Private / consortium blockchains: restricted participation. Used by some enterprises, less interesting from a market standpoint.

Use cases that have stuck

Bitcoin: censorship-resistant digital store of value. The original use case, still the largest.

Stablecoins: digital dollars (USDT, USDC) that move 24/7 globally without traditional banking infrastructure. Major use in remittances and crypto trading.

DeFi: decentralized finance — lending, borrowing, derivatives, exchanges operating on Ethereum and similar smart-contract platforms. Niche but real.

NFTs: blockchain-based ownership records for digital assets. Hype peaked in 2021; current use is more limited (ticketing, identity, niche art).

What blockchain isn't (yet)

Not a replacement for normal databases. Public blockchains are slow, expensive, and limited in throughput compared to traditional systems.

Not anonymous. Most blockchains are pseudonymous — addresses are public, but identity can be linked via exchange KYC and on-chain analysis.

Not Web 3.0. The 'Web 3.0' marketing concept overreached and is currently in retreat.

Not the future of all commerce. Most useful payment and settlement systems work fine without blockchain. The technology has narrow but real use cases — not a general-purpose database replacement.

Frequently asked questions

What is a blockchain?

A distributed, append-only ledger maintained by a peer-to-peer network. Each block of transactions cryptographically references the previous block, making historical records tamper-evident. No single party controls it — consensus mechanisms let distributed nodes agree on the canonical state.

How is blockchain different from a regular database?

Decentralisation and immutability. Regular databases are controlled by a single party who can modify records. Blockchains are maintained by many independent nodes and use cryptographic proofs that make rewriting history computationally infeasible.

What are public vs private blockchains?

Public blockchains (Bitcoin, Ethereum, Solana) are permissionless — anyone can read, write, and validate. Private / consortium blockchains restrict participation to known parties. Public blockchains are where most retail-relevant activity (Bitcoin, DeFi, stablecoins) happens.

What can I actually do with blockchain?

Hold cryptocurrency for store-of-value or speculation, use stablecoins for 24/7 global payments and remittances, access DeFi protocols (lending, borrowing, swaps), buy and sell NFTs (with caution). Most everyday financial activity doesn't need blockchain — but specific use cases (cross-border payments, censorship resistance) genuinely benefit.

Related