# What determines mining fees?

The amount of fees you need to pay for a Bitcoin on-chain transaction is determined by two factors:

1. Network congestion: When there are many pending transactions waiting to be confirmed, the fees tend to go up to incentivize miners to prioritize your transaction.
2. Transaction size: The larger your transaction in bytes, the more fees you will need to pay as miners prioritize transactions with larger fees per byte.

Therefore, during times of high network congestion, fees can increase significantly, making transactions more expensive. It's always recommended to check the current network conditions before sending a transaction to ensure you're paying an appropriate fee.


---

# 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://faq.blink.sv/transaction-fees/what-determines-mining-fees.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.
