Memory Pool Memory Pool Refreshing

13,313 transactions
33.63 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,164 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,278 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,163 (659,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
202,495 202,495 00000000000003e607f70f7ba6db73a22abb0f5f6e42fcf27aa847ab2537af38 0.05 MB 102 84
202,494 202,494 000000000000031288086dfa96ee1f707c90703beaa7305c1c75a69b9cc6669f 0.20 MB 616 277
202,493 202,493 00000000000002abf6d96920387ee99405dc9e14d890dc87ebeb45568d746690 0.11 MB 295 135
202,492 202,492 00000000000003c4e27eb7d9e2412fb0024f7af38aa798e0f9bce6d4a61b7491 0.04 MB 98 289
202,491 202,491 000000000000026123388b1b8e2fec00ef5acf0e8dfc6bdf30f36b04252656b9 0.04 MB 106 119
202,490 202,490 00000000000003af43f0329673ed296973c50c1df79adb2ac53d99f7033576cd 0.07 MB 168 119
202,489 202,489 000000000000033f7cecdb684cb9c0f275b34c0fdebbfdd1feef926fc10dfc33 0.15 MB 342 149
202,488 202,488 00000000000003e4c0d22cc11c4aa2ea1e01191abeeb449267f99f3f9a260fae 0.01 MB 18 73
202,487 202,487 00000000000002af86295a5eb6773c6f9f672a059039181824baa100f1f6db27 0.01 MB 21 145
202,486 202,486 00000000000004cefffb0974083f86aed9498894dd5bf5b367b686290bb3301e 0.06 MB 135 73
202,485 202,485 000000000000057cfc1c0fbc4ec29defc94ac269618da479ead88bf194578590 0.11 MB 277 172
202,484 202,484 000000000000015ab84ce2688e9c46dd1e7efe7a009bc5f76f21483d3622038b 0.01 MB 30 86
202,483 202,483 000000000000029d3bc34d1d85a19744d08e5c46e6c2edd883aab3a8a9de4b92 0.12 MB 258 130
202,482 202,482 000000000000054b6f327139ce6cd48ecd8c7fe518baf15890fe532046364066 0.11 MB 138 58
202,481 202,481 00000000000003036ea3db6008dfb36b77033731540144c14c78fba68071dcbb 0.25 MB 472 145
202,480 202,480 000000000000031ea4669fcb6e8f397cf54b9199b76673d5bf7cfb28fd1706e2 0.01 MB 21 126
202,479 202,479 0000000000000056e0e604f2e17c0ec04e41bdda97915ae8097a2a6458f96b98 0.07 MB 191 194
202,478 202,478 000000000000050f687e7147fd63e96288050d5855e69a39880e2e79b3634cfd 0.04 MB 108 102
202,477 202,477 0000000000000530bb33c88c06dbcc17a971a9560f69edb009f96ac5ab5f1c29 0.06 MB 178 167
202,476 202,476 00000000000004e2f55d7a550442d434a8d262dc5e7d41675243d15841378083 0.06 MB 140 138
202,475 202,475 00000000000001b279f654d585bd4e185f3478fea06b36767d7e33e5715a19f2 0.11 MB 205 103
Previous 10 blocks ↓
Total Size: 684.47 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: 1,343.96 GB sent, 101.35 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.