Memory Pool Memory Pool Refreshing

18,779 transactions
24.75 vMB
Show Random Selection Loading Transactions
Max Size: 136/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,373 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 293 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,372 (161,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
702,192 702,192 0000000000000000000251a649f61deeec09c26d03dc91a793e88b490cc89ef0 1.42 MB 2,645 8
702,191 702,191 0000000000000000000b917c9ac11e36f58e9f3579f2bca19c970c3e6582219f 0.04 MB 91 4
702,190 702,190 000000000000000000014392fb02599e79b14e2e43eebb049e84832b7f4028af 0.59 MB 1,143 8
702,189 702,189 0000000000000000000dc51d619e24f9b63bae18103eb44da8773ab2766e4626 1.43 MB 2,505 9
702,188 702,188 00000000000000000004adfcf58423ec6183cfc7e008b6cbbdc8c25691750213 0.02 MB 43 6
702,187 702,187 000000000000000000042a9f70701c863fd0595a4de349d2b06eec2c29e67e8f 0.30 MB 260 6
702,186 702,186 0000000000000000000d486d8209c6427ee47404ce58dea775dd89f5d05f0e21 1.33 MB 1,575 5
702,185 702,185 000000000000000000045d3196d0ce3606488587060784fce1178816eb66093e 1.27 MB 1,731 7
702,184 702,184 00000000000000000000f57f62442b9b0b0024bce9856d1897e3e1258a808d3c 1.48 MB 2,417 8
702,183 702,183 0000000000000000000405b083b64929358e1d34c767a227ffc40036f3288b27 0.58 MB 896 8
702,182 702,182 00000000000000000006791f1aa9bca8011531fe8c7df5e77e20208c241a3c62 0.05 MB 96 8
702,181 702,181 0000000000000000000c55d90ef650e319c8417f1f3ee12c2833c24f2e6b8c4c 0.61 MB 1,683 3
702,180 702,180 00000000000000000007e2463e7d2fc47d6061e12eafdd446f0582dc155e2cff 1.41 MB 2,695 12
702,179 702,179 0000000000000000000232b21c519dd519bebf0c6fd7f2f4af432dd00161694c 0.34 MB 707 11
702,178 702,178 0000000000000000000e45fdca6b04aba2005f0806ae45580381cb92f33fdd71 1.04 MB 2,010 9
702,177 702,177 00000000000000000006f93f7b22d4199a2a1e30c82c6af401d7cdf07fbfe45b 0.74 MB 1,253 4
702,176 702,176 0000000000000000000b9c0eb6fec2d7ad9921f96ded9df11581430675693543 1.45 MB 2,252 9
702,175 702,175 0000000000000000000529c4e871b7689a56ba495e4cfa0682a35dc41c44f13f 1.47 MB 1,488 2
702,174 702,174 000000000000000000056ed26fe8e9e8cdd9b3e1d23c9f5192a2c6085b83259a 1.49 MB 2,474 5
702,173 702,173 00000000000000000007d0917012bb38b50a026a6ad711ee8438c9084faa9d55 1.40 MB 3,237 7
702,172 702,172 0000000000000000000a4dcfb8c2f4f3da3835f2482d2ed4604c1792e931eb9f 1.33 MB 2,288 23
Previous 10 blocks ↓
Total Size: 686.83 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,491.45 GB sent, 117.20 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.