aeternity/aescan

Visualize mempool (pending transactions)

Opened this issue · 2 comments

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/

gas price, split by block size (in gas

@davidyuk do you have idea how to get data from debug endpoint which is NOT meant to be public?

I discussed this over slack, and pending transactions ar hidden for some reason.

Summary of the discussion here #860 (comment)

Let's find somebody who will setup a debug access for aescan backend. Not needed to close the issue just because of this.