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": 862058,
  "current_block_hash": "00000000000000000000dbbe18089a78b9a3b8fe7f54cb8f6abe28a9a53c75a7",
  "fee_by_block_target": {
    "1": 3000,
    "11": 2340,
    "12": 2222,
    "144": 2220,
    "576": 2117,
    "1008": 2116
  }
}