GUBIDAO
GUBIDAO · Crypto for stock investors
Basics

What Is Blockchain

You're surely sick of hearing the word "blockchain," but ask you to say in one sentence what it is and it's probably still fuzzy. This piece uses no jargon and no code — just one thing you deal with daily, a ledger, as the analogy — to genuinely make you understand how blockchain works in three minutes.

A string of connected blocks, each recording entries, symbolizing a ledger linked in chronological order
Picture blockchain as a ledger nobody can alter that everyone keeps together, and most of the fog lifts.

The first time I seriously tried to understand blockchain, it was after a stack of articles had spun my head around. Hashes, consensus, Merkle trees — I came away more confused. Then a friend in tech told me: "Forget those words. Just picture a ledger." That one line, and it suddenly clicked. So this piece starts from a ledger too; follow along and picture it, and I promise to leave no one behind.

Stock investors know "ledgers" intimately — your trade records, holdings, money in and out, your broker keeps a book of it all. Blockchain does the same thing, record-keeping; the difference is only in how the book is kept, by whom, and whether anyone can quietly alter it. Get those three things clear and you've understood most of blockchain.

Start from a single ledger

Suppose our neighborhood has ten households who often lend money, repay it, and buy and sell things from one another. To avoid disputes, there has to be a book recording "who gave whom how much." The simplest approach: find a steward everyone trusts, have him alone hold the book, and whoever has a transaction goes to him to register it.

This is centralized record-keeping — the same model as your broker or bank. Every change to your money is recorded by, and decided by, that central institution. Most of the time this is fine, because we trust these institutions. But it has a few inborn weak spots: the book is only in the steward's hands, so if he quietly alters an entry (transferring your money away), you can barely detect or prove it; if the steward runs off or the book burns, the records are gone; and everything must pass through his hands, so without his nod you can get nothing done.

What blockchain set out to solve is precisely: "how, without this all-powerful steward, can everyone still confidently share one book." Its answer comes in three steps; let's take them one at a time.

Decentralization: everyone holds a copy

The first move, and the most central: don't let one person monopolize the book; instead, let every household hold an identical, complete copy. Whoever has a new transaction broadcasts it to the whole neighborhood: "I'm sending Wang 100." Everyone who hears it writes that entry into their own copy.

This is the real meaning of "decentralization" — no single center decides; the book is held in thousands of copies, one per node across the network. With that, those weak spots are cured:

  • No steward can quietly alter the book, because everyone else holds a copy; alter your own and it no longer matches everyone's — caught instantly.
  • No fear of losing the book; if a few copies are destroyed, countless identical ones remain across the network.
  • No need to read anyone's face; as long as it follows the rules, a transaction settles directly across the network, without going through some central approval.

Of course, one-copy-each brings a new problem: everyone is recording at once, so what if their contents don't match? Whose record counts? This needs a mechanism for everyone to "reconcile and reach agreement," called in the jargon a consensus mechanism. Bitcoin uses "whoever first solves a hard puzzle earns the right to record this page, and gets the reward" (this mechanism also explains Bitcoin's "mining" and halving — see What the Bitcoin halving is); Ethereum later switched to another, staking-based mechanism. You needn't memorize the names; just know: the consensus mechanism is the rule this stewardless crowd uses to agree "which version of this page of the book is authoritative."

Block and chain: why the name

Once you understand decentralization, the name "blockchain" is easy to explain.

The book isn't recorded entry by scattered entry; a batch of transactions is gathered and packaged into one page, and that page is called a "block." When a page is full, it's sealed, and a new page opens to keep recording. For instance, Bitcoin seals a block roughly every 10 minutes, while Ethereum is much faster, around one slot every 12 seconds.

The key design: every new block carries the previous block's "fingerprint." This fingerprint is a string of characteristic values computed from everything on the previous page (technically called a hash); change the contents by even a hair and the fingerprint changes completely. The new page copies the previous page's fingerprint at its start, so one page bites the next, end linked to end, strung into a chain — that's where "chain" comes from.

Block = one page of packaged transactions; chain = each page pinned with the previous page's fingerprint, joined in chronological order. Together: a running ledger where each page locks the one before, impossible to alter.

This "interlocking" design isn't just elegant — it's the physical basis of "immutability." The next section explains why it's so hard.

Immutable: why changing one entry is so hard

"Immutable" is blockchain's most-cited and most-mythologized trait. It doesn't mean "absolutely impossible to change"; it means the cost of changing it is so high that almost no one can afford it, and you can't hide it either. The principle is hidden in that "fingerprint" from the last section:

