Back to blog
BasicsBeginner

What is a blockchain? The shared ledger behind every cryptocurrency

Atex Hub Team2026-05-069 min read

How a record book that no single company controls actually works — blocks, consensus, fees, and the limits nobody mentions

Strip away the buzzwords and a blockchain is a surprisingly old idea: a shared record book. What's new is that no single person, company, or government keeps this particular book. Thousands of computers around the world each hold an identical copy and agree on every update together — and that shared agreement, not a bank or a referee, is what lets money move online without anyone in the middle. Once this one idea clicks, most of crypto stops being mysterious.

The one-sentence version

A blockchain is a public record of transactions that thousands of independent computers each store a full copy of and collectively agree to update — so no single party can secretly change it.

Everything else is the mechanics of how strangers who don't trust each other manage to agree.

Why "block" and why "chain"

Transactions don't get written to the ledger one at a time. They're gathered into batches called blocks — think of each block as a new page in the record book, listing the transactions that happened in a short window.

Here's the clever part. Each new block contains a cryptographic fingerprint (a "hash") of the block before it. That fingerprint is a short code mathematically derived from the previous block's exact contents. Change so much as a single character in an old block, and its fingerprint changes — which no longer matches the fingerprint stored in the next block, which breaks the block after that, and so on down the entire chain.

Three-dimensional blocks linked together across a network

This is why blockchains are called tamper-evident. You can't quietly rewrite history, because every block is cryptographically anchored to all the history that came before it. To alter one old transaction, you'd have to redo every block since — faster than the rest of the network builds new ones. On a large network, that's practically impossible.

Who keeps it honest

If thousands of computers each hold a copy, how do they agree on which version is the truth — especially when nobody's in charge? That's the job of a consensus mechanism, and the two dominant approaches are worth understanding because they explain a lot about how different coins behave.

  • Proof of Work (used by Bitcoin). Computers called miners compete to solve a hard mathematical puzzle. Solving it requires burning real electricity on trillions of guesses, and the first to succeed earns the right to add the next block plus a reward. The security comes from cost: to cheat, you'd need to out-compute the entire honest network, which would cost more than any attack could earn.
  • Proof of Stake (used by Ethereum and Solana). Instead of burning electricity, validators lock up their own coins as collateral — their "stake." The network selects them to propose and confirm blocks, and if they try to cheat, the protocol destroys part of their stake. The security comes from risk: dishonesty costs you your own money.

Both solve the same problem — getting strangers to agree without a boss — and both make attacks expensive rather than merely forbidden. If you want to go deeper on the two networks these mechanisms secure, see Bitcoin vs Ethereum.

What this actually gives you

The design isn't complexity for its own sake. A shared, tamper-evident ledger unlocks three concrete properties:

  • No middleman. You can send value directly to anyone, anywhere, without a bank approving or routing it.
  • Transparency. Anyone can inspect the ledger and verify a transaction happened. The record is public.
  • Self-custody. Ownership is proven by holding a private key, not by an entry in a company's database. Hold your own keys and no one can move your funds or freeze your access. This is the foundation of self-custody.

Earth at night, a glowing web of connected city lights

Where the fees come from

Adding transactions to a block isn't free, and understanding why helps you avoid overpaying. When you send a transaction, you're asking the network's miners or validators to include it in the next block and secure it forever. They have limited space per block, so they prioritise transactions offering higher fees.

That means fees are driven by demand for block space, not by any company's price list. When the network is busy, fees climb as transactions compete for scarce space; when it's quiet, they fall. Bitcoin fees can swing from cents to tens of dollars; Solana's are fractions of a cent; Ethereum sits in between and varies widely. If a transfer isn't urgent, you can often wait for a calmer window and pay far less — you can watch live network fee levels on the swap page before committing. We unpack the full picture in how crypto fees work.

What a blockchain is not

Honest limits matter as much as the strengths:

  • It's not anonymous. It's pseudonymous. Your name isn't attached to an address automatically, but every transaction is permanently public. Anyone who links an address to you can see its entire history.
  • It's not editable. There is no undo. A mistaken or fraudulent transfer, once confirmed, stays on the ledger forever. The permanence that prevents tampering also prevents corrections.
  • It's not infinitely fast or free. Block space is limited by design, which is why fees rise under load and confirmations take time. Decentralisation trades raw speed for resilience.
  • It's not a single thing. "The blockchain" isn't one universal ledger — Bitcoin, Ethereum, and Solana each run their own separate chain with its own rules, and they don't automatically talk to each other.

Quick answers

Is everything on a blockchain public? Yes — the transaction record is public and permanent. Your identity isn't attached automatically, but the ledger itself is fully visible to anyone.

Can a blockchain be hacked or shut down? Rewriting a large chain's history is prohibitively expensive, and because thousands of computers hold copies, there's no single server to switch off. Most "hacks" you hear about target apps or exchanges built on top, not the underlying chain.

Why are there so many different blockchains? Each makes different trade-offs between speed, cost, decentralisation, and features. Bitcoin optimises for secure, scarce money; others prioritise cheap, fast programmable transactions.

Do I need to understand all this to use crypto? No — but grasping "a ledger everyone shares and no one owns" explains why transfers are final, why fees move, and why holding your own keys matters.

The takeaway

A blockchain is a record book that thousands of strangers keep in sync without trusting each other — held honest by cryptography and a consensus mechanism rather than by any authority. That single idea is what lets value move online without a bank, gives you genuine self-custody, and makes the ledger tamper-evident. It also explains the trade-offs: transfers are final, records are public, and fees rise with demand. Understand this one concept and almost everything else in crypto — from swaps to wallets to network fees — falls neatly into place.

Was this helpful?