Memory Pool Memory Pool Refreshing

7,381 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,722 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (763,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,737 144,737 000000000000030cc381062317a34b481c52beb02cb84c05093b033e76cccd1e 0.05 MB 36 80
144,736 144,736 000000000000053b9259eb745a39d8281c1ad65ad2199ad08624f556149f4eaa 0.02 MB 40 137
144,735 144,735 00000000000007c85dbf02e591b918cba5688c00fd9ce9c64d7e221bac174900 0.02 MB 21 87
144,734 144,734 00000000000003ed6ed3aceae97e6aebb798b80856c3893b0997d553c3949db3 0.00 MB 11 355
144,733 144,733 000000000000021004058279b50b2c0d2c325759972055465c2273277c19eeeb 0.00 MB 10 20
144,732 144,732 000000000000059b140e00b0d8b2b03787de7dee2e56e926a0ad67e02d128613 0.02 MB 35 180
144,731 144,731 0000000000000563ee9fcdf005add38b94e4091ee83ba95964443b3882a50444 0.00 MB 6 152
144,730 144,730 00000000000002a5c0ba5183eba3857783f8c49a64605a669fc303a071175889 0.00 MB 6 54
144,729 144,729 00000000000000520a7b3cd2f4a337c2e8b4754083bca932aad34c8486414093 0.01 MB 33 475
144,728 144,728 0000000000000630798b66ee1dad19fc4e7129782590b7cb4238ad211a779048 0.00 MB 13 47
144,727 144,727 000000000000006f84fe0183643c283a3866271147fda177c8f4ba00dceb678b 0.01 MB 26 0
144,726 144,726 00000000000000771ad75b99e5cb09226ffc4c70a9b0a5c6d9d07c2fb142efb7 0.03 MB 61 381
144,725 144,725 000000000000028badb1e4da5c08cbbb296937ca2d651e8ebf1265625693a690 0.02 MB 27 278
144,724 144,724 00000000000008cd9d941a68494b486d969eeab38697138585b55dc7f940a94c 0.03 MB 97 86
144,723 144,723 0000000000000095fa3683400b48bd065557fd6b9dc908764f02e739e42ecacf 0.04 MB 45 3
144,722 144,722 00000000000000708a54b4cbb6614223317d12436f5676640ae842e0525b2f7d 0.05 MB 46 275
144,721 144,721 00000000000003a4ebe3c3bf03588e85fef6b01cbb456f966ffe894db811f2b9 0.05 MB 19 127
144,720 144,720 000000000000032817585b383148e8fe4e78a164e84def1385271a493990eacd 0.02 MB 68 177
144,719 144,719 0000000000000121561c986a53881da7a5232fa94718b78a8526432b800cec2c 0.05 MB 43 160
144,718 144,718 000000000000029228a34676c64ac8e1b5c8f757aaac8450c721311c95661359 0.01 MB 33 252
144,717 144,717 00000000000005170cf468a15f4c5d8a18534612367fb6dd9f7cc28e18d572a5 0.02 MB 52 158
Previous 10 blocks ↓
Total Size: 769.29 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,635.61 GB sent, 94.36 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.