Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bitcoinbeachtravemuende/fees

Estimated fees for Bitcoin transactions
https://github.com/bitcoinbeachtravemuende/fees

Last synced: 6 days ago
JSON representation

Estimated fees for Bitcoin transactions

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://fees.bitcoinbeachtravemuende.de

## Preview

[preview-fees.webm](https://github.com/BitcoinBeachTravemuende/fees/assets/47693/e0a20672-adb7-4f4e-8566-0566e15bb4fc)

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