Memory Pool Memory Pool Refreshing

492 transactions (0.14 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,773 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 486 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,772 (852,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,363 56,363 000000000c127b2a44f637359fbe0a0391e260069ef17bab4ebe5d54b92d371c 0.00 MB 1 0
56,362 56,362 000000000cfec5f798ef71452df8dc19ad3988e10bc2d45138e1ff66f1c7318e 0.00 MB 1 0
56,361 56,361 00000000138c62739ed118386a7e9627f9037f41dd94aabd82464f237599b735 0.00 MB 1 0
56,360 56,360 0000000008e7af989541af848b8b9ba10a1ae2ca8d8790d90e19b92b5a396878 0.00 MB 1 0
56,359 56,359 0000000011b9ac92f9931b84bd2e910ab4558d8d7a9e5d4b478be39af48fc68c 0.00 MB 1 0
56,358 56,358 000000000e92fa3498d32c778d965d646a72d3f0c5f35dbfc3dc9f036956b5aa 0.00 MB 2 0
56,357 56,357 0000000013e68eb67c26f8461a49859a7282d5799bd4df8ac390c6300d6e89ff 0.00 MB 1 0
56,356 56,356 00000000132d2e3bc1b996b2966cad94a84831f428d8b62f367b20482b21fa16 0.00 MB 1 0
56,355 56,355 000000001276e1a4371620bb69ae197d7b6337dc1ebbf1ddf8beaf60fb67b55c 0.00 MB 1 0
56,354 56,354 000000000c0f5f99345fe8d16f76d44821f8242304584cff0ab74d849da74c0c 0.00 MB 1 0
56,353 56,353 0000000003d485cba2033e6cb1f3a6da40288625c9d756d3520e561f98d24939 0.00 MB 1 0
56,352 56,352 000000000f3692d351547c03e93af1b4cdd464cfc5eb577fba75970476e08344 0.00 MB 1 0
56,351 56,351 00000000090b2f28afb0df58d5e3c6f60fde25f353b7cf292cf7de48b4f343a3 0.00 MB 1 0
56,350 56,350 000000000fffc663b28e0d4ab65ba4e9c1ef8a1f630c09b29ae48faaad4cb811 0.00 MB 1 0
56,349 56,349 0000000006015f70b1aefd93a49a91d68af18be0f520b15a7572b22dee7b5fab 0.00 MB 1 0
56,348 56,348 000000000261282b88f53aa04cc24d3ef9c13630c1abe81e1292d47f93051e9f 0.00 MB 1 0
56,347 56,347 000000000bc8fdfb7d92a56bdd6b7ea29d46023508cba3b5b321cac6d59b8415 0.00 MB 2 0
56,346 56,346 000000000327243b41ca06c8225482981b0e1571e6c0050ab23a04192a734df0 0.00 MB 1 0
56,345 56,345 0000000013733c6b47177cbd27077a05007a0fe3cde70f01e2fe89fbe2817d4e 0.00 MB 1 0
56,344 56,344 000000000aaeac123829a3dd8bb0290931cbd9edc31cf69193f577278390615c 0.00 MB 1 0
56,343 56,343 000000000b9d6bfe5d041f4ad9a266cfbeb37b1b9ae305f6badaff10efabe384 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.14 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,856.70 GB sent, 102.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.