Memory Pool Memory Pool Refreshing

72,393 transactions
29.02 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,819 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,403 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,818 (615,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
255,486 255,486 000000000000003ebbee7a8d5d971e0757675979aecaed6d4bb51e9cd68e58e4 0.00 MB 8 211
255,485 255,485 000000000000003f725e25872c5b998ddc0391bb67fd27afbdab54258b1ff541 0.10 MB 223 141
255,484 255,484 000000000000001f2c1efa0331f59881711d6383bccc4e69cb2038d15ffaed1b 0.12 MB 291 134
255,483 255,483 0000000000000038a65d29d970505524345fe8c7bd6e58cd18f447f25a8298dd 0.12 MB 279 142
255,482 255,482 000000000000002fed14dc1f909a6fbe2bf51de3fc88189f8f1cdb8bbaf52010 0.13 MB 284 120
255,481 255,481 0000000000000008227526e79e5e71c039bc495370d12861523d4dd0581a2f8c 0.05 MB 135 130
255,480 255,480 0000000000000008ab1f8698736cae107dfda014ebaa1869e17552d1130da139 0.02 MB 50 156
255,479 255,479 00000000000000122b5168535ce6a3bc37cfd4e08c604faf7b550a346c6052b1 0.25 MB 483 103
255,478 255,478 000000000000003711304f9bbf6d43d0939d258fe7348fb5205c0d373cbe9034 0.07 MB 141 218
255,477 255,477 0000000000000028e83c8ea37b277e53d9305eb3952091574735989ebbdceb05 0.07 MB 168 208
255,476 255,476 000000000000000c429b8a6388c3b152503c142cd27c5314a368ad7d9b6539f8 0.01 MB 32 339
255,475 255,475 0000000000000017eda20f43f443137a2065a903ecb1a98f25e66bc78a4ed97f 0.11 MB 280 151
255,474 255,474 000000000000002284fbfb2e2a72cbe67c2511e3e56cca966bdfd27bfd283d86 0.02 MB 31 91
255,473 255,473 00000000000000203800002e72f389427ae8f1cff56a689f091ae72f4160f05d 0.17 MB 412 116
255,472 255,472 00000000000000069d936264af8a8e536abcf99bfff1278b122d38e228985843 0.08 MB 199 150
255,471 255,471 000000000000000f4810bc2aa0aa66cdb4b6446c524df49426582866dba62079 0.12 MB 235 127
255,470 255,470 000000000000001ebfc9f2f2de1d2fc44075f188814ed54a662bf7be40d6bc48 0.00 MB 2 0
255,469 255,469 000000000000002e6cdbe3d3c82274395832e4afefbcd014cf371e41cf7ba09b 0.03 MB 38 40
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
Previous 10 blocks ↓
Total Size: 701.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,397.84 GB sent, 217.31 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.