Bitcoin Blended Fee Estimator

A blend of mempool-based and history-based Bitcoin fee estimates.

curl -L -X GET 'https://bitcoinchainfees.strike.me/v1/fee-estimates'
{
  "current_block_height": 940809,
  "current_block_hash": "000000000000000000004d8fda78ed159fab8fee6e5532fe162b0a1623e564af",
  "fee_by_block_target": {
    "1": 2000
  },
  "min_relay_feerate": 2000
}