Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bitcoinbeachtravemuende/fees
- Owner: BitcoinBeachTravemuende
- License: mit
- Created: 2024-01-15T12:14:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-12T12:38:53.000Z (9 months ago)
- Last Synced: 2024-02-12T18:02:55.460Z (9 months ago)
- Language: TypeScript
- Homepage: https://fees.bitcoinbeachtravemuende.de
- Size: 130 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://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)