Memory Pool Memory Pool Refreshing

7,029 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,699 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (83,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,741 824,741 00000000000000000002ab0e9ad0b16821053a4498fb3802e6d66a08671f6198 1.82 MB 1,886 47
824,740 824,740 000000000000000000038991bbfd10754ceb49c39c189bba1cb2a80e36a205e5 1.56 MB 1,545 44
824,739 824,739 00000000000000000000569bb5c3e12262b774139aedd822e4085bc66cfe6eaf 1.63 MB 3,344 67
824,738 824,738 0000000000000000000015b6e3b72063bc3dcefb37b60fee1ba3ab59c988b931 1.68 MB 2,597 56
824,737 824,737 00000000000000000000a6cebe4c0dc336a4abeb837316cf048efc64d2c7e0c7 1.56 MB 2,015 46
824,736 824,736 000000000000000000013fe7c4459685c88a39f2bd971b963a227729a386f082 1.61 MB 3,674 78
824,735 824,735 000000000000000000027df7d85bc5dca84aaaed02135659ab7f35bf7cc3b0b3 1.77 MB 3,109 45
824,734 824,734 00000000000000000001d54a23d80055c1fe137532b9a16d617517bdb0ae7f22 1.48 MB 2,596 68
824,733 824,733 0000000000000000000269ff5f1d99be9ed3ddfb50b581789eb3912d32b0a364 1.57 MB 3,526 77
824,732 824,732 00000000000000000002d1ddad3594cd3c80ac4e9551e47b625009c6a95f2bd8 1.64 MB 2,338 61
824,731 824,731 00000000000000000002e97b5c69684c8200d1e1af6f3a7a011c9b6b35b0ea5e 1.59 MB 3,595 48
824,730 824,730 00000000000000000000f02e824df38c1be97797748200a2dc6cef2537d03c9d 1.62 MB 3,596 100
824,729 824,729 00000000000000000003134511ce34b3dbe9ab833f4277f2ee35a75b42eb2aa3 1.61 MB 3,748 59
824,728 824,728 000000000000000000037f20ebb5082b34dbc3b5c06f511abdf15c170ca88431 1.52 MB 3,427 92
824,727 824,727 000000000000000000018ba5b3c667f63aec5e3958ce46889467e094fb64ee82 1.65 MB 3,407 49
824,726 824,726 0000000000000000000325fddc683672541a8b13975ea6d52acc8d3e36f9075e 1.61 MB 3,197 67
824,725 824,725 00000000000000000003cbbca94eb5079809a2388989b04e007a5a97b8a318e3 1.57 MB 3,052 57
824,724 824,724 000000000000000000014645a1ef30f9705aa55aea73e83a70454b2149e4153a 1.63 MB 3,157 63
824,723 824,723 00000000000000000003258512931cb34368d456dc1b2654734454fa9b2670b0 1.59 MB 2,567 58
824,722 824,722 0000000000000000000050ff181bdd3824dcd5e4d5ea3bd77eb2425042651d7f 1.64 MB 3,230 85
824,721 824,721 00000000000000000001fedc2eb0fa1215da0b1ac305c118f6871593b1972855 1.69 MB 3,006 78
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.