Skip to content
Diese Seite gibt es auch auf Deutsch.Zur deutschen Version

Technology · Future technologies

Blockchain Without Buzzwords: How the Technology Actually Works

Blockchain explained simply: a ledger owned by no one. How the technology works, what it can do – and where it's the wrong tool for the job.

By Boaz Lichtenstein

Article image: Blockchain Without Buzzwords: How the Technology Actually Works

Few technologies have been simultaneously as overhyped and as poorly explained as the blockchain. Between “it will change everything” and “it’s just speculation” lies the simplest thing of all: a sober description of what’s actually happening. That doesn’t need a single metaphor from outer space – a ledger will do.

Key takeaways

  • At its core, a blockchain is a shared, tamper-resistant record of transactions with no central operator.
  • Thousands of computers hold identical copies and agree, via a consensus mechanism, on which new block is valid – replacing trust in an institution with trust in mathematics.
  • Its strengths are censorship resistance, reliability without a trusted party and global openness; the costs are speed, error tolerance and user responsibility.
  • Blockchain only pays off where a trustworthy central authority is missing or unwanted – for most conventional data problems, a normal database remains the better choice.
  • Proof of work (energy-intensive, secure) and proof of stake (efficient, newer) are the two dominant ways of reaching that consensus.

How does a blockchain actually work at its core?

A blockchain is a shared record of transactions – technically, a chain of data blocks in which every new block builds on the previous one via a cryptographic checksum. Anyone wanting to tamper with an old entry would have to recreate every following block – and do it faster than the rest of the network keeps writing new ones.

The special part isn’t the chain, but the distribution: thousands of computers hold identical copies and agree, through a consensus mechanism, on which new block is valid. That produces, for the first time, a record that’s tamper-resistant without a central authority managing it – no operator who can alter entries, freeze accounts, or be hacked. Ownership is proven through key pairs: whoever holds the private key can act on the associated entries – the foundation of self-custody covered in our self-custody article.

The cryptographic checksum behind this – the “hash” – is, at heart, simple: a mathematical function that turns arbitrarily large data (the entire block content plus the hash of the previous block) into a short, unique string. Change even a single character in the block content, and the entire hash changes unpredictably – there’s no way to deliberately calculate a matching “fake” hash except by recreating the entire block plus all subsequent blocks. It’s precisely this effect that turns thousands of individual blocks into a genuinely chained, jointly verified history rather than a mere sequence of records.

Step by step: what happens in a blockchain transaction?

To make the abstraction concrete, here’s the sequence of a single transaction from start to finish:

  1. Initiation: the sender signs a transaction (“X sends Y to Z”) with their private key.
  2. Broadcast: the signed transaction is sent to the network and reaches thousands of participating computers within seconds.
  3. Verification: every network participant independently checks whether the signature is valid and whether the sender actually holds the balance.
  4. Bundling: valid, still-unconfirmed transactions are grouped by miners or validators into a new block.
  5. Consensus: the network agrees, via proof of work or proof of stake, on which proposed block gets appended.
  6. Chaining: the new block is immutably linked to the previous one via a cryptographic checksum.
  7. Confirmation: with every additional block appended, the transaction becomes effectively more irreversible – after a few confirmations, it counts as final.

What follows from this design – and what doesn’t?

This design produces genuine strengths: censorship resistance (no one can block transactions), trustless reliability (the rules live in code, not in an operator’s discretion) and global openness (anyone with internet access can take part).

But exactly the same design also produces the costs: distributed consensus systems are slower and more expensive than centralised databases, mistakes can’t be fixed with a phone call to support, and responsibility shifts radically onto the user. That’s why the make-or-break question for every blockchain use case is always the same: is there genuinely no trustworthy middle party here? For global money without a central bank: yes – that’s Bitcoin’s reason for existing. For stablecoin rails between parties in different jurisdictions: often yes, as our article on stablecoins in payments shows. For a supermarket chain’s loyalty programme: no – that’s a database with a marketing budget.

Proof of work vs. proof of stake: two paths to consensus

Both approaches solve the same problem – who gets to write the next block without a central authority deciding – but with different means and very different resource use:

Criterion Proof of work Proof of stake
Security mechanism Computing power (mining) Staked capital (staking)
Energy requirement Very high A fraction of that
Best-known example Bitcoin Ethereum (since 2022)
Cost to attack Majority of computing power required Majority of staked capital required
Maturity In production since 2009 Newer, but now well established

