Memory Pool Memory Pool Refreshing

430 transactions (0.11 vMB)
  • 1 sats/vbyte = (6 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,800 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 430 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,799 (888,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,607 20,607 00000000a20fec10f7ca2fc457c6d43201c556f5d8b3c0f6eb8e93eb088c18db 0.00 MB 1 0
20,606 20,606 000000005f01c0b6c426e79d421784384b8908c94e84e92b729461d32f218ce9 0.00 MB 1 0
20,605 20,605 00000000978484198fb3a25c9b82ea86f9952d1660abf8f117228f88412e1f4b 0.00 MB 1 0
20,604 20,604 0000000033498c80bfc36e00f991e5df3654e02dd93ff3578432cc36de967ac5 0.00 MB 1 0
20,603 20,603 000000004c38c114ccf535f7f562de81a6b2e36909827596aeace538a09cd92c 0.00 MB 1 0
20,602 20,602 000000009118aa2bfa3a05e2cb2e05d6bc9617579cdc94bf9baebabfa8bcfbe1 0.00 MB 1 0
20,601 20,601 000000008dff293f8b284d1860f1fe0cb025f35a3f0881369715c2ae993fa63c 0.00 MB 1 0
20,600 20,600 00000000749eeb5762c9e9e03f3c7eeca586f19a7b39466e9e90a196872a2c95 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.19 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,857.29 GB sent, 102.99 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.