Orca Crypto
Learn

What is a blockchain?

Forget the buzzwords for a minute. Underneath, a blockchain is a very boring idea implemented very carefully.

Updated 2026-08-308 min readBeginner
The short answer

A blockchain is a shared transaction record kept by thousands of independent computers at once. Each batch of transactions, called a block, contains a fingerprint of the block before it, so altering old history breaks every block that follows. That is what makes it tamper evident without needing a company in charge.

Start with the boring version

Imagine a notebook that records who paid whom. Normally one organization keeps that notebook, and you trust them to keep it honestly. Your bank does exactly this. The ledger is real, but you never see it, and the bank can edit it.

A blockchain hands out copies of that notebook to thousands of independent computers. They all follow the same rules, they all check each other's work, and none of them can change an entry without every other copy noticing immediately. That is the entire innovation. Everything else is engineering detail.

Why blocks, and why a chain

Transactions are not written down one at a time. They are gathered into batches called blocks, and a new block gets added on a schedule. Bitcoin adds one roughly every ten minutes. Ethereum every twelve seconds. Solana about twice a second.

Here is the clever part. Every block includes a fingerprint of the block before it, produced by a hash function. Change even one character in an old block and its fingerprint changes completely, which breaks the block after it, which breaks the one after that, all the way to the present.

You cannot quietly edit history on a blockchain. You can only try to rewrite everything since, in public, faster than everyone else is building forward. That is deliberately impractical.

How thousands of strangers agree

If everyone has their own copy, who decides which version is correct? This is the problem consensus solves, and it is the part that took decades to figure out.

There are two dominant answers:

ApproachHow it worksUsed byThe cost of attacking it
Proof of workComputers race to solve a pointless but expensive puzzle. The winner adds the next block and collects a reward.Bitcoin, Litecoin, MoneroYou would need more computing power than everyone else combined, plus the electricity to run it
Proof of stakeValidators lock up capital as collateral. Misbehave and part of it is destroyed.Ethereum, Solana, Cardano, AvalancheYou would need to buy an enormous share of the token, then watch it be confiscated

Both make dishonesty cost more than it could ever pay. That is the whole design goal. Neither one relies on anybody being trustworthy, which is exactly why it works among strangers.

What this actually changes

Three practical differences follow from all of this, and they matter more than any technical detail.

Nobody can freeze it

There is no account to suspend. If you hold the key, you can move the funds, at three in the morning on a public holiday, with no approval from anyone.

Anyone can verify it

Every transaction ever made is public. You do not have to trust a statement, because you can look it up yourself on a block explorer.

Nobody can undo it

There is no chargeback, no fraud department and no reversal. Send to the wrong address and it is simply gone. This is the hard part.

The tradeoffs nobody advertises

Blockchains are slower and more expensive than a centralized database, by a lot. Visa processes tens of thousands of transactions a second in one data center. Bitcoin does about seven, globally.

That is not a bug being fixed. It is the price of having thousands of independent parties verify everything rather than trusting one party to get it right. You pay in throughput and receive verifiability. Whether that trade is worth it depends entirely on what you are doing.

Worth remembering
For sending five dollars to a friend across town, a blockchain is comically inefficient. For sending value to another country on a Sunday without asking permission, it is the only thing that works. Match the tool to the job.

Why there are hundreds of them

Once the idea was public, everyone started building variations that made different tradeoffs. Some prioritized speed, some privacy, some programmability. Then people built faster networks on top of the slower ones, which is what layer 2 means.

You do not need to learn all of them. In practice most beginners use one or two, and the networks page explains which one fits what you are trying to do.

Common questions

Is a blockchain the same thing as Bitcoin?

No. Bitcoin is one blockchain, the first one that worked. Blockchain is the general technique. There are thousands of blockchains now, and Bitcoin is only one of them, although it is the largest.

Can a blockchain be hacked?

The major chains have never been broken at the protocol level. What does get hacked constantly is everything around them: exchanges, bridges, individual smart contracts and individual people. Almost every headline about a crypto hack is one of those, not the chain itself.

Is everything on a blockchain public?

On most chains, yes. Every transaction and balance is visible to anyone. Addresses are not directly tied to your name, but chain analysis firms are very good at connecting them. Monero is the main exception, hiding amounts and parties by default.

Do I need to understand this to use crypto?

Not deeply. You need to understand that transactions are permanent, that you control funds with a key, and that losing that key means losing the funds. The rest is useful context rather than a requirement.

Where to go next

Stuck on this one?

Some things click faster with someone walking you through them live. Orca sessions are one to one, screen shared, and paced for wherever you actually are.