Memory Pool Memory Pool Refreshing

31,036 transactions
28.34 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,285 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,247 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,284 (834,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
29,038 29,038 00000000f14104fb97597ddeed5a29a80e94163f0f135b7ec19b771ba09d5849 0.00 MB 1 0
29,037 29,037 00000000fd41c5b3926c02434f59a0c7488630b73a0119199ea77a88e31188f4 0.00 MB 1 0
29,036 29,036 0000000030cecc3b91e17be9d1226f1dfb23936879039ae94e27892d3ef01b63 0.00 MB 1 0
29,035 29,035 00000000e8e61feea4c250f7137fd4426a750d58a6b48b9c5b64c7c8744b2b4b 0.00 MB 1 0
29,034 29,034 000000003118ec7afbebbe7247dfca33b1fccfa2642e83a05f070e8deab2d947 0.00 MB 1 0
29,033 29,033 0000000080cae5459657d7521431b3e74e21f2b4f3ce25b3ce8f71bfd1022b2b 0.00 MB 1 0
29,032 29,032 00000000b20623dd23e291726ab21ca0ec5db564760290df64a003a475a15c1c 0.00 MB 1 0
29,031 29,031 000000002006f851f74b009ffe5a666810be262d8043144f25d35efa04c765d0 0.00 MB 1 0
29,030 29,030 0000000042118f6a864762a21f19ed6d2d483fb4fc95392185b56b6d6a9d2bd3 0.00 MB 1 0
29,029 29,029 000000002ca3c8e13875896162c0de9b428521fd87924302bc73f09d318c5a78 0.00 MB 1 0
29,028 29,028 00000000f7e863649c3510670f8bf84dd4f094fbd2a2398aca4ba9235d1fa9fd 0.00 MB 1 0
29,027 29,027 000000004bd4b6b580d24be2da58d80c7de165285c4e712aefb982540f59b279 0.00 MB 1 0
29,026 29,026 000000005050263ec2ce15617dd9bbfa084f47ac6f4eee88b0c91cd1d4437853 0.00 MB 1 0
29,025 29,025 000000005da7a310940bbfc2b357950e70b58f816dbaf5e9ae8beb3566c511ce 0.00 MB 1 0
29,024 29,024 0000000046c731b0c53a052180b636744b306a9077e71bf4e1c589b52dcdd9e4 0.00 MB 1 0
29,023 29,023 00000000a53e6a800d57ba396728be4c00cb0c62a0557cfa5d526bbeaa69e89d 0.00 MB 1 0
29,022 29,022 00000000e53a95c3fb7958364f5861d77821bfdde83389838930fe182e40756a 0.00 MB 1 0
29,021 29,021 00000000407419298449f0187a98cd39ec8393c0b3227beef223887eb9696544 0.00 MB 1 0
29,020 29,020 000000009cc0524a4d9d5fa59c7d963e6273e1b1ba635ab69bac8c2943dbd219 0.00 MB 1 0
29,019 29,019 00000000aaf4e9520b8f5d05f85e4c2375d3f77a3193ecd915f4d70990e9f2ad 0.00 MB 1 0
29,018 29,018 00000000b6791e0e1e6f60ed067075c7e648b95b0ed8fb12cfd2235891cff21e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 686.66 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,485.84 GB sent, 116.13 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.