Memory Pool Memory Pool Refreshing

484 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,905 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 484 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,904 (903,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,449 4,449 00000000e8947e97f5b2321323a9cb276a6079767ef27f6f15b8941055ec1c10 0.00 MB 1 0
4,448 4,448 00000000aa255132b638ab621b2d7445e358f99db5c0436207012af92951b030 0.00 MB 1 0
4,447 4,447 00000000b01d3fd25725f67f339fa30f6c26808917a6dbbace950c681906a389 0.00 MB 1 0
4,446 4,446 0000000021c11229e316a384571ff144fb9c0ff2fd9fc31131decdd102b46aa9 0.00 MB 1 0
4,445 4,445 00000000470ac8b6c57e2c93a74258bfa83df81a9c5200ab7e57f479f61135d1 0.00 MB 1 0
4,444 4,444 00000000924b0bb46e45576c1761f768da718a0db88610472a58ccab56d881c5 0.00 MB 1 0
4,443 4,443 00000000196f013b289d476b5fff7442c0ea5f9084658402fa676931ec48de47 0.00 MB 1 0
4,442 4,442 00000000e462c08cccd3698e2129f08e33e13540ce79ca8a5ab9d215c98fb661 0.00 MB 1 0
4,441 4,441 00000000b72b721a0094d8677a1d948a29d9286389de10c17e6c841a4c5e128c 0.00 MB 1 0
4,440 4,440 00000000becc5d7748f4c9de8fb059eb1e65bfcc3c4a059a2c3f3dc75d67ddf5 0.00 MB 1 0
4,439 4,439 0000000048120e90de2bb671d3d24e1e8c9525985214eff0b0ba2b0483a5dcb3 0.00 MB 1 0
4,438 4,438 00000000ad08e021f57d3190553f0096bd42527a7770a303d220dc942a2851c9 0.00 MB 1 0
4,437 4,437 00000000d6ee7e4c92259a9e84108cef8c6820fc744072781a61f5fa86fe549c 0.00 MB 1 0
4,436 4,436 0000000000e01d798e318d3677cbb4d6f642833da65162472a6513c5a9cae5b2 0.00 MB 1 0
4,435 4,435 00000000ca754770850fe481031a1789a0ad83d481c123575fc6fd484c3c07df 0.00 MB 1 0
4,434 4,434 00000000295b0650797a3c7a8fa5b4df1bd61a589c3d8048312b8f8e75cf67c3 0.00 MB 1 0
4,433 4,433 00000000d5bc803ab876e0fa5e198504a653c2e5752436a80d5a41a06de02365 0.00 MB 1 0
4,432 4,432 00000000ba493ba53c6e90068bc3a234c51c04daee56402274396ca300552359 0.00 MB 1 0
4,431 4,431 00000000da59b76c736e1bfd42c69cee23ce24aee8741ee986685d949c6a9b1a 0.00 MB 1 0
4,430 4,430 000000005b7e67ecadd41625856cc7bd17d5d91be4a6aee32e02a633530fdbeb 0.00 MB 1 0
4,429 4,429 000000008ce5f7f18a07b732fd8a7f3a21eaadc36e2070e50c804b3c94947de5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.36 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,643.75 GB sent, 94.76 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.