Memory Pool Memory Pool Refreshing

395 transactions (0.08 vMB)
  • 1 sats/vbyte = (4 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
909,028 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 389 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,027 (888,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,599 20,599 00000000a578f2dcea9622109515f439c1215ac172bfbf657561ab92a607c06e 0.00 MB 1 0
20,598 20,598 00000000a5008132299300945086ca3a949893f8a873cebfb52f4b7da2f68d83 0.00 MB 1 0
20,597 20,597 0000000028bc33be13aa7ad50442808782665de7570061d058a92bee14a8a74c 0.00 MB 1 0
20,596 20,596 00000000101142d2e1cce0a8976a619e91cba32379e36894c784d78e4f2e7272 0.00 MB 1 0
20,595 20,595 000000005e83f057453c9e7720d61ba41b3860ebdf6668900a25343114ee6386 0.00 MB 1 0
20,594 20,594 00000000287beb0b2d3bd4e5658d14f18eb1c0814d264cf1b8eb1c4327e7943d 0.00 MB 1 0
20,593 20,593 00000000f0976c8d5290586eeedaa24879e29749433154c9fea3d7637e8fe9fa 0.00 MB 1 0
20,592 20,592 0000000082bc53e9b47a9f3b01c00e01fb2842f6f123ddfcb8b62e77c24c33dc 0.00 MB 1 0
20,591 20,591 00000000ec75a000b3db2dd830d33a23288fdc48d45a435c2d7885655a780ca7 0.00 MB 1 0
20,590 20,590 0000000078a13acaaba7269a7a33bd3864ebdf98cd3304db2c8c2754bd7f9452 0.00 MB 1 0
20,589 20,589 00000000735c4f93fa92b7da04d842909d40b3788f7972cb332d3f4b6d4b8803 0.00 MB 1 0
20,588 20,588 000000003641f6363e350d1ef51bf3a7e60fd4a41da22a7ab6ed47ac7ffb3f6e 0.00 MB 1 0
20,587 20,587 000000006703e4a5dfa467eea6a44330a105bf2af48b44fba9925e622129e7a7 0.00 MB 1 0
20,586 20,586 000000003a0f4bc00ac606446744d6301eb5139bcafe53de083ce123ddcbd4a9 0.00 MB 1 0
20,585 20,585 00000000ed0f6d1fb8e7b6b2f731820fc8a1282804a6f85f9507733f70a94e2c 0.00 MB 1 0
20,584 20,584 00000000fcdef3590f0a32d9a634e83afa73135aec5fbc4c791c5e6fc744856f 0.00 MB 1 0
20,583 20,583 00000000aa039abb14a840ad9c8b14d34b82b498f257457811ea07b56b05b362 0.00 MB 1 0
20,582 20,582 000000000d3596692f74e77b5024a581a7fd7258dbe2c2a3074c8339d2d90f80 0.00 MB 1 0
20,581 20,581 00000000d381f68a735cc220399c6a790e2d07ee9b5673128bdcf7a3e2f2633c 0.00 MB 1 0
20,580 20,580 000000002ba42398400d692b3e33c42c4394b69025ab6e02fd5e87cd57f200ff 0.00 MB 1 0
20,579 20,579 000000001d3ddeca124cb50f776ab8e5ff4b248239aa22d4fd5068f747b3274a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.60 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,870.30 GB sent, 105.42 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.