# 不可竄改

> **最後更新：2026 年 1 月**

**不可竄改（Immutability）指得是多數人所說區塊鏈系統的其中一個特性，意思是登錄上去的資料就無法再被更改。**

但由於還是有「[雙花攻擊](/ren-shi-feng-xian-bao-hu-zi-chan/double-spending.md)」等多種系統危機存在，大部分的區塊鏈和區塊鏈服務都會指定大於一定數量的「[交易確認次數](/jiao-yi-cao-zuo/undefined/undefined-1.md#jiao-yi-vs-jiao-yi-ci)」，才選擇相信該筆交易成功。此外，區塊鏈也有所謂的「[分岔](/gei-kai-fa-zhe-de-zhi-nan/fork.md)」將帳本一分為二的能力，新分出來的帳本和舊的帳本可能在同一筆資料上便存有不同數值結果，這也是廣義的竄改。更不用提人為的造假，將錯誤的資訊登錄上鏈，這些都是竄改。

所以也有一說「區塊鏈上的記錄不可竄改」是個假議題。我們算是同意這種說法。也可以說，區塊鏈技術並不能讓一個系統或系統上的交易變得「絕對可信」。頂多是將一個系統及其記錄從「絕不可信」/「不大可信」進化為「絕大可信」，要有一個「絕對可信」「無可竄改」的系統，那幾乎要說是人類社會發展的終極挑戰也不為過了。

***

#### 相關條目

* [前言：為什麼寫這本書](/di-ling-zhang-dao-du/blockpedia.md)
* [如何閱讀本書](/di-ling-zhang-dao-du/how-to-read.md)

#### 參考資料


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.0x1.academy/cong-zhong-ben-cong-dao-bi-te-bi/bu-ke-gai.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
