Memory Pool Memory Pool Refreshing

7,829 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
908,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,889 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,697 (860,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,693 48,693 00000000131b588dba14895b008989c3f17b9a4f15e823fa07c17c8faa7af267 0.00 MB 1 0
48,692 48,692 0000000027037af02e5ee9b709b9358fc19ecda79da16ffbaa05030ed1cf9eb8 0.00 MB 1 0
48,691 48,691 00000000108cbc17d2eb1eacebc06fcee7c904997f08903fc956be1576a0da87 0.00 MB 1 0
48,690 48,690 000000000e5c9008864a764356d25879aad531cb1f8c1b57c7df3d2ab5abb266 0.00 MB 1 0
48,689 48,689 00000000242fe2ff46643ed264339224853823ceed37773f2dc59b5931a71acb 0.00 MB 1 0
48,688 48,688 000000001a3839637e968818323407c8aba65890b166e66710fbe1afb18a012c 0.00 MB 1 0
48,687 48,687 00000000062b94b1681b408774b504d8acb11e6bf5a688af542ecbc2642c96ac 0.00 MB 1 0
48,686 48,686 0000000008f8ab0b3c3ff4a0b9cf1d652aa264a6c286c36c097035e1fe54b848 0.00 MB 1 0
48,685 48,685 000000001edf5a82fb22c96c6cb954e6e70c72b013ff7a9cf7cbb520996ea4cf 0.00 MB 1 0
48,684 48,684 00000000017c2e8b9512b74fa9fcf360a3730fdfd670c878727d7ec2ac1f3368 0.00 MB 1 0
48,683 48,683 0000000026ab80fe1a4fb334f6428ce813d9736705d50b99fd22cbd344de8405 0.00 MB 1 0
48,682 48,682 000000000eb35734ea045225ebd1bc8223b9e804741489ee22ea6ac5bd9cb723 0.00 MB 1 0
48,681 48,681 00000000180237d45527a73fde5962186e207442df9281f17db70c1beb9870b0 0.00 MB 1 0
48,680 48,680 000000000931f31f34b45211f596b78afe3d9dff26a23c5c027e58356b201fe1 0.00 MB 1 0
48,679 48,679 000000001fa8934b458392dadd52274e3f8ee83f8c0c129a690a331623075130 0.00 MB 1 0
48,678 48,678 00000000287389ace43dfc6b48c6d8274cb60ae786852565385eb5f04b202382 0.00 MB 1 0
48,677 48,677 0000000025816323825c13264345c694a1bd7c83982c3c4eb97519eb961988de 0.00 MB 1 0
48,676 48,676 000000000ad99eb7979bbe2ec890a15131715fb2a6b25f527c89aa5b047bb0fd 0.00 MB 1 0
48,675 48,675 00000000175b3c86d6e760250221a1dd4d498884a43e5bee7ec4e9c0191fa7cd 0.00 MB 1 0
48,674 48,674 0000000023ada6bc334229400bc762729dee59d2520f2e51c912434b349081fb 0.00 MB 1 0
48,673 48,673 000000001daef92d2e963126a81a88cf43c67af764eccade3f54a9857ca5dc06 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.35 GB sent, 101.96 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.