Memory Pool Memory Pool Refreshing

72,267 transactions
31.31 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,358 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,917 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,357 (306,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,165 566,165 00000000000000000015ad59581ce8a7a58e3f77e6f2d2494a04a92f9bdb15d5 1.25 MB 2,937 33
566,164 566,164 0000000000000000002c59578c1d50162f52d6254b6fe1d5b9e0fc282bf101dd 1.14 MB 2,386 19
566,163 566,163 00000000000000000012db0c0678b109dc69a7db26ecf1cbf721887f8bf24688 1.26 MB 2,779 37
566,162 566,162 0000000000000000000a056a4c6ff72e084d6bab1eab386d5f431e84a7f7c217 1.37 MB 1,716 28
566,161 566,161 000000000000000000047f8beec3fab49f6afc247bc4a3be6af3fb902691dbf0 0.90 MB 1,112 18
566,160 566,160 00000000000000000011078c04aab43646831cc113d9d5b39982fe947ee660e8 1.07 MB 2,282 4
566,159 566,159 0000000000000000001262dbc6f7cc736b0636583cdaa1366b8e59cf450fdd4b 1.17 MB 2,611 11
566,158 566,158 0000000000000000001276fb68aa25f18b870ab4110e485a4166278eed179b7f 1.27 MB 3,030 32
566,157 566,157 0000000000000000002757adab86d6dd30f2d2b4c9e1fb979669a001f61fa83e 1.26 MB 2,737 33
566,156 566,156 00000000000000000015aed51ef353d14bb40bd3b0114dcb5b600ea1b15f1ce2 1.39 MB 1,987 31
566,155 566,155 00000000000000000029c0a23e44ecc269f468350cf96753f8b37b328a109dea 1.55 MB 2,201 33
566,154 566,154 0000000000000000001d3e2d7cb9b27668a68e222891af667ef665a90d4e1982 1.34 MB 2,857 50
566,153 566,153 00000000000000000014e36c0402c94a9a15ebad99145c67b734cbe14c63704b 1.27 MB 3,045 60
566,152 566,152 0000000000000000000a526f6d43813ad9059425753b18acb2036bf10b6ce5b9 0.54 MB 1,252 32
566,151 566,151 00000000000000000001ddb6ce3c07689150206a705ecb77e67f67ad2b565b19 0.13 MB 303 29
566,150 566,150 0000000000000000000db5608c1998fbd064b47b4e43a5da7c266917d8f6ab07 0.50 MB 1,033 32
566,149 566,149 00000000000000000028981c68ecd0dca4623f31c4bf52a65bea16c3859cf1b2 1.23 MB 2,427 24
566,148 566,148 0000000000000000002aef886e838c91614dff87c22deb7ad184251c5875e048 1.17 MB 1,890 28
566,147 566,147 00000000000000000002a670a52eeca7432e01102c1e409a1eb93399ba43240e 1.30 MB 2,934 48
566,146 566,146 000000000000000000032eba4cf40a709a1f5ba1c18f9c21e53ae4ecea2b97de 0.70 MB 1,650 35
566,145 566,145 0000000000000000000882448b21a15312b5af89712ca19065f1ec24c47c0ef9 0.93 MB 1,904 34
Previous 10 blocks ↓
Total Size: 703.88 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,632.32 GB sent, 237.33 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.