aeternity / aescan

Block Explorer and Analytics Platform
ISC License
6 stars 3 forks source link

Visualize mempool (pending transactions) #725

Open davidyuk opened 3 months ago

davidyuk commented 3 months ago

There is an endpoint /debug/transactions/pending returning transactions that have not been mined yet. Currently, it is almost empty, but there can be stuck transactions because of increased gas price. I propose to add a page showing aggregated data on these transactions, or transactions by themself (since we don't have much data yet). Transactions should be ordered by gas price, split by block size (in gas). Also put invalid transactions to the end.

Inspired by https://mempool.space/