Memory Pool Memory Pool Refreshing

3,384 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,783 (652,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,468 255,468 0000000000000008d46aedc94dae22ab128c40d8fca4e0bb5ab18a5dc9feb321 0.17 MB 402 161
255,467 255,467 0000000000000036766d692a614c7d6e1d0fa2eddf022e08d8271c1259a94790 0.18 MB 319 108
255,466 255,466 000000000000001d7a705a15bf927aaa2b6d703ae1c5425c288bd37d825d6bef 0.01 MB 19 112
255,465 255,465 000000000000003f8b22695e94ef1a50b382b8e5983eb7a83f445108e9b71cd7 0.11 MB 275 109
255,464 255,464 000000000000001d2397d62a33c3dff69fd1fc9e64f38ae433f37f1e90d30335 0.18 MB 341 95
255,463 255,463 0000000000000036a57fb71a4da48a1a98dd314d2cfa2fbd4c1846d737c7acc6 0.08 MB 228 155
255,462 255,462 000000000000002c1d3fb60c5c1edfd19264fcedeeae7245f945d0970a8726bc 0.17 MB 298 110
255,461 255,461 00000000000000220a1b898c0bcb38845e027c4dfde98ec84c73510372c24e41 0.08 MB 157 115
255,460 255,460 0000000000000005c961c1be6bda859c72d46973db8f98eba70ed50f9715fa6d 0.06 MB 155 161
255,459 255,459 0000000000000036d57e7cdb9982bce23a9708e2c5628205cd8d9f40b10a2e97 0.12 MB 219 105
255,458 255,458 0000000000000027d8bead1cdad1c9e6c3b5965e36b1a35714308743321370ab 0.09 MB 113 71
255,457 255,457 00000000000000294aeafbbb67765bbe1dd59c58b7ea3fae41470000298393b1 0.09 MB 257 118
255,456 255,456 0000000000000007145599a9716922c6188a4f8527561975e4115061d84ac7d7 0.04 MB 96 198
255,455 255,455 00000000000000397578eb0e3c0966428046b05b051bbbb39b4cb2ca4c424690 0.11 MB 266 133
255,454 255,454 000000000000002ee8b8f92448e79b817d5190869906fd435375d3211a089b70 0.06 MB 117 108
255,453 255,453 000000000000000648559ee53b8a192775814e108efb7cc93b8d603ebc5ea259 0.46 MB 694 76
255,452 255,452 0000000000000031041fd40f3057004d587e170b13414d86b9103af72ca603f0 0.25 MB 439 127
255,451 255,451 0000000000000027de752f61f629c8c2765a8245a856f2aea2882665bc79a7f5 0.13 MB 327 121
255,450 255,450 000000000000003b74a4e7874ccd40e80cd4f518ba707815d1791fbb8cb9ba88 0.11 MB 240 130
255,449 255,449 000000000000001f47f4a634b66a234579a73237e97c26d29341f8fd443a203a 0.27 MB 672 139
255,448 255,448 0000000000000031d04aa1b05bc11fa6ceb9ba9b39833b04b884d2ace3e07b69 0.09 MB 173 115
Previous 10 blocks ↓
Total Size: 769.13 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,631.80 GB sent, 93.58 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.