# Fee Estimates

Source URL: https://help.blockstream.com/education/glossary/fee-estimates
Updated: 2026-05-26T17:23:51.000Z
Letter: F

---

### Quick Definition

Fee estimates are algorithmic predictions of the minimum fee rate (in satoshis per virtual byte, or sat/vB) needed for a Bitcoin transaction to be confirmed within a specified number of blocks, such as 1 for fast or 6 for standard. They enable users to optimize costs while ensuring timely inclusion by miners in the competitive fee market.

#### Practical Examples

- In a wallet like the [Blockstream app](https://blockstream.com/app/), select a "fast" estimate (e.g., 20 sat/vB) for an urgent remittance to confirm in the next block during low congestion.
- During network spikes, like after a halving, use an explorer's fee estimator to set a "normal" rate (e.g., 5 sat/vB) for a savings transfer, balancing speed and economy.
- Programmatically query Blockstream's API for estimates before broadcasting a batch of micro-payments, adjusting based on mempool depth to avoid delays.
- If a low-fee transaction lingers, apply Replace-By-Fee (RBF) with an updated estimate to bump it higher, ensuring confirmation without creating a new one.

#### Key Takeaways

- Measured in sat/vB to account for [SegWit](https://help.blockstream.com/%5F%5FGHOST%5FURL%5F%5F/segwit/) efficiency, where virtual bytes discount witness data.
- Common targets include 1-block (high priority), 3-6 blocks (standard), or longer (economy) based on urgency and mempool conditions.
- Derived from historical block data and current unconfirmed [transactions](https://help.blockstream.com/%5F%5FGHOST%5FURL%5F%5F/transaction/) in the [mempool](https://help.blockstream.com/education/glossary/mempool), using methods like moving averages or probabilistic models.
- Accurate estimates prevent overpayment or stuck funds, with tools like RBF or Child-Pays-For-Parent (CPFP) for post-broadcast adjustments.

#### In-Depth Explanation

Bitcoin's fee market operates on supply and demand: [miners](https://help.blockstream.com/%5F%5FGHOST%5FURL%5F%5F/miner/) prioritize [transactions](https://help.blockstream.com/%5F%5FGHOST%5FURL%5F%5F/transaction/) offering the highest fee per virtual byte in limited [block](https://help.blockstream.com/education/glossary/block) space (about 4MB effective). Fee estimators, implemented in wallets and nodes like Bitcoin Core, analyze recent blocks' fee distributions and the mempool's queue to forecast rates. For instance, Bitcoin Core tracks estimates over short (e.g., 2-10 blocks), medium (e.g., 25 blocks), and long horizons using exponentially weighted moving averages, adapting to volatility. Wallets integrate these via presets or manual inputs, calculating total fees as rate × transaction size. If conditions shift post-broadcast, e.g., sudden congestion, users can use RBF (BIP125) to replace with higher fees or CPFP by attaching a high-fee child transaction. This dynamic system ensures efficient resource allocation, contrasting with fixed-fee fiat transfers, and promotes scalability through upgrades like [Taproot](https://help.blockstream.com/%5F%5FGHOST%5FURL%5F%5F/taproot/).

#### Why Bitcoiners Care

Fee estimates streamline Bitcoin's use as sound money by minimizing waste and maximizing predictability, allowing seamless value transfer without intermediaries.

Navigation: Blockstream Help Center > Education > Glossary > Fee Estimates

## Related Terms in This Letter
- [Federations](https://help.blockstream.com/education/glossary/federations)
- [Fedimint](https://help.blockstream.com/education/glossary/fedimint)
- [Fee Estimates](https://help.blockstream.com/education/glossary/fee-estimates) (current)
- [Fork](https://help.blockstream.com/education/glossary/fork)
- [FROST](https://help.blockstream.com/education/glossary/frost)
- [FUD](https://help.blockstream.com/education/glossary/fud)
