SoloLuck

What Is a Blockchain? (Bitcoin, Plainly)

← back to pool

SoloLuck Blog · 2026-07-01

First, a ledger — not a coin

A blockchain is, at heart, a shared ledger: a running list of records that many people can each hold a copy of, and that nobody can quietly edit. In Bitcoin, those records are payments — who paid whom, and how much. The ledger is append-only, which means new entries are added to the end and old ones are never rewritten in place.

It helps to clear up one thing straight away: "blockchain" is not a synonym for "Bitcoin." Bitcoin is one particular blockchain, with one particular set of rules. Many other blockchains exist, run by different software and different communities, and they do not share Bitcoin's ledger. So when someone says "the blockchain," it is always fair to ask which one.

What a block actually holds

Transactions are not added one at a time. They are gathered into batches called blocks, and on Bitcoin a new block is added roughly every ten minutes on average. Each block carries a bundle of transactions plus a small summary called the header. Together, they record:

That fingerprint is the key idea. It is produced by a hash function — a piece of math that turns any data into a short, fixed-length string. Change even one character of the input and the output changes completely and unpredictably.

Why each block commits to the one before

Here is what makes it a chain. Every block includes the hash of the block before it. That earlier block, in turn, included the hash of its predecessor, and so on, all the way back to the very first block.

So each block quietly commits to the entire history that came before it. If someone tried to alter an old transaction, that old block's fingerprint would change. But the next block already recorded the original fingerprint, so the two would no longer match — and every block after that would break too, like a run in a knitted sweater. You cannot edit one page without rewriting every page that follows it.

What "immutable" really means — and what it doesn't

Blockchains are often called immutable, but that word oversells things. Nothing physically stops you from editing your own copy of the ledger; you can change any number you like on your own computer.

What actually protects Bitcoin's history is cost, not magic. Adding a valid block requires real, expensive computational work — this is mining. To rewrite an old block you would have to redo the work for that block and every block after it, faster than the rest of the network keeps extending the honest chain. The deeper a transaction is buried, the more work sits on top of it, and the more absurd rewriting becomes.

So "immutable" is better read as "extremely expensive to change, and impossible to change quietly." Recent blocks are less settled than old ones — now and then the network briefly disagrees about the newest block and reorganizes, which is normal. Certainty grows with depth; it is not instant.

How this differs from an ordinary database

A normal database — the kind a bank or a shop runs — is built to be edited. Rows can be updated or deleted, and an administrator holds the keys. That is convenient, and for most software it is exactly the right design. A blockchain deliberately gives up that convenience:

None of this is free. A blockchain is slower, more redundant, and more expensive to run than a plain database. You accept that overhead in exchange for one thing: not having to trust a single party to be honest. If you already trust whoever runs the database, a blockchain usually adds cost without adding value.

Keeping it grounded

Because the design is genuinely clever, it attracts a lot of hype — claims that "blockchain" will fix voting, supply chains, and nearly everything else. Treat those claims with the same skepticism you would give any sales pitch. The technology solves one specific problem: letting strangers agree on a shared record without a trusted middleman. Where there is no such problem, it rarely helps.

Bitcoin is the clearest, longest-running example of the idea actually working: an open ledger that anyone can read, anyone can add to under the rules, and no one can silently edit. That is the whole trick — and it is interesting enough without exaggeration.

FAQ

Is "blockchain" the same thing as "Bitcoin"?
No. Bitcoin is one specific blockchain with its own rules and its own ledger. Many other blockchains exist, run by different software and communities, and they do not share Bitcoin's history. When someone says "the blockchain," it is fair to ask which one they mean.
Does "immutable" mean the data can never be changed?
Not literally. You can edit your own copy of the ledger freely. What makes Bitcoin's history hard to change is cost: rewriting an old block means redoing its mining work and the work of every block after it, faster than the rest of the network. It is better described as extremely expensive to change and impossible to change quietly.
Why does each block include the previous block's fingerprint?
It links the blocks into a chain and makes tampering obvious. If an old block were altered, its fingerprint would change, so the next block's stored copy of that fingerprint would no longer match, and every block after it would break too. You cannot quietly edit one block without invalidating all the blocks that follow.
When is a blockchain actually better than a normal database?
Only when you need strangers to agree on a shared record without trusting a central operator. A blockchain buys that at the price of being slower, more redundant, and more costly than an ordinary database. If you already trust whoever runs the database, a normal database is usually the better tool.
What is a hash function?
It is math that turns any input into a short, fixed-length string of characters. The same input always gives the same output, but changing even one character of the input scrambles the result completely. Blockchains use hashes as tamper-evident fingerprints for blocks and transactions.

All blog posts · Mining guides · Start solo mining

Ready to take a ticket?

Paste your address and copy the config from /setup, watch the pool on /status, and check every claim on /verify. Mine to your own address — that is what makes it truly solo.

Get the setup config →

Not ready to point a miner yet? Run your gear through the odds calculator, or join Telegram for block & record alerts — no rig required.

More guides

Browse all guides →