Suppose you want to quietly change a transaction three pages back. The moment you alter that page's contents, its fingerprint changes. But the next page's start is pinned with the "old fingerprint" — they no longer match, the chain breaks right there, and everyone spots the problem at a glance. To paper over it, you'd have to recompute and rewrite the fingerprints of every single page after that one.

And on a network like Bitcoin's, recomputing all this demands enormous computing power (and electricity), and changing it alone is useless, because those thousands of authentic copies in everyone else's hands are still there. You'd have to seize control of more than half of the entire network's computing power at once, compute your tampered version faster and longer than all the honest nodes, just to have a chance of getting everyone to accept your fake book — and on a network the size of Bitcoin's, that cost is astronomical, basically unrealistic.

So the accurate understanding of "immutable" is: the earlier a transaction was recorded and the more blocks piled on top of it, the less it can be altered; tampering not only costs an astronomical amount of computing power, it also can't slip past the network's copies. That's why people dare to record value on this book — it has no steward who can quietly alter it, and the cost of faking it is high enough to deter. You can take any transaction and look it up yourself on a block explorer anytime — for Ethereum, Etherscan; for Bitcoin, the Blockchain.com explorer — in black and white, for anyone to check.

Tested by our team

Talking about immutability without doing it is pointless, so we just found a public on-chain transfer and dropped its transaction hash into a block explorer. The page laid it out plainly: from which address to which address, how much, in which block it was packaged, and by how many subsequent blocks it had been "confirmed." The most interesting part was the "confirmations" column — the more blocks piled on behind it, the more "set in stone" the transaction; that's exactly what immutability looks like in practice. The whole lookup needed no login and no one's permission; anyone can verify it themselves. That feeling of "not relying on trust, relying on openness" is what wins my respect about blockchain most.

So what's it actually good for

After all the mechanics, the use comes down to one sentence: blockchain lets a crowd of strangers who don't know or trust each other reach consensus on "who owns what" and trade safely, without a middleman institution. This used to require "trusted third parties" — banks, brokers, registries — to broker; now it can be carried by a set of public rules and a ledger spread across the whole network.

The most direct application is digital currency. Bitcoin is the purest version of "this book records only one thing — ownership of Bitcoin"; Ethereum goes a step further by also running programs (smart contracts) on the ledger, so it can build all manner of applications. Why Bitcoin and Ethereum are treated by many as crypto's "ballast," you can read next in Are BTC and ETH crypto's blue-chip stocks.

For someone coming from the stock market, one thing will feel very real: in equities, your assets are ultimately a number registered under some central institution's name; on a blockchain, as long as you manage your own private keys, ownership of your assets is written directly on the public ledger and controlled by you. This "self-custody" is both freedom and responsibility — lose the private key and no one can recover it for you. The ins and outs of this we cover in detail in What a crypto wallet is.

A few common misconceptions

Finally, let's clear a few cognitive traps beginners often step into:

  • "Blockchain = Bitcoin." Wrong. Blockchain is the underlying record-keeping technology; Bitcoin is just the first and most famous application built on it. Their relationship is like "the internet" to "email."
  • "Once it's on-chain, it's 100% safe and can never be wrong." Also wrong. The ledger itself is hard to tamper with, but if what you write into it was false to begin with, the chain won't fix it for you; and scams, phishing, stolen private keys — none of these has anything to do with blockchain's immutability, and they can still wipe you out. There's a dedicated reminder on this in common crypto scams.
  • "Anonymous, untraceable." Most public chains are exactly the opposite — they're open and transparent: anyone can look up every transaction of every address. What they achieve is "not directly tied to your real identity" (using an address rather than a name), which isn't the same as anonymity.
  • "Blockchain is fast." Owing to a trade-off for safety and decentralization, mainstream public chains' record-keeping isn't actually fast (Bitcoin, a block every 10 minutes). What it buys is safety and openness, not speed.

Avoid these few misconceptions and your grasp of blockchain is already more solid than most people who've "heard the word." To keep mapping out the whole crypto landscape, the smoothest route is to continue from The stock investor's complete crypto guide.

Further reading

Shen Mu · GUBIDAO Editorial
"Shen Mu" is a pen name. More than a decade trading A-shares plus Hong Kong and US equities, then a step into crypto — the wrong turns along the way became this site. We don't invent credentials; we only write up the paths that actually worked.