What Is a Bitcoin Node?

📖 5 min read

✍️ 撰寫及審閱者 Karel Havlíček已更新 2026🛡️ 編輯獨立

Quick Answer

節點是運行比特幣軟體的計算機,它保留自己的區塊鏈完整副本並自行檢查每條規則。節點是網路的裁判-任何人,包括你,都可以運行節點。

💡 Think of it as…

一個充滿裁判的體育場,每個裁判都有完整的規則手冊。礦工可以提出一個方案,但如果違反了一條規則,每個裁判都會獨立地將其駁回。沒有人必須信任礦工——他們會驗證。

What a full node does

It downloads and validates every block and transaction against Bitcoin’s rules: correct signatures, no double-spends, valid supply. If a block breaks a rule, the node rejects it — no matter how powerful the miner who made it.

Nodes vs miners

Miners propose new blocks; nodes decide whether to accept them. This separation is vital: it means miners cannot simply change the rules (like printing extra coins), because the thousands of nodes would refuse the invalid blocks.

Verify, don’t trust

Running your own node means you check the rules yourself instead of trusting a company’s word. It is the deepest form of self-sovereignty in Bitcoin — and it is surprisingly affordable on a small home device.

🔑 Key takeaway

Nodes enforce the rules and store the full ledger. Miners write blocks, but nodes are the ultimate gatekeepers — which is why decentralization depends on many independent nodes.

Why this matters for you

在資本管製或銀行不穩定的市場中,運行節點(或使用連接到您自己的錢包)意味著沒有中介機構可以在您的餘額上對您撒謊或阻止您的訪問。這是協議層面的財務獨立。

常見問題

我可以透過運行節點賺錢嗎?

No — unlike mining, running a node has no direct reward. The benefit is privacy, security, and helping keep the network decentralized.

Is it hard to run a node?

Not anymore. Plug-and-play devices and simple software let beginners run a node at home with modest hardware and a normal internet connection.

要下載的區塊鏈有多大?

完整節點儲存整個歷史記錄——數百GB並且還在不斷增長。 「修剪過的」節點可以驗證所有內容,同時在磁碟上保留的內容要少得多。

Keep learning