What Is a Blockchain?

📖 5 min read

✍️ 撰写及审阅者 Karel Havlíček已更新 2026🛡️ 编辑独立

Quick Answer

區塊鏈是一個記錄列表,它被複製到許多計算機上,並緊密地鎖在一起,以至於更改一個舊條目會破壞它之後的所有內容。這就是為什麼它在沒有值得信賴的中間人的情況下值得信賴的原因。

💡 Think of it as…

一疊頁面,其中每個新頁面都蓋有防篡改印章,其中還包含前一頁的微小指紋。撕下或編輯任何頁面,其上方的每個印章都會停止匹配 - 立即將欺詐行為暴露給持有副本的每個人。

Blocks

一個區塊只是一批交易加上一些元數據。比特幣大約每 10 分鐘添加一個新區塊。每個區塊都有最大大小,因此交易透過支付費用來爭奪空間。

The chain (hashes)

每個區塊都儲存其先前區塊的雜湊值(唯一的數位指紋)。這以固定的順序將區塊連結成鏈。由於每個指紋都依賴前一個指紋,因此這些塊以數學方式焊接在一起。

Why it is tamper-evident

更改舊區塊中的單一交易及其指紋會發生變化,這會破壞下一個區塊,然後是下一個區塊,一直到頂部。為了逃脫懲罰,你必須比整個網路更快地重做所有工作量證明——這幾乎是不可能的。

🔑 Key takeaway

區塊鏈是在許多電腦上複製的僅附加的、與指紋相關的記錄。你可以添加它,但你不能悄悄地重寫它。

Why this matters for you

This is the foundation under every exchange, wallet and stablecoin you use across Asia. Knowing how it works helps you judge which projects are genuinely decentralized and which just borrow the buzzword.

常见问题

Is blockchain the same as Bitcoin?

No. Blockchain is the underlying record-keeping technology; Bitcoin is the first and largest network that uses it. Many other projects use blockchains too — see Bitcoin vs blockchain.

區塊鏈會被駭客攻擊嗎?

Rewriting Bitcoin’s blockchain would require out-computing the entire global network (a "51% attack"), which is astronomically expensive. Most "crypto hacks" are actually exchanges or wallets being breached, not the blockchain itself.

Is the blockchain public?

比特幣的區塊鏈是完全公開的——任何人都可以檢查每筆交易。身分不是直接附加的,但地址有時可以連結到人,因此它是假名的,而不是匿名的。

Keep learning