Skip to main content
Spliz
Back to blog
Stablecoins & money7 min read

What is a blockchain, really?

A shared notebook nobody can secretly rewrite. How blockchains work, who keeps them honest, what they cost in energy, and what they are actually for.

On this page

The word has been everywhere since 2008, attached to digital money, contracts, even cartoon monkeys. Strip away the noise and what is left is surprisingly small: a blockchain is a shared account book that nobody can secretly rewrite. That single property explains everything else, including why your group’s dinner money can now move across the planet in seconds.

What problem does a blockchain actually solve?

Money, at its core, is bookkeeping. Your bank balance is not a pile of coins somewhere; it is a line in a ledger your bank maintains, and you trust the bank to keep that line accurate. That works, but it means every payment needs a referee: an institution that holds the books, decides what is valid, and charges for the service.

Digital money without a referee has one famous failure mode: a digital coin is just data, and data can be copied. What stops someone from spending the same coin twice? In October 2008, a pseudonymous author named Satoshi Nakamoto published a nine-page paper solving exactly that: let everyone share one ledger, in public, and make rewriting it practically impossible. That ledger design is the blockchain, and Bitcoin was its first application.

How does it work, concretely?

Picture a notebook with three unusual rules:

  • Pages are sealed in order. Transactions are grouped into pages (the “blocks”), and each new page starts with the fingerprint of the previous one: a short code computed from the page’s exact content, where changing a single comma changes the whole code. That is the “chain”: edit one old line and the fingerprint of every later page stops matching. The forgery is not hidden; it is glowing.
  • Everyone holds a copy. Thousands of computers around the world keep the full notebook and check each new page against the rules. There is no master copy to corrupt and no office to break into. To cheat, you would have to overpower most of the network at once, in public.
  • Only you can move your money. Every entry is authorized with a digital signature, produced with a secret key that only the owner of the funds holds (that is what a wallet actually stores). The network verifies the signature; it never needs to know who you are.

That is the whole trick. No vault, no headquarters: just a book that is public, append-only, and checked by everyone at once.

Who keeps it honest, and what about the energy?

For the network to agree on the next page, someone has to write it, and that someone must have something to lose: if writing pages were free, flooding the book with fake ones would be free too. Bitcoin’s answer is proof of work: writers (“miners”) race to solve a costly puzzle, which makes cheating expensive but burns real electricity, a footprint comparable to a small country. That cost is a design choice, not an accident, and it is fair to call it Bitcoin’s least flattering number.

The other major answer is proof of stake: writers put up a security deposit that gets destroyed if they cheat. Ethereum, the second-largest network, switched to it in September 2022 and cut its electricity use by more than 99.9% overnight; the network now runs on roughly the energy of a few hundred homes. Most modern payment-oriented chains work this way.

What is a blockchain actually good for?

Here is the honest part most explainers skip: as a database, a blockchain is slow, redundant and expensive. If a trusted referee is fine for your problem (it usually is), a normal database beats a blockchain every time. A blockchain earns its cost in exactly one situation: when no single company or country should own the ledger.

Money turns out to be the strongest case. A dollar that lives on a public ledger (a stablecoin) moves like a message: anywhere, in seconds, any day of the year, with no bank in the middle. The two biggest are worth more than $260 billion combined as of mid-2026, and card networks have started settling in them. We covered what a stablecoin is and what actually backs USDC in two companion reads.

Why were fees so high, and why are they cents now?

Early blockchains made every computer process every transaction, so space in each block was scarce and the fee (the gas) spiked whenever the network got busy. The fix that worked is the “layer 2”: a faster lane that processes transactions in bulk, then anchors the result to the main chain, inheriting its security. Base, the layer 2 built by Coinbase on top of Ethereum, settles a transaction for around a cent. That price difference is what turned blockchains from a speculation venue into payment rails.

Why it matters

Once a ledger is public, neutral and nearly free to write to, everyday money problems get simpler. Splitting group expenses is a good example: when friends settle with Spliz, every balance clears in USDC in one transaction on Base, and the receipt is a line in that shared notebook rather than a promise in someone’s spreadsheet. No fronting, no chasing, no referee holding the money. The blockchain is not the point; not needing to trust a middleman with the books is.

A blockchain is a notebook everyone can read, nobody can secretly edit, and no single company owns. Everything else is commentary.

Sources

Settle your next group tab in one signature.