What Blockchain CAN'T Do (Honest Limitations)
A clear-eyed look at what blockchain technology fundamentally cannot do well, where traditional databases beat blockchains, and how to identify when blockchain is the right tool versus when it is being applied for marketing rather than substance.
24 min · beginner · part of Blockchain: The Trust Machine
What you'll learn
- The Inverse of the Hype
- Database Performance: Postgres vs Bitcoin
- Privacy by Default: A Myth
- Off-Chain Enforcement: The Hard Limit
- The Oracle Problem Revisited
- Decentralization Theatre: Identifying Fake Decentralization
- When Blockchain Actually Solves a Problem
- For Deeper Reading
Key terms
- Throughput (TPS)
- Transactions per second. Bitcoin processes ~7 TPS, Ethereum mainnet ~15-30 TPS, Solana up to 4,000-5,000 TPS in practice. Visa averages 24,000 TPS; PostgreSQL on a laptop handles 10,000+ writes per second.
- Pseudonymous
- A transaction system where addresses are not tied to legal identities by default, but every transaction is publicly visible and traceable. Bitcoin and Ethereum are pseudonymous. This is different from anonymous, which would mean transactions cannot be traced to participants at all.
- Off-chain enforcement
- The problem that smart contracts cannot make people do anything in the physical world. They can move on-chain assets, but cannot ensure goods are delivered, services are performed, or court orders are obeyed.
- Oracle problem
- A blockchain by design knows only about itself. To know anything about the outside world, it must trust an external data source (an oracle). The trust requirement does not disappear; it is shifted to the oracle.
- Decentralization theatre
- Marketing a system as decentralized when in practice it has admin keys, upgradable contracts without time delays, concentrated token supply, centralized infrastructure, or other markers of central control. Common in 2017-2024 era projects.
- Admin key
- A private key held by a project team that can pause contracts, change parameters, upgrade code, or in some cases drain user funds. A protocol with active admin keys is not meaningfully decentralized at the technical level.
- Time-lock (governance timelock)
- A delay (typically 24 hours to 7 days) between when a governance change is approved and when it takes effect. Provides users a window to react or exit if they disagree with the change. A marker of meaningful decentralization.
- Chain analysis
- The practice of analyzing public blockchain data to deanonymize transactions, identify wallet ownership, and trace illicit flows. Major firms include Chainalysis, TRM Labs, Elliptic, and CipherTrace.
- Composability
- The ability of smart contracts to call each other and combine functionality. Enables DeFi "money legos" but also creates systemic risk: a vulnerability in one protocol can cascade through dependent protocols.
- Cost of decentralization
- The performance, complexity, and operational costs that decentralized systems pay to provide their unique guarantees. Throughput is lower, iteration is slower, governance is harder, and bug fixes are more expensive than centralized alternatives.
- Tamper-evident timestamping
- A legitimate use case for blockchains: anchoring a hash of a document on-chain provides a cheap, durable, publicly verifiable timestamp. Used for proof of authorship, evidence preservation, and audit trails.
- Validator centralization
- When the set of nodes producing blocks (validators in PoS, miners in PoW) is small or concentrated. Many Layer 2 systems have a single sequencer; many newer L1s have fewer than 100 validators. Limits censorship resistance.
Read the full lesson in the CryptoBipto app.
Open lessonEducational only — not financial advice.
