Memory Pool Memory Pool Refreshing

27,578 transactions
29.03 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,313 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,685 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,312 (376,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
485,395 485,395 0000000000000000005bbeab2dffcfb4c01d8b5b105191e587770f1a100282ff 0.73 MB 1,341 137
485,394 485,394 000000000000000000889e89986919fc654f55d4c3992937b8ba4b504c5e069e 0.11 MB 240 87
485,393 485,393 000000000000000000240c6f9ff5d610c9214e53c60a3a697c518388e3d7ed55 0.40 MB 494 30
485,392 485,392 0000000000000000011376b112c3d6cb0d79be5baddc11fe54b4b42e34e9e127 1.02 MB 1,743 30
485,391 485,391 0000000000000000002d282c2b886508c9482dcf8010dd924326c283592e1d9b 1.01 MB 768 48
485,390 485,390 0000000000000000004d314ba26cf465073e767d11ed19f912275f6e36b037b2 1.02 MB 1,819 68
485,389 485,389 000000000000000000706c8e01f7ef43329fedcf76abb39acb3c07e3b4b2488f 1.01 MB 2,100 175
485,388 485,388 0000000000000000011f9cb833e0c7130538cdec0d240e0895005dac86861990 1.00 MB 783 45
485,387 485,387 00000000000000000105623d766a47ea2fa03f86988cd341543aa5aa7fbd6ad7 1.01 MB 2,326 195
485,386 485,386 000000000000000000062bcdf41a471193ab0038919bce8e517c97f6699f9c73 1.01 MB 2,290 186
485,385 485,385 0000000000000000001d7928f5b48b5a41b6c65256d23f5a532d2f09dee5f3e4 0.11 MB 162 79
485,384 485,384 0000000000000000009ea515d3c12926cc37171eea9f46fa0da9ee9cdd1d5470 0.16 MB 302 96
485,383 485,383 000000000000000000d763c5e6987bb08f3e356f587205cde060f2f6a4b27660 0.09 MB 108 99
485,382 485,382 000000000000000000b4c2f626ad5581adeda7db5eb1972f1ccff1bb12d631a8 0.98 MB 1,959 69
485,381 485,381 000000000000000000cfca0e5f534d3b95a6a9a9f1cecbd7bb1253fc33ebc570 1.02 MB 1,819 58
485,380 485,380 0000000000000000002d91675d97b32f0f8f3f84a93d88200ea923fe673324f4 1.00 MB 1,800 131
485,379 485,379 00000000000000000112bc95e459802b9a4bdc977b1608e1f79d5c909b87c7c1 1.00 MB 2,200 144
485,378 485,378 000000000000000000533eefb30cfd2d51fa6aa64d44918178b45111c0a3dfe5 1.01 MB 1,259 13
485,377 485,377 0000000000000000011cf7a03eb77b2c234122012d0494304e83c4d92a4101a5 1.01 MB 1,835 154
485,376 485,376 000000000000000000c480ffb9cdedbb15058dcaec6458023c2b6808094e8307 1.00 MB 1,160 55
485,375 485,375 000000000000000000ce3a0b7a736d5b6ac32f8762593cbd03b1686d4b537faf 1.00 MB 1,991 144
Previous 10 blocks ↓
Total Size: 684.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: 1,363.00 GB sent, 103.40 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.