Proof of work is generally seen as the more robust but more costly approach; proof of stake as the more efficient, technically newer one. Both have proven themselves at scale – which is “better” depends on the use case, not on a universal answer.

The most common misunderstandings about blockchain

  1. Equating blockchain with Bitcoin – Bitcoin is one application of the technology, not the technology itself.
  2. Assuming every blockchain is automatically faster or cheaper than a database – usually it’s the opposite, and the advantage lies elsewhere.
  3. Treating private, permissioned blockchains as “real” blockchain, even though the central access control gives up many of the core advantages.
  4. Expecting that mistakes or fraud can be reversed – immutability cuts both ways.
  5. Proposing blockchain as the solution to every data problem, without first checking whether a trustworthy middle party is even missing.

From experience: the technology check before any blockchain project

If you’re assessing within a company whether a blockchain solution makes sense, one test question usually gets you furthest: is there a party all participants already trust, that could manage the data? If so, a conventional database is almost always faster to build, cheaper to run and easier to maintain. Only once that question is clearly answered “no” – say, in supply chains with competing parties, cross-border payments without a shared bank, or publicly verifiable proof – does the significantly higher effort of a blockchain solution become worthwhile at all.

When does blockchain really pay off – a decision guide

Because the test question from experience alone often isn’t enough, here are the concrete criteria in full. Blockchain pays off when several parties without mutual trust need a shared record, none of the parties would accept a neutral authority, censorship resistance or global, permissionless participation is a genuine goal, and the extra cost in speed and expense is justified by the trust gained. A conventional database is the better choice when a single operator already bears the responsibility anyway, the ability to correct errors matters more than immutability, or speed and low cost are the priority. The second column applies to the overwhelming majority of conventional enterprise IT problems – which explains why so many “blockchain projects” of the 2010s ended up back in ordinary databases after the pilot phase.

The bottom line

After a decade and a half, the picture is clear: blockchain hasn’t changed “everything” – it has created a new category: digital systems that work without an operator. What has emerged on that foundation (Bitcoin, stablecoins, tokenised assets, smart contracts – the latter explored further in our article on Ethereum & smart contracts) ranks among the most interesting developments in financial technology. What only needed the buzzword has disappeared. That’s not a disappointment. That’s the normal maturing process of any real technology.

FAQ

Frequently asked questions

Why does Bitcoin use so much electricity – and does that apply to all blockchains?

The energy use comes from proof of work: miners compete with computing power for the right to write the next block, and it's exactly this expensive work that secures the network against manipulation. It's a deliberate trade-off – energy for security with no central authority. Most newer blockchains (including Ethereum since 2022) use proof of stake instead: there, staked coins rather than computing power secure the network, at a fraction of the energy cost.

Where is a blockchain the wrong tool for the job?

For most conventional data problems. Where a trustworthy operator already exists – a company, an authority, an association – a normal database is faster, cheaper and easier to correct. A blockchain only pays off when several parties without mutual trust need a shared record and don't want, or don't have, a neutral authority. That case is rarer than the hype of the 2010s claimed – but where it does apply, the technology has no real competitor.

What's the difference between a public and a private blockchain?

On a public blockchain (Bitcoin, Ethereum), anyone with internet access can read the ledger and submit transactions – no one needs permission. On a private, or “permissioned”, blockchain, an operator or consortium decides who's allowed to participate, which undoes many of the technology's real strengths – censorship resistance, trust without a middleman. Such systems are often closer to a distributed database with blockchain aesthetics than to a genuine blockchain in the original sense.

Can entries on a blockchain be deleted or corrected afterwards?

In the strict sense, no – that's the entire point of the design. A new transaction can offset or correct an earlier one in effect (a refund, say), but the original entry stays visible in the chain forever. That's intentional: immutability is the foundation of trust without a central authority. If you need accidental mistakes to be easily correctable, a conventional database serves you better.

How are cryptocurrencies and blockchain technically related?

A blockchain is the underlying data structure; a cryptocurrency is one possible application built on top of it – not the same thing, even though the terms are often used interchangeably. Bitcoin was the first blockchain and, at the same time, its first application; since then, the technology has been separated from the currency function and extended for smart contracts, tokenised assets and other purposes, as our article on Ethereum explores further.