This is Day 2 of my 60-day “learning Web3 in public” series as a non-developer with a technical writing + community background.
When people talk about Web3, they usually throw around one word like it explains everything: “blockchain.”
If you’re anything like me a while ago, that word felt more like a magic spell than an actual technology. I kept hearing that blockchain was “revolutionary,” “trustless,” and “immutable,” but nobody seemed to explain it in a way that felt human.
Today’s article is my attempt to fix that—for you and for myself.
This is Day 2 of my 60-day “learning Web3 in public” experiment. Yesterday, I shared why I’m doing this and what this series will look like. Today, we start with the foundation: what blockchain actually is, in plain English, and why non-technical people should care at all.
So… what is a blockchain, really?
Let’s ignore buzzwords for a moment and go straight to the core idea.
A blockchain is just:
- A digital record (a ledger)
- That is shared across many computers
- Where new entries are agreed upon by the network
- And once written, are extremely hard to change
That’s it.
If you want a simple one-line version:
Blockchain is a shared digital notebook that many people keep copies of, where everyone agrees on what gets written, and once it’s written, you can’t erase it—only add new lines.
More formally (but still simple):
- Information is grouped into “blocks.”
- Each block contains a bunch of transactions or records.
- Each block has a unique fingerprint called a hash.
- That fingerprint depends on both the contents of the block and the fingerprint of the previous block.
- This creates a chain of blocks = “blockchain.”
- To change something in one block, you’d have to change it in every copy and fix all the fingerprints after it, across thousands of computers. That’s what makes it tamper-resistant.
You don’t need to understand the math behind hashes to “get” blockchain. You just need to understand:
- Many copies.
- Linked together.
- Very hard to secretly change.
Why not just use normal databases?
Right now, most of your important information lives in centralized databases:
- Your bank balance → bank’s database.
- Your medical records → hospital’s database.
- Your property ownership → government’s database.
- Your in-game items → game company’s database.
That means:
- One organization controls access.
- One organization can change things (by mistake or on purpose).
- One hacked server can expose millions of people.
In many cases this is fine. Centralized systems are fast, efficient, and work well when you trust the organization.
But in some situations, people:
- Don’t fully trust a single authority.
- Don’t want one party to have too much control.
- Need transparency about what happened and when.
- Want a system that keeps going even if one company disappears.
That’s where blockchain offers something useful:
- It spreads the record across many computers (nodes).
- Everyone can see and verify the history.
- No single party can secretly rewrite history without everyone noticing.
Blockchain doesn’t replace every database. It’s a good fit where:
- Multiple parties need to share data.
- No one party should fully control the data.
- It’s important to have a tamper-resistant history.
The Google Docs analogy (this one really helps)
The most helpful analogy for me was Google Docs versus old-school Word files.
Old way:
- You create a Word document.
- You email it to three colleagues.
- Now there are four copies.
- Someone edits their copy and emails it back.
- You end up with filenames like:
Report-Final.docxReport-Final-NEW.docx-
Report-Final-NEW-2-Really-Final.docx
- Nobody is 100% sure which one is the real latest version.
New way (Google Docs):
- You create one Google Doc.
- You share it with three colleagues.
- There is one shared document in the cloud.
- Everyone edits the same document.
- You can see who changed what and when.
- There is a visible history of edits.
Now, imagine that:
- There is no “Google” controlling it.
- The document is copied across thousands of computers.
- Every time someone tries to edit it, everyone else checks and agrees.
- The history can’t be quietly rewritten.
That’s roughly how blockchain works:
- Shared record instead of separate copies.
- Everyone sees updates.
- History is preserved.
- No single company owns the record.
Of course, the real tech under the hood is more complex, but as a mental model, this analogy is very close.
The village ledger story (why this matters socially)
Let’s switch from tech to people for a second.
Imagine a small village where everyone trades goods:
- The farmer trades rice for the fisherman’s fish.
- The carpenter trades chairs for the baker’s bread.
At first, they trust each other and remember who owes what. But as the village grows, it gets messy:
- People forget old deals.
- Some deny having received goods.
- Arguments start.
To fix this, they appoint one person: the Ledger Keeper.
- Every trade is recorded in his notebook.
- His notebook is “the truth.”
This works until:
- He starts charging high fees.
- He “mistakenly” changes records.
- He takes bribes to modify history.
- The village realizes they are now fully dependent on one person.
So they come up with a new system:
- Every time a trade happens, it’s announced in the village square.
- Everyone writes it down in their own notebook.
- If someone later lies about a trade, the other 99 notebooks can prove them wrong.
That’s blockchain:
- The village = the network.
- The notebooks = copies of the ledger.
- The public announcements = broadcasting transactions.
- The agreement across notebooks = consensus.
Blockchain is essentially the village deciding:
“We’d rather trust a system we all participate in than one person’s notebook.”
Real-world examples that have nothing to do with trading crypto
Blockchain is the technology; cryptocurrencies like Bitcoin are one application of it. Here are non-crypto examples:
1) Supply chain transparency
- Track a coffee bean from the farm to the cafe.
- Each step (farm → transporter → exporter → roaster → cafe) writes to the blockchain.
- Anyone can verify where it came from and if it passed through certified hands.
2) Medical records (in theory)
- Your records can be stored in a way where:
- Only authorized parties can see them.
- No one can secretly alter your history.
- You can grant or revoke access.
3) Digital certificates and credentials
- Degrees, course completions, licenses, etc.
- Instead of PDF certificates that can be faked, you get an entry on a blockchain from the issuer.
- Anyone can verify it without calling the institution.
4) Land and property records
- Property ownership registered on blockchain.
- Harder for corrupt officials to change ownership records.
- Clear history of who owned what and when.
All of these use the same core properties:
- Shared record.
- Hard to tamper with.
- Transparent history.
Where I personally got stuck (and how I got unstuck)
When I first tried to “understand blockchain,” I made one big mistake: I started with the complicated parts.
I watched videos about:
- Cryptographic hash functions.
- Merkle trees.
- Consensus algorithms.
- Proof of Work vs Proof of Stake.
I came away thinking:
“This is too much. I’m not technical enough for this.”
What finally helped was:
- Ignoring the math for now.
- Focusing on:
- What problem it solves (distributed trust).
- The idea of “many copies that must agree.”
- The analogy with Google Docs and village notebooks.
Once I understood that, the technical details started making more sense instead of feeling like random jargon.
If you’re feeling overwhelmed right now, that’s normal. It’s not because you’re “bad at tech.” It’s because most explanations start at level 10 instead of level 1.
Why non-technical people should care
You might be thinking:
“Okay, interesting. But if I’m not coding or trading, why should I care?”
Here’s why:
1) This will quietly show up in products you use
- Banks, payment apps, games, identity providers—all are experimenting with blockchain.
- You’ll see features powered by it without the word “blockchain” visible anywhere.
2) It changes who has power over data
- Less power concentrated in single institutions (in theory).
- More shared responsibility and transparency.
- That has social, economic, and political consequences.
3) It creates new kinds of jobs
- DevRel, product roles in Web3 projects need people who can explain this stuff to normal humans.
- That’s exactly the gap non-technical but “tech-comfortable” people like me can fill.
4) It’s the foundation of Web3
- You can’t understand NFTs, DAOs, DeFi, or on-chain communities without understanding blockchain first.
You don’t have to love it. But it’s useful to at least understand what everyone’s arguing about.
Want to go deeper? Here’s where I’d send you today
If today’s article sparked something and you want to explore more, here are a few solid beginner-friendly resources:
- “What Is Blockchain?” by IBM – clear breakdown of shared ledgers, immutability, and use cases.
- “Blockchain Basics: A Simple Guide for Beginners” by Cardano Foundation – blocks, hashes, and validation in simple terms with diagrams.
- “Blockchain Technology Explained: Beginner’s Guide 2025” – practical intro with steps for beginners.
- “What is a Blockchain and How Do They Work – Explained in 10 Minutes” – short, visual YouTube overview, less viral but on point information for now.
Pick one article + one video, not all of them. You’ll get 80% of the value without burning out.
What’s next in this series
Tomorrow (Day 3), I’ll go into:
“Bitcoin Explained: Why the First Cryptocurrency Matters”
We’ll look at:
- What problem Bitcoin was trying to solve in 2008.
- How it used blockchain as its core technology.
- Why it changed how people think about money and trust systems.
If you found this helpful and want to follow the full 60-day journey:
- Follow me here on Dev.to.
- Check my public Portfolio where every article and daily learning log lives.
- Find me on Twitter, LinkedIn, Hashnode, Medium as well if you want to suggest topics or ask questions.
If something in this explanation felt confusing, please tell me:
- “This part didn’t click.”
- “Can you give another example for X?”
Your confusion will help me write better Day 3, 4, 5…
And that’s literally the point of learning in public.
Top comments (0)