起源学习站链上学习学院 › Level 1 Web3 入门 › 什么是区块链?ORIGIN LearnOn-chain Academy › Level 1 Web3 Basics › What is Blockchain?
🌱 Level 1 · Web3 入门🌱 Level 1 · Web3 Basics

什么是区块链?What is Blockchain?

6 分钟6 min
学习目标:学完你能用一句话跟朋友解释区块链是什么,以及它为什么难以被篡改。Learning goal: after this lesson you'll be able to explain to a friend in one sentence what a blockchain is and why it's so hard to tamper with.
大白话In plain words区块链就像一本全村人手里都有一份的公共账本,谁给谁转了多少钱都记在上面,改一个人的那份没用,因为其他人手里的对不上。A blockchain is like a public ledger that everyone in the village holds a copy of. Every transfer — who sent how much to whom — is recorded on it. Changing your own copy is useless, because it won't match everyone else's.

区块链(Blockchain)说白了就是一种大家共同记账的技术。传统记账是银行一家人记,你得信它;区块链是把账本复制成成千上万份,分给全世界的电脑各存一份,谁也别想偷偷改。A blockchain is, put simply, a technology for keeping the books together. Traditional bookkeeping is done by a single bank that you have to trust; a blockchain copies the ledger into thousands of copies, stored on computers all over the world, so no one can secretly alter it.

之所以叫区块链,是因为交易记录被打包成一个个区块(block),一个接一个按时间顺序连成一条链(chain)。每个新区块里都带着上一个区块的指纹,环环相扣。It's called a blockchain because transaction records are packed into individual blocks, linked one after another in time order into a single chain. Each new block carries the fingerprint of the previous one, so they're all interlocked.

它有三个新手最该记住的特点:It has three traits a beginner should remember most:

需要提醒的是:公开透明指的是交易记录公开,但账本上显示的是一串地址(像门牌号),不会直接写你的真实姓名,所以它是「匿名门牌 + 公开流水」的组合。One caveat: "open and transparent" means the transaction records are public, but what shows on the ledger is a string of addresses (like house numbers), not your real name — so it's a combination of "anonymous house number + public transaction history".

案例Example你在链上给朋友转了 0.1 个币,这笔转账会被打包进某个区块,全网电脑一起确认、一起记下。以后不管过多久,任何人打开区块浏览器都能查到这笔记录,你朋友也没法抵赖说没收到。You send a friend 0.1 of a coin on-chain. That transfer gets packed into a block, and computers across the whole network confirm and record it together. No matter how much time passes, anyone can open a block explorer and find this record, and your friend can't deny they received it.
配套工具(点开在主站打开):Related tools (open on the main site):
🛠 区块浏览器 ›🛠 Block Explorer ›

📝 本节测验📝 Quiz

1. 区块链最核心的思想是什么?1. What is the core idea of a blockchain?

2. 为什么区块链上的记录很难被篡改?2. Why are records on a blockchain so hard to tamper with?

3. 区块和链分别指什么?3. What do "block" and "chain" refer to respectively?

4. 关于区块链的公开性,下列说法正确的是?4. Regarding a blockchain's openness, which statement is correct?

5. 去中心化在区块链里意味着?5. What does decentralization mean in a blockchain?

❓ 常见问题❓ FAQ

区块链和数据库有什么区别?What's the difference between a blockchain and a database?

普通数据库通常由一家机构掌控、可随时增删改;区块链把账本分散给全网多方共同保存,记录一旦确认就极难更改,也不需要你去单方面信任某一家机构。An ordinary database is usually controlled by a single organization that can add, delete, or edit at any time; a blockchain spreads the ledger across many parties on the whole network to keep together, so once a record is confirmed it's extremely hard to change, and you don't have to unilaterally trust any one organization.

区块链上的信息真的完全匿名吗?Is information on a blockchain truly fully anonymous?

不完全。交易本身用地址代替真名,属于化名而非绝对匿名。如果地址通过交易所实名、或和你其他行为关联上,仍可能被追溯,务必自己核实(DYOR)。Not fully. Transactions use an address instead of your real name, which is pseudonymous rather than absolutely anonymous. If an address is tied to your real identity through an exchange, or linked to your other behavior, it can still be traced — always verify yourself (DYOR).

普通人能查区块链上的交易吗?Can ordinary people look up transactions on a blockchain?

能。通过区块浏览器输入任意地址或交易编号,就能看到余额和历史转账,全程公开免费,不需要注册。Yes. Using a block explorer, enter any address or transaction ID to see balances and transfer history — it's fully public and free, with no registration needed.

‹ 上一课‹ Previous