janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.5k stars 1.11k forks source link

add block header API #471

Closed pointbiz closed 1 year ago

pointbiz commented 1 year ago

As a consumer of the API I ran into the need for just the block header and not the whole block.

Use case 1: showing a list of recent blocks on my site (and keep an archive). Use case 2: call for the block header on the fly after consuming api/tx which returns block hash but not block height.