> For the complete documentation index, see [llms.txt](https://www.0x1.academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.0x1.academy/bi-te-bi/bi-te-bao/gong-yong.md).

# 礦工費用

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

**礦工費用（英文：Miner's Fee）其實就是交易時需要有人幫忙把完成的交易資料記錄上鏈（寫入區塊鏈帳本頁中）的委託手續費。**

在以太坊區塊鏈裡，多半都用[燃料費](/zhi-neng-he-yue-de-shi-jie/yi-tai-fang-bao/wa-si.md)（Gas Fee）來說明，但比特幣區塊鏈因為沒有燃料的概念，也幾乎沒有什麼分散試算力、智能合約的設計，所以每筆交易就單純是送出一筆轉帳記錄，由礦工幫忙打包記帳。所以多半就直接用礦工費來說明。

![](/files/-LLOPnDeezdiiT5mSpKl)

比如上面這張比特幣區塊歷史記錄瀏覽器 [BlockCypher 所顯示的這筆寶博士 2018 年 7 月的轉帳](https://live.blockcypher.com/btc/tx/90be883b2446aa3237e3b156c11a93e51bad9dff54fdaca4ac3b2a5567e0379a)，一共轉了 0.59 BTC 給對方，另外就包含了 0.00000840 BTC 的手續費（Fee），以當時現價一枚 BTC 約等於 $6,352.67 美金，等於是花了新台幣 1.6 元的轉帳費。相比郵局的 7\~15 跨行轉帳費，國際轉匯百來元台幣不等的費用，這可以說是相當便宜的一種價值交換方法。

### 關於比特幣錢包轉帳

比特幣轉帳時所付出的礦工費，在 Coinbase 上會很明確的說明所有轉帳費都會直接付出給礦工，然而有些交易所或比特幣代存平台為了保障每筆轉帳交易都能達到對方手中，會加高礦工費用甚至行政手續費，讓轉帳者的負擔增加，但安全性提高。

Coinbase 轉帳頁面顯示手續費為 0.0001725 BTC，大約是美金 0.13 ，新台幣 4 元左右：

![](/files/-LLORqvJPGKl_jP8iBnp)

同一時間，要轉同一筆帳，在幣託（BitoEx）交易所需要的手續費則一律為 0.0001 BTC，約為新台幣 20 元：

![](/files/-LLOS6CWaxBnblFi1fS8)

也是因為這個原因，許多交易所都有轉出最低金額的要求，否則可能會有使用者惡意轉移多筆金額為 0 的比特幣，造成網路塞車，礦工費用飆漲，到最後可能交易所來不及調高手續費，便會被突然增高的手續費給壓垮。

{% hint style="info" %}
要注意，多半的比特幣購物收付款都會要求使用者用「比特幣錢包」付款，意思就是希望使用者不要用交易所錢包，而是使用原生錢包 APP，內有私鑰的這種，一來有的交易所為了省錢，可能每次的礦工費用都設超低讓帳很晚才到對方那裏，二來使用者也無法為了提高交易速度調整礦工費。相較之下，用原生比特幣錢包 APP 就能夠解決這個問題。
{% endhint %}

***

#### 相關條目

#### 參考資料


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://www.0x1.academy/bi-te-bi/bi-te-bao/gong-yong.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
