https://github.com/sectore/fees
Estimated fees for Bitcoin txs. Supports 5 providers. Point to your own node.
https://github.com/sectore/fees
bitcoin fees
Last synced: about 1 month ago
JSON representation
Estimated fees for Bitcoin txs. Supports 5 providers. Point to your own node.
- Host: GitHub
- URL: https://github.com/sectore/fees
- Owner: sectore
- License: mit
- Created: 2024-01-15T12:14:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T11:32:30.000Z (over 1 year ago)
- Last Synced: 2025-09-01T13:44:54.385Z (9 months ago)
- Topics: bitcoin, fees
- Language: TypeScript
- Homepage: https://sectore.github.io/fees/
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fees
[Estimated fees for Bitcoin transactions](https://github.com/bitcoinbook/bitcoinbook/blob/develop/ch09_fees.adoc#estimating-appropriate-fee-rates) using public endpoints. All endpoints are customizable to point to local or private endpoint if needed.
### Live: https://sectore.github.io/fees/

## APIs
Inspired by [@0xb10c](https://github.com/0xb10c)'s list of [Public Bitcoin Feerate Estimation APIs](https://b10c.me/blog/003-a-list-of-public-bitcoin-feerate-estimation-apis/) following APIs are currently supported:
- [Mempool](https://mempool.space/docs/api/rest)
- [Esplora](https://github.com/Blockstream/esplora/)
- [Bitgo](https://developers.bitgo.com/explorer)
- [Blockcypher](https://www.blockcypher.com/dev/bitcoin/)
- [Blockchain.info](https://www.blockchain.com/explorer/api)
Following APIs can't be supported due missing data:
- [Bitcoiner.live](https://bitcoiner.live/api/fees/estimates/latest) starts calculation of estimated fees for next 30min, but not before. That's 'fast' fees for next block are missing.
- [Blockchair](https://api.blockchair.com/bitcoin/stats) supports a single `suggested_transaction_fee_per_byte_sat` only, but no relationship to next blocks.
- [BTC.com](https://btc.com/service/fees/distribution) supports a `one_block_fee` only, but no relationship to next blocks.
## Build
TBD
## Random
This app is build with [Svelte](https://svelte.dev/), [Effect](https://effect.website/), [XState](https://stately.ai/) and [daisyUI](https://daisyui.com/).
## License
[MIT License](./LICENSE)