Memory Pool Memory Pool Refreshing

88,735 transactions
27.27 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,963 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 1,603 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,962 (658,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,818 220,818 000000000000015142450a030a8641e9a70290027eaaa8f8d52a6bd9d2afcac4 0.23 MB 432 152
220,817 220,817 00000000000003200a65a5146f8e894704976bd21d1cf209e2dc8c7f3d0d40ea 0.25 MB 95 53
220,816 220,816 00000000000004667e989a5ad255d6baa7f59db4db3906b02dc128634bf95a18 0.25 MB 648 228
220,815 220,815 00000000000002bbfbe339f3dd48316c20b21be7ce1bdb5b5f131f0db296036a 0.27 MB 376 171
220,814 220,814 00000000000002b4f3f0538deddecf04d7dad72402331977c76576283a8d1f4d 0.01 MB 31 128
220,813 220,813 00000000000004a2e96fc0e15cba01f0570c1aece435c11e3ec11d24a8ee9804 0.18 MB 386 168
220,812 220,812 000000000000043751773e28d37e5b1628ef08bfde6bdbe13131cf4b1129a8b7 0.17 MB 392 181
220,811 220,811 00000000000004829f8ec992570ad67a07c21d0ac188895446c6908a3ec77ce3 0.22 MB 343 99
220,810 220,810 00000000000003688e6effc415f0551dc8452da8ba8dec22d6035f1559618649 0.25 MB 733 254
220,809 220,809 0000000000000074a783b4427337c720ddc63727dea306f7fc5bb90c17d470bc 0.19 MB 344 155
220,808 220,808 00000000000004c3ea87388b1ee6bf8e2840816725db7a1677fcc9ee2bf4a889 0.06 MB 112 147
220,807 220,807 00000000000000e6b9bfa8207156a11360e6f6f385be8ab264d97d71ec0d18b6 0.03 MB 57 142
220,806 220,806 00000000000003a5a9aa9e9892eb4da23fa8acb0f4a5f89ee6dba280d2ccec0d 0.15 MB 346 156
220,805 220,805 0000000000000096cc1ac985f1d28c56999ca7921b2ae09d5ee1ed5d46b77d43 0.22 MB 538 189
220,804 220,804 0000000000000086f369339890ac223bad49bfe3c923c92dbd9dc2200a019482 0.22 MB 518 161
220,803 220,803 00000000000003b85cb705edcaded9116412d5a6c0a96bfa170844f1bc060b66 0.25 MB 610 245
220,802 220,802 00000000000004270df7f86cd64530e8fe07d5d82482dbdc279775842ce741c4 0.21 MB 418 162
220,801 220,801 00000000000003d9886ea84e2b792dee5e30065f39546fbea65c698ed4354e54 0.25 MB 574 194
220,800 220,800 000000000000045758d1d23895fe064531dcd099a2d7c92c3595cb96773bae0a 0.05 MB 129 186
220,799 220,799 000000000000030f39f69748795a2edf292f902f9465a31b668bc8d8aa38d9eb 0.07 MB 226 51
220,798 220,798 000000000000017b1dca5e38b462652d2a14f31b0f525a38bb977f96bfeecbbf 0.15 MB 205 120
Previous 10 blocks ↓
Total Size: 716.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,594.88 GB sent, 46.50 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.