Memory Pool Memory Pool Refreshing

17,623 transactions
27.81 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,590 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,025 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,589 (849,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
14,289 14,289 00000000ebd8a2c08c34bdb34ed7d09cd55c56f74e0c04c566c3d4f3b1d1915d 0.00 MB 1 0
14,288 14,288 00000000da54bdbf2c8ff3abdae6781daeeed9c0fb9ec72dedd63b02d53ba0d9 0.00 MB 1 0
14,287 14,287 00000000fcec7f1d60ff5094b1983b7367229572845d8f35b4418ed539980fd6 0.00 MB 1 0
14,286 14,286 000000006e804d6e7096b230436d5e90e970589c5c923dd0dc696691aa14e490 0.00 MB 1 0
14,285 14,285 000000009d612b33f9ba3e4df815adfa572ba8f2de6dde88d6ada9c03d1fd358 0.00 MB 1 0
14,284 14,284 000000007250a4eff324adea23b000337c4e9f20ec0b24bb754134923f0f7825 0.00 MB 1 0
14,283 14,283 000000001301860b78804ce3629f12af4b0d89d796f9d6ee2d437f1068b19147 0.00 MB 1 0
14,282 14,282 00000000e78ca966415382d6fb9a042b25b13d1733f3d2cbebf1fe9b689c51f0 0.00 MB 1 0
14,281 14,281 0000000038e0173395c52f4002f53426da486973274c559fc8166ccd7cbd51a6 0.00 MB 1 0
14,280 14,280 00000000ff9e75d76ba82637f82ec0ce3c0c24f7d0d7af9a65c5d370f5cdaf97 0.00 MB 1 0
14,279 14,279 000000007141a413f9e7fb718c1bc15513dfe9477c469ca9432fe23921b24210 0.00 MB 1 0
14,278 14,278 000000007aba91581b38c0b1dbb2b725afe6eb7bfc977bdd619d93565b4684e9 0.00 MB 1 0
14,277 14,277 00000000e5c1ba23a30cf386274b0fe386e757a4602b639a942ca36db9eb9e91 0.00 MB 1 0
14,276 14,276 000000008d837ddeeba1fb46a4368fed3b10ed4982f803ee958d86dce38c4f24 0.00 MB 1 0
14,275 14,275 00000000d74fe2226fb25fa1c1e974ed972f52107a3d25e39d018952028650f3 0.00 MB 1 0
14,274 14,274 00000000288e67e94095662a0554a4407c83f971570f6cf2df2cc82e3a60ebae 0.00 MB 1 0
14,273 14,273 00000000b3f0bb24439cd1705401780335aaa19a1e80db7d545978c12febfa11 0.00 MB 1 0
14,272 14,272 00000000d208f8cfc0f666e74064176a836dd4e59a9ec87f34dacb678d7ec7ef 0.00 MB 1 0
14,271 14,271 0000000067dcc6ace1492d8132cf304deed2fc85665a848ef3944a6fd9c1d75e 0.00 MB 1 0
14,270 14,270 00000000b48ba3dcc449e36c43a8daef7e35e4e913ae64c390964502adf243e2 0.00 MB 1 0
14,269 14,269 00000000975e0f2d70ab808b89fc2d49a52eba0c25ec67966cf485b6531d482a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 687.24 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,512.22 GB sent, 120.55 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.