Memory Pool Memory Pool Refreshing

2,916 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,917 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (22,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,368 885,368 00000000000000000001577db1ca9c7a5e4b6f1999285dc7e14536a5a72cd53c 1.18 MB 1,092 5
885,367 885,367 0000000000000000000051891a49bbdb0df43a1848e3765711d8f422b198f10b 1.03 MB 252 5
885,366 885,366 000000000000000000005491a7032ec74cc26cec5c99ff678789858add162bc7 1.32 MB 1,687 6
885,365 885,365 0000000000000000000218a2f85e43c0d86a1062c145358082c7c4e83f645c0d 1.66 MB 3,298 9
885,364 885,364 000000000000000000008e55f6d703e72a154e06274ab95c51244477f96d36c8 1.60 MB 3,443 8
885,363 885,363 000000000000000000019d5054141cfe8a2bf4bb59c533cb78c57390a2569bb6 1.35 MB 2,051 6
885,362 885,362 000000000000000000002190337585317f5ff0ad5f544d1d4ea425844523df4d 1.50 MB 2,509 7
885,361 885,361 0000000000000000000170980d82037302cee746a323721cb88eda05eec2fae3 1.81 MB 3,108 4
885,360 885,360 00000000000000000001db6e0411aded683ac615a755585eae9f763f6f6703d7 1.73 MB 1,336 4
885,359 885,359 00000000000000000000dd46c49a9db9ce65ba09a01887e10d5947fffd906fe6 1.85 MB 3,061 4
885,358 885,358 000000000000000000005e20b6a86f1ce0b0701316887bab2a69790db9769258 1.78 MB 3,267 5
885,357 885,357 0000000000000000000069b23c38ebe5bf64c3c27c20635a9d996ddbacf13c84 1.66 MB 4,060 5
885,356 885,356 000000000000000000003e34b0d9e80138bb3944ae099147378629adb39050f5 1.87 MB 5,061 4
885,355 885,355 00000000000000000001acc3a8b1a5c2a59adde7f1fcaeb94e57944837fbf4cd 1.64 MB 2,360 5
885,354 885,354 000000000000000000018367906e157aeb917414fe36d14d42dd547899b6f4b3 1.34 MB 2,056 7
885,353 885,353 00000000000000000001222cf30f23100f54dc5d811ffa3d89d09251c892326c 1.38 MB 2,224 7
885,352 885,352 00000000000000000000fe0ad982cd1c0c13fcb21b01711d8c422356b12eb37c 1.36 MB 1,578 6
885,351 885,351 00000000000000000001ebf02d6d652de0d8a2445d2b20d9fac22c6174e3b80a 1.56 MB 3,544 5
885,350 885,350 000000000000000000022d1676ca3fd97e7c552a6b8ad08991a7e69c391ec796 1.81 MB 4,951 4
885,349 885,349 0000000000000000000225d6c4bb0709fce26c1c2da28e3341e5b6aa9651c207 1.31 MB 1,960 6
885,348 885,348 000000000000000000020ca1154a68e322cedcc2bc5b3c4aec82fd88c1a44c0a 1.32 MB 1,576 7
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,632.69 GB sent, 93.66 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.