← All Articles
Explainer

Five "Dumb" Questions About Blockchain (Which Actually Aren't Dumb at All)

Barnaby Britton, Senior Editor  ·  Apr 13, 2023
Five

The questions that feel too basic to ask are often the ones most worth answering. Here are five of them.

1. What's the difference between blockchain, cryptocurrency, and Web3?

Cryptocurrency came first — conceptually, at least. After the 2008 financial crisis, the Bitcoin white paper described a decentralized peer-to-peer electronic cash system that could operate without banks, governments, or intermediaries. Bitcoin launched in January 2009 and remains the most valuable cryptocurrency by market capitalization.

You can't have a cryptocurrency without a blockchain. A blockchain is a distributed digital ledger — read/write only, meaning data can be added but not edited or deleted. It's stored not on a single server but across a network of thousands of computers (nodes), each holding an identical copy, making it practically impossible to alter or destroy. On a basic level, it's a tool for creating trust between strangers who have no other reason to trust each other.

Web3 is the umbrella term for all internet technologies related to blockchain — cryptocurrency, NFTs, decentralized applications, and the vision of a user-controlled internet distinct from the platform-dominated Web2 model.

2. Can I use blockchain without cryptocurrency?

Technically, yes — private and permissioned blockchains exist without native tokens. But public blockchains need cryptocurrency to function. Without financial incentives for honest participation, the security model breaks down. Bitcoin's Proof-of-Work rewards miners with BTC for validating the ledger. Most modern chains use Proof-of-Stake, where participants stake their own tokens as collateral for honest behavior. Either way, the token is the mechanism that makes trustless participation possible.

3. What can a blockchain do that a database can't?

The main difference is security and immutability. Data recorded to a blockchain cannot be altered after the fact, and there's no central server to hack, take offline, or pressure through legal or governmental channels. The trade-off: blockchains are slower and not suited for applications requiring large data storage or very high transaction throughput.

4. Why are there so many blockchains? Are they actually different?

Yes, meaningfully so — though the differences are often more relevant to developers and researchers than end users. Ethereum is the most decentralized and has the largest developer ecosystem, but it's more expensive to use. Solana is faster but more centralized. Tezos has a strong following among digital artists. Polkadot and Avalanche emphasize interoperability and DeFi. All major public blockchains now use Proof-of-Stake, so environmental concerns that previously differentiated them have largely been resolved.

5. What are NFTs and why should I care?

An NFT (Non-Fungible Token) is a unique token stored on a blockchain that proves ownership over a specific digital asset. Fungible means interchangeable — any Bitcoin is equivalent to any other Bitcoin. Non-fungible means unique — no two NFTs are the same.

The practical value: digital files can be copied infinitely, which historically made them less collectable than physical equivalents. An NFT doesn't prevent copying, but it establishes provable ownership on a public, immutable ledger — creating the basis for a genuine digital ownership economy. NFTs also enable programmable royalties, ensuring creators automatically receive a percentage of every secondary sale of their work.