Show mempool stats #2

Open
opened 3 years ago by duke · 1 comments
duke commented 3 years ago
Owner

Show basic mempool stats, like number of items and size in bytes.

Other more advanced details could track this data over time, or view details inside mempool tx's

Show basic mempool stats, like number of items and size in bytes. Other more advanced details could track this data over time, or view details inside mempool tx's
Poster
Owner

For now, this ticket will just be for rendering this bits of data on a dedicated /mempool/ page:

  • Size of mempool in bytes
  • Size of mempool in transactions
  • Amount of total fees in tx's in the mempool
  • List of txid's in the mempool

The list of txid's in mempool will not have a link to a tx view page, because we won't render the data about tx's in the mempool yet. That is because we don't have a way of updating the data to say if a txid was orhpaned by a block re-org.

The above info is available from the getrawmempool and getmempoolinfo RPCs.

For now, this ticket will just be for rendering this bits of data on a dedicated /mempool/ page: * Size of mempool in bytes * Size of mempool in transactions * Amount of total fees in tx's in the mempool * List of txid's in the mempool The list of txid's in mempool will not have a link to a tx view page, because we won't render the data about tx's in the mempool yet. That is because we don't have a way of updating the data to say if a txid was orhpaned by a block re-org. The above info is available from the `getrawmempool` and `getmempoolinfo` RPCs.
duke self-assigned this 2 years ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.