Memory Pool Memory Pool Refreshing

17,848 transactions
5.76 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,526 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (706,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,818 200,818 0000000000000333b8bdc6ddfc2321ca59a5d5777e92021d2be8a12d1687f660 0.06 MB 189 108
200,817 200,817 000000000000007c979bdfcc538def258cce5adb1f9033c513da8757d71d2324 0.10 MB 247 138
200,816 200,816 00000000000003a7b54c631d66286151e4ba38aa7f003a28f1f26bb7736e9261 0.05 MB 170 543
200,815 200,815 0000000000000035d5c4624f45549082ea2f63042d4fc84cf90249305f516437 0.08 MB 169 122
200,814 200,814 00000000000001e8ff3cc7263e24789be19ed7c1c97d8da132f46e2478ee4e5c 0.06 MB 146 93
200,813 200,813 00000000000001b369347748e3ed8010d9a67da8beff51d0298026a1f6cb1008 0.06 MB 137 104
200,812 200,812 000000000000018aeee6fdbb3604b7dbbf4d25be05f194ccd2db8b4e0f302bcc 0.12 MB 279 137
200,811 200,811 00000000000003a02f3edfc666c1e10a56ac785ba4503ea75434f4423d63b522 0.01 MB 14 91
200,810 200,810 0000000000000265807fe94b7ccffc65833e5b77799b1f6bd66eb6555ebe78af 0.16 MB 420 32
200,809 200,809 00000000000005a82e535db89e4dc82d3040dc1fd3df3117014cded38a066c85 0.05 MB 152 153
200,808 200,808 0000000000000103ad29972b4842ec7d4d7cf7f01766dd457d2ae78f617f6466 0.05 MB 120 196
200,807 200,807 00000000000003d0a2b137c66d55be62f106b95239e71013f63b57a512796470 0.04 MB 100 57
200,806 200,806 0000000000000352d6073bf718b31baa8d268b74f4f2d9d91758f4447e1ac9fa 0.06 MB 140 124
200,805 200,805 000000000000051dcdc2f44fd0bfc7859eb9921a27cdb0fda3ba166ef140c633 0.18 MB 288 101
200,804 200,804 00000000000001fc33a9475b80488db1d55ca7f30d51908056a7b3449568939d 0.00 MB 7 21
200,803 200,803 00000000000001630272cbaccb03ecbeb9d9e40276d59f4ccf9c7697ee8c9577 0.09 MB 197 84
200,802 200,802 00000000000003b5a5955d8685ba2f383d6c15074b005eb67876d8a1f68df6a6 0.04 MB 88 51
200,801 200,801 00000000000005b35a1c797a75117d30460553017c24e247fc5d6bc037354e3f 0.06 MB 133 92
200,800 200,800 00000000000004419c4022bc1b61c237e3af5c6cd8454a1cf9ec55430b0b7dfc 0.21 MB 481 230
200,799 200,799 00000000000003781fcd2d73c86b550c4ae8d827f97d5616bd688786ff3501e7 0.05 MB 154 136
200,798 200,798 000000000000050d314a54311796a2f4daa0a75fbe0e30bc93905075ed51424f 0.01 MB 16 77
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.