Memory Pool Memory Pool Refreshing

21,475 transactions
27.44 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,451 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,314 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,450 (784,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
78,118 78,118 00000000001406abc8c91c6518889fa8461acab629bd535f1d7d37bd92b3e077 0.00 MB 1 0
78,117 78,117 00000000006823c5ff1dd3824665e61264a3f7873a0121d141ed2fb194a168a7 0.00 MB 1 0
78,116 78,116 0000000000182625b55f885fe5b445daa1d2b520bf4340992c993421673804d3 0.00 MB 1 0
78,115 78,115 00000000003e74c604a5e15984b836ab5312b2affdd928373ffac3ee0ec3932a 0.00 MB 1 0
78,114 78,114 00000000004252311eaf300dceab49f51bbc0c78b215b1eaf6cb7609ae672a16 0.00 MB 1 0
78,113 78,113 00000000000f84cd3ea0eb3897cfbcb1603f782e474787c21869cc0e2319e959 0.00 MB 1 0
78,112 78,112 000000000009e6565a9064403319b02d138df564846bbc5dca3b1038e1b99ccf 0.00 MB 2 0
78,111 78,111 00000000002d053be0f0f0a051244cadb07c046d6b5ddd0298debbc0e27a1e78 0.00 MB 4 0
78,110 78,110 000000000001e971cd7922c7e1dca15f446799e8eae467e51c74d0f8b8a821fc 0.00 MB 1 0
78,109 78,109 00000000001c316def90b4ff2e7c3068181490acb11fe10dff2d67a72c533a51 0.00 MB 1 0
78,108 78,108 000000000059ccdd49d65c48d243a7c9d13c93e7fb116a8eeaecc2509435077a 0.00 MB 1 0
78,107 78,107 000000000026c026bcc4f1907c72d562eca82d732744ebf9f23558b7f8b977e7 0.00 MB 1 0
78,106 78,106 000000000042ad31003f40d1783929bd2107491459e69e299314ec83cbf127f6 0.00 MB 6 0
78,105 78,105 00000000004d8cc97334c0e4b5861f30cd56b45705c5609c14a6ba3b0203659c 0.00 MB 1 0
78,104 78,104 00000000001317120bc2514b17a33a3dee5092183fe99cebee05415c4aa765c0 0.00 MB 1 0
78,103 78,103 00000000005c5109e51496566faf9b60ea7716cb0c292ddf427d21e04a426511 0.00 MB 1 0
78,102 78,102 000000000029d2db463dcd5269cd0593a774028af50beca4825d6898f8240ab3 0.00 MB 1 0
78,101 78,101 0000000000192118f6e7ad72cc5a2fe5cd3f5b76626c7a77f642abd88de5b570 0.00 MB 1 0
78,100 78,100 00000000004ad735f9078ecb5041564da674c4884f3f688b149ef1e4c882e58d 0.00 MB 1 0
78,099 78,099 0000000000518cecfd2a4269a2e2ee29e1a044a26e755f36bd0fd71d90aae4ec 0.00 MB 1 0
78,098 78,098 00000000004575f73581f23737e80846cbf2d743f6d9d910209747d8242e4126 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 685.02 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,369.60 GB sent, 105.09 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.