janoside / btc-rpc-explorer

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

tx api: add mempool data for unconfirmed tx #479

Closed pointbiz closed 1 year ago

pointbiz commented 2 years ago

When using the tx API to get unconfirmed transaction data it is noted that the "time" field is not present. This new feature will allow the API consumer to display the mempool entry time in place of the time field that appears only after confirmation.