Memory Pool Memory Pool Refreshing

76,148 transactions
31.04 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,339 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,815 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,338 (306,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
565,578 565,578 0000000000000000001dc4c79ea18c99152ed6c51c06e0c11b04ab6cafb92809 0.68 MB 1,663 15
565,577 565,577 000000000000000000023703388df96c6e5b35cd3232ad01bab28f5a27aa2175 0.28 MB 860 14
565,576 565,576 00000000000000000003a122453015fab636918913e4868b366847cd8ef7b7d4 0.68 MB 1,904 15
565,575 565,575 0000000000000000002d6a0f3d7a4829fde2be3bc50b081952cb438022e74fe3 0.87 MB 1,880 16
565,574 565,574 00000000000000000000c5496a8e5167630a44a7650cb3894d4a1d57c5a12c0f 0.18 MB 330 29
565,573 565,573 0000000000000000002c623ebc05aed6e2437191ffce2d552510aa77f8456ace 0.28 MB 569 16
565,572 565,572 0000000000000000000113237de85288c12f556983c75f8cd7ab7b977fa74ab9 0.76 MB 1,961 14
565,571 565,571 000000000000000000034c20b7ae57e19a268d2a24bfdd8ef78fc8632f0379cf 0.27 MB 704 16
565,570 565,570 00000000000000000011313196e73df523b20599aa0eb24a690a9f7296488daf 0.13 MB 316 18
565,569 565,569 000000000000000000143ef65f7d0dcd09be032110bc03560647826fa71f96c4 0.20 MB 433 9
565,568 565,568 000000000000000000185f0cda919d6fb7e3a5bcfd432beae9ebda6f3ada02e1 1.17 MB 2,900 17
565,567 565,567 000000000000000000016593275d76b5a2d30c1cf05bd949040a389fe1ef1fb9 0.31 MB 507 7
565,566 565,566 00000000000000000027b9b401104936c983077117688412e436dbd57f198107 1.09 MB 2,782 6
565,565 565,565 000000000000000000056bafdb8fe24e4b380e5b7077d7bdaebacc31814bb6c6 1.08 MB 3,082 8
565,564 565,564 0000000000000000002529c291b94f1a0067b2cecd0425405312420c7f27d237 1.25 MB 2,921 28
565,563 565,563 0000000000000000002e2f02624e7be4f8a6b94a31883742a0d7e22cf2ad0510 1.29 MB 3,011 33
565,562 565,562 0000000000000000001750e3d1ef5229bec2c0d7da157991ac99adb2c19fd6ed 1.17 MB 1,895 28
565,561 565,561 0000000000000000002a4df2285c9a63fe0b568d7652837ce907336af342cf3d 0.42 MB 925 19
565,560 565,560 0000000000000000002226458cfdfabad111325428c4245aaf4d76686a7592c2 0.38 MB 971 18
565,559 565,559 000000000000000000211a0b6bcd3b16c1d59cc31b637a73c43fad9752ad0eae 0.60 MB 1,382 2
565,558 565,558 00000000000000000007385d2b4058a49f9a641b2801b1e497d477ce09531ce8 1.07 MB 2,610 6
Previous 10 blocks ↓
Total Size: 703.84 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,625.76 GB sent, 237.06 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.