Johoe's Bitcoin Mempool Statistics
Period:

This page displays the number and size of the unconfirmed bitcoin transactions, also known as the transactions in the mempool. It gives a real-time view and shows how the mempool evolves over the time. The transactions are colored by the amount of fee they pay per (virtual) byte. The data is generated from my full node and is updated every minute. Note that in bitcoin there is no global mempool; every node keeps its own set of unconfirmed transactions that it has seen. The mempool is also cleared when I reboot my node. The idea is based on the retired service bitcoinqueue.com.

The data is separated into different fee levels given in satoshi per bytes. The lowest colored stripe is for transactions that pay the lowest fee. Higher fee transactions are stacked on top of it. Since miners prefer high fee transactions, a new block usually only removes the top 1 MB from the queue. If a colored stripe persists over several hours without getting smaller, this means that transactions paying this amount of fee are not confirmed during this time, because there are higher paying transactions that take precedence. If a stripe on the bottom chart is much bigger than on the top chart, the transactions are larger than the average.

You can click on some fee level in the legend to hide all fee levels below that level. This way you can better see how many transactions are competing with that fee level.

Note that sizes include the segwit discount, i.e., the graphs show virtual byte (weight divided by four). For segwit transactions, the real size of the transaction is a bit larger than the virtual size. So for the BTC and LTC chains, a block will always take at most 1 MB from the mempool, even if it is bigger than 1 MB, because the lower diagram already shows the size in vbyte (with the segwit discount included). The segwit discount is also included when computing the fee level for a transaction. In case a transaction pays exactly the fee that defines the boundary between stripes, it is included in the higher stripe. Free transactions are not included, even if they make it into the mempool.

Donation Addresses

lightning
bitcoin:bc1qm9hxngjd6hj44yn73p26f5k854u98krsm0fn5n
(old bitcoin:3KwNxt5tX2U6riFjGNBa3ZXshzYyAUeGJ7)

bitcoincash:qzpg8k2j84pwdtuf7ll4kuszw6d5g3p9xcgk704qzg
(old bitcoincash:1Cu6nxjUgACKweizhfRAdrAqJH4ugSW9JP)

litecoin:ltc1qp2qsuh73rrj8gxpvw65ck554qfnv8s5pke3qzm
(old litecoin:MK7jfGG48RTsETCXTAz1wP27uVoFhBUV5o)

dash:XhvBxZ5WiTK7K8js4uphXCP5QjFQMogAMk
 

ethereum:  mempool.hoenicke.eth

Source code on github: https://github.com/jhoenicke/mempool
© 2016-2019 Jochen Hoenicke