> For the complete documentation index, see [llms.txt](https://help.coinpocket.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.coinpocket.io/wallet-faq/btc-wallet/bitcoin-transfer-is-slow-can-it-be-accelerated.md).

# Bitcoin transfer is slow, can it be accelerated?

If you have ever made payments using Bitcoin, you may have noticed how long it takes for the network to confirm transactions. Sometimes, days can go by between the time you sent the payment and received the confirmation. BTC transfer is slow, mainly because the transfer fee is less, so you can increase the amount of miner fee on the transfer page to get faster transfer speed.&#x20;

These off-chain services accept an additional fee to move your transaction up in the queue. Miners themselves often provide these services to make more money accepting transactions.However, due to Bitcoin's popularity, there are thousands of people making transactions on the network at any given time. Therefore, the network often becomes overcrowded. Also, there is a limited amount of miners that further compounds the problem. And finally, the block size for Bitcoin is also very less, allowing for a maximum of 2,200 transaction per block.


---

# 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:

```
GET https://help.coinpocket.io/wallet-faq/btc-wallet/bitcoin-transfer-is-slow-can-it-be-accelerated.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.
