janoside / btc-rpc-explorer

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

MEMPOOL field improvement in main page #554

Closed Thierry61 closed 7 months ago

Thierry61 commented 1 year ago

Addition of mempool total fees in the main page. This information complement the total number of transactions, for example it can indicate that many pending transactions are less worrying when the total fees are low.

It is already available without any further API request (in mempoolInfo variable).

The layout is number of txns / blocks to clear / total fees to make it similar to other fields in the page.

A tooltip has been defined on each of these 3 pieces of information with highlight colors describing the low/high/very high danger levels.

Thierry61 commented 1 year ago

To illustrate the PR here are some screen shots:

Thierry61 commented 1 year ago

Implementation remarks: