Memory Pool Memory Pool Refreshing

86,519 transactions
33.10 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,161 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,321 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,160 (308,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
561,465 561,465 0000000000000000000d841807fad2543e249a08c0afb15b362034783ae53048 1.19 MB 2,807 7
561,464 561,464 0000000000000000000a823e416e0c6bd7d834d66f44a794c5a02f25b5be5c35 1.25 MB 2,947 22
561,463 561,463 000000000000000000055648853004445638f23b6d612edef46bae088d894dbf 0.89 MB 2,375 11
561,462 561,462 00000000000000000001409d24f66171e44b6267eea5f334d047caa59cd17306 0.04 MB 102 8
561,461 561,461 0000000000000000002988862570b287c1e5935c80230f88527a7f74f6bc35a3 0.42 MB 1,243 7
561,460 561,460 00000000000000000019cfac12a2498abc5f4459421de25742c1fdbb711eeae7 0.48 MB 1,226 11
561,459 561,459 0000000000000000002c3e1d299212fd070a2f3d4d4e18d1b5dbbbaf1a7e1f31 1.10 MB 1,662 5
561,458 561,458 00000000000000000027d68c7deae14aef3c68bb2ab610c5740a11d18471a33e 1.14 MB 2,700 8
561,457 561,457 00000000000000000030355b228ef077215570ab56636900d53076f27697f3a1 1.17 MB 3,250 11
561,456 561,456 0000000000000000001fde90fe312f0afd4d6315c1f1372bf6d4ac78d5ce21fd 0.64 MB 1,673 10
561,455 561,455 0000000000000000000624c0164f098c7ee095e0e53a5b1a2f01c43fd603055a 0.70 MB 1,559 2
561,454 561,454 0000000000000000000021f4660f603e3afd78b91a6a0fcf1fa00ad6b04b5dff 1.20 MB 2,941 16
561,453 561,453 0000000000000000001cf8826c35a42115062faa1c4b07d3504acf5e51bbb5a2 1.14 MB 3,214 8
561,452 561,452 0000000000000000002efaa94b149a92b0ef67fe6eca8de3585abbb25dcc32e8 1.16 MB 3,253 7
561,451 561,451 0000000000000000002125294a20c3621b42e6769b303d5e7a81cb136047b17c 1.20 MB 3,209 17
561,450 561,450 0000000000000000000107c49c966e5e71be584ff07b88eca653b85a605d2fa2 1.19 MB 3,010 11
561,449 561,449 000000000000000000130e10f7bb8418d7315dd46af05fac0254c3c2169a5b4c 0.84 MB 1,829 12
561,448 561,448 0000000000000000000c0fab68b2b37a814f873c07ee7178be078e97d060541f 1.00 MB 2,939 8
561,447 561,447 0000000000000000000ea0d94c75bb2344e2553fd3c0e9059077fdb741f957e1 0.38 MB 779 23
561,446 561,446 000000000000000000167c19037c5867593cd5f2db291ae74c825e78c416b600 0.54 MB 1,728 4
561,445 561,445 00000000000000000020ec90d5a7a47955a9af55aa7aa0263b01761244dd03e2 1.15 MB 3,164 12
Previous 10 blocks ↓
Total Size: 699.76 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,186.32 GB sent, 208.82 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.