Memory Pool Memory Pool Refreshing

394 transactions (0.11 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,091 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 352 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,090 (819,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,665 89,665 0000000000000062864d8512b92b2f6a0c2a9edcda82aae03063879b3869d507 0.00 MB 1 0
89,664 89,664 00000000000e9821e4da286637da8706df8070ea4ee58cb04bd3e8048b1e262a 0.00 MB 1 0
89,663 89,663 000000000011ed243b93fc42e09e42670b3110ea906f6cd2534f9b65f60002df 0.00 MB 2 0
89,662 89,662 000000000003f7b90be2bf190d5909df2c192595f612ecdc1eae9a167c562319 0.00 MB 1 0
89,661 89,661 00000000000d35e3a8b84e05668e7de42faf1a9f693f870574fbaaccd08fb041 0.00 MB 1 0
89,660 89,660 000000000003c940b12ed23168bfc0cb24847aae5e4a402b4deac1c2d5c4d584 0.00 MB 1 0
89,659 89,659 000000000010cdf2c4137a25239b13d820c875668162f430089399aba5033ddd 0.00 MB 2 0
89,658 89,658 00000000000b833e11a51440868b02564417747c9ae80885533303e79fca9751 0.00 MB 1 0
89,657 89,657 0000000000109761ac87241b4dfede22836b3078a4e48243be5d1287283e9f78 0.00 MB 3 0
89,656 89,656 000000000009dadef50e2b0a47ae134bc9dcd54c52916684cc41c804f06c4d6b 0.00 MB 1 0
89,655 89,655 00000000000965c82569234f281934d6de43f2e5b4b2bd3e22182e069494d64c 0.00 MB 1 0
89,654 89,654 00000000000fbb13fde084e9dc8ba3b2b0a7ff2791cc06d4d6bc2a689c49bcab 0.00 MB 1 0
89,653 89,653 00000000001433860a51ebaebfaec180a4bfb14b3654eb664168eb24dc4e629d 0.00 MB 4 0
89,652 89,652 00000000000f551a33a59f4d92c44d9a01b636dd70ec011509e50119f7fc9641 0.00 MB 1 0
89,651 89,651 0000000000056e57cd9a067715ffaf7a717d1710e22539e4350d56277d27ab87 0.00 MB 1 0
89,650 89,650 0000000000072db6d9a868b1c7819ac91bdc3f641500db4a30e0013366a8a750 0.00 MB 1 0
89,649 89,649 000000000002d226d46d06399f275ccdbf546b325d99fd4bcb102f5bc4eae6ce 0.00 MB 1 0
89,648 89,648 00000000000c48714fd2b56e62a6275e0951e232bc76bb1ff3f21c2f5a6aa766 0.00 MB 2 0
89,647 89,647 000000000010fe3fe07e4daad62f67e923094b30418fdd2791a188bdc55c2d31 0.00 MB 3 0
89,646 89,646 00000000000db0b284a0ee1edb2a08e2bcb4f080c93a996401b09da517d1ebf1 0.00 MB 1 0
89,645 89,645 00000000000f5d658fa83b9e9c0f278d40e975ad56ebbad03f46b4d6e12ed45c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.72 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,909.90 GB sent, 106.11 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.