Memory Pool Memory Pool Refreshing

2,760 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,758 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (860,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,420 47,420 000000000ad68817f99bf270a95f95fd818df780da81560f71e2c42aafc93764 0.00 MB 1 0
47,419 47,419 00000000014e8eeb374c71ff8f88fa486e6a7088dafc38705c7bc58255da6f17 0.00 MB 3 0
47,418 47,418 000000000fb62eaf5442dfbe6a90b3ea11f3b576ef4d1d0c1ca686d4eec59084 0.00 MB 1 0
47,417 47,417 000000000d7981d5b180690b96bc12ca6b979b651dce1b76c6ace066beac8d64 0.00 MB 1 0
47,416 47,416 0000000011a3d16d065f8ce64e67f678672d58ee740911d56c6652c07878a64d 0.00 MB 1 0
47,415 47,415 00000000263c030014c6cf8cb5d7eb6c6a61047ca94eeb681c7a01ec0545a7f3 0.00 MB 1 0
47,414 47,414 000000000f580e4990c2b730bfb56259b429e6da5f1fc2af9bc640774fcfa41e 0.00 MB 1 0
47,413 47,413 000000000d1d453c4aaf99a5b676486140c4a8e575a9ece45c7b631981ad85d4 0.00 MB 1 0
47,412 47,412 000000001bb3e0dc83cf0c29f64d505ce33005332553d1103bae673c868b9dcf 0.00 MB 1 0
47,411 47,411 00000000136827641aabd215940a4849d928089a6d0fb43c155c5f0feb1aecca 0.00 MB 1 0
47,410 47,410 00000000164604cda40718813efd5991ed1fecd5c0a792fdd33f6335e80726ff 0.00 MB 1 0
47,409 47,409 00000000054f4cd5410f1fedcfca3165ce4946854c85d8471b79e08b42155e8c 0.00 MB 1 0
47,408 47,408 000000002d91a1ee786ad760fa3874ba11bec4c437059617633b30b5b053888f 0.00 MB 1 0
47,407 47,407 00000000120c82e5a1f4e934daa64545f8fb1dc7f926d570f598e0f268065dfa 0.00 MB 1 0
47,406 47,406 00000000282bc6a9e3341ececdadd2088ffec0df3454822bbb247385e519ae75 0.00 MB 1 0
47,405 47,405 000000000b0f4b4527a15b3a7d4c6d078c547b4e167a28383d88ecee3a4a0ab2 0.00 MB 1 0
47,404 47,404 0000000001394978911120e440898d61e9602078dccb4a2c0dba3a1920aee809 0.00 MB 1 0
47,403 47,403 0000000015a3e384a32b22346aa1129b4a59d4de3b9f97a31532feb00ded627d 0.00 MB 1 0
47,402 47,402 000000001d4a0f287cc4518f3d5409089aca7e7ad95e7f5d91f9bb8ddd965452 0.00 MB 1 0
47,401 47,401 000000000d899bf51aa7511555c6088d55523ec4c46bc0da483d132c88179262 0.00 MB 1 0
47,400 47,400 000000001737baeafd3746a28e698fcdc345f4227c126f0354e6ce5ba73aca88 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.30 GB sent, 95.75 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.