Memory Pool Memory Pool Refreshing

4,465 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,171 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (720,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,409 187,409 00000000000006c4dc3c8e1b4daa45b56f4385d03baa96bf841fb59a8780afb4 0.07 MB 230 61
187,408 187,408 000000000000025e048cfb10efe4dd5daafbf2f09081015f3f39395d147a9052 0.05 MB 62 81
187,407 187,407 00000000000002009996dd2fbe6d6ab86479befa25c410678b72e3677ec5858e 0.05 MB 144 2
187,406 187,406 000000000000071bedf206bcfcd5d047f58d90fc6237b52d7e9b6c0bde33a1fd 0.05 MB 78 67
187,405 187,405 0000000000000214afca993a1d5469ec6c76c92e12229c6f5d31214834a0866c 0.14 MB 344 138
187,404 187,404 00000000000007b96aa0b839332074ae489ce08354bfff467905fbafb25a2a20 0.00 MB 10 30
187,403 187,403 000000000000015df048224115010a32920bfbf8f513d9a6a2b0c1810938ba15 0.00 MB 10 14
187,402 187,402 000000000000019e87f02b837c06d17bd65a62160ff9b93cdb0c950043018a4e 0.04 MB 128 230
187,401 187,401 000000000000045e04b3319d47ee3aa7e77ba282835f4eec8354835a812ec30b 0.03 MB 65 153
187,400 187,400 00000000000007525b8c2a4e04d9bd98ae8b2f385572fc1e276c8d10711b6494 0.06 MB 155 142
187,399 187,399 000000000000086b4f062d5ffb6a3a5e12e617358bc97a2227847db55f9e1d31 0.00 MB 12 59
187,398 187,398 00000000000002d0aa60db146d30d65674c82e84599ac5ae8fdbf54f57e1793b 0.05 MB 101 120
187,397 187,397 00000000000002d60321f43a46a26535159d02504be9ea754a147b611ca877d0 0.05 MB 151 103
187,396 187,396 000000000000054a819bcc36b9d9289f3f0e96dae1cfd4152dc01609d201fc7d 0.00 MB 8 15
187,395 187,395 000000000000007ebe63b7fb664dc28debb534b23ff7d53f893e2ed33b5f4778 0.18 MB 434 128
187,394 187,394 000000000000031d39abf1efa204a172195027faf96b71a81d397a8ae8ee98e5 0.05 MB 133 112
187,393 187,393 00000000000002a87b8caf639386f813a7f91ee7c46fc2a055b0b777d065adbc 0.05 MB 111 62
187,392 187,392 000000000000049effb8777d15dab14aee66403d0c4cec6babbea4b9c30f18bd 0.06 MB 135 101
187,391 187,391 000000000000072571a4901faf961a9b2a12d8a3d9cf6fc3615d72b015c8ec52 0.15 MB 100 67
187,390 187,390 000000000000001ac4fec6563dbfe15b9475ef970eba678538d8bb4d924ae5e8 0.04 MB 118 64
187,389 187,389 000000000000082095e41b173ddc7d6487efe6aac16f9231359f4b1cac6b4d66 0.04 MB 117 54
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.04 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.