Learn

What Is a Blockchain?

Blockchain is the technology underneath every cryptocurrency, every NFT, and every DeFi app. Here's what it actually is — without the buzzwords.

Connected glowing translucent blocks forming a chain in dark space

A shared ledger, not a database

Imagine a notebook that records every transaction in a system. In a regular bank, one company keeps that notebook and you have to trust them. In a blockchain, thousands of computers each keep an identical copy of the same notebook and agree on what gets added to it.

Because everyone has a copy, no one can sneak in and edit yesterday's page without everyone else noticing. The ledger isn't stored anywhere in particular — it's everywhere at once.

Blocks, hashes, and the chain

Transactions are grouped into bundles called blocks. Each block contains a cryptographic fingerprint (a 'hash') of the previous block. Change anything in an old block and its hash changes — which breaks the link to the next block, and the next, and so on. That's the 'chain' in blockchain.

To tamper with history, an attacker would have to redo the work for that block and every block after it, faster than the rest of the network is producing new blocks. On a healthy network, that's effectively impossible.

Consensus: how the network agrees

How does a decentralized network decide which block is the 'real' next block? Through a consensus mechanism. Bitcoin uses proof of work: miners race to solve a hard puzzle. Ethereum uses proof of stake: validators lock up coins and are randomly chosen to propose blocks, with penalties for cheating.

Other chains use variations — delegated proof of stake, proof of history, proof of authority. The goal is the same: pick a block, get everyone to agree, move on.

Public vs private blockchains

Most cryptocurrencies use public blockchains anyone can read, write to, and run a node on. Some companies use 'private' or 'permissioned' blockchains that work the same way under the hood but restrict who can participate — useful for supply chains or interbank settlement.

Public chains are the interesting ones from a freedom and innovation standpoint. Private chains are often just databases with extra steps.

Frequently Asked Questions

Is blockchain the same as Bitcoin?+

No. Bitcoin runs on a blockchain, but blockchain is a general technology used by thousands of different projects.

Can a blockchain be hacked?+

The chain itself is extremely hard to attack. Most 'crypto hacks' are actually attacks on exchanges, wallets, or smart contract bugs — not the blockchain.

How fast is a blockchain?+

It depends. Bitcoin processes about 7 transactions per second; some newer chains handle tens of thousands. Layer-2 networks push throughput much higher.

Is blockchain only for finance?+

No. It's used for identity, gaming, supply chains, voting, and digital ownership — anywhere a tamper-resistant shared record is useful.

Do blockchains store my personal data?+

Public blockchains store transaction data, not your name. But because every transaction is public, on-chain activity can sometimes be linked back to a person.

Related guides

Get the weekly digest

One email a week. The crypto and AI stories that actually matter — no spam, unsubscribe anytime.