Memory Pool Memory Pool Refreshing

674 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 673 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (730,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,775 176,775 000000000000084182e0ea3ab2fed6d00173aa513aa187f6898b5c6756d7f59c 0.02 MB 81 10
176,774 176,774 00000000000000eb0ec20eb7a162a6a52a679c3f093e7bdfdb25dc4764f7a05e 0.04 MB 80 299
176,773 176,773 00000000000001931c3c2ee8a6c523c853ee3ebf4f5be8fec23b4259cdccd2a4 0.05 MB 132 170
176,772 176,772 000000000000029b86a0c428e89e529ba5cc370361af3f8a5be9efba36761a66 0.03 MB 61 43
176,771 176,771 0000000000000539ee5fc146dc2d79a3afcc894be1deb2913e11616d592b6ba5 0.05 MB 109 248
176,770 176,770 00000000000004a140b221d59a5e41b042d98dd97f3db3e60dc3e3b0eba2f995 0.00 MB 3 35
176,769 176,769 00000000000008c8dd9b5c112a236215b23de93b19a325afe382f81a2b15fdcb 0.03 MB 107 56
176,768 176,768 00000000000003d7c32fa17adacbcae098e8adf3e8da9095b6f75a00caacbef0 0.01 MB 19 194
176,767 176,767 00000000000005ae9fb93784deadeb6f265d5491f25f9c6492f8c0172dc460ff 0.03 MB 74 138
176,766 176,766 0000000000000288058c7ada00fb0d4755c0eff9d4c96b1ea3d8f6876c5619b3 0.00 MB 10 94
176,765 176,765 00000000000002000681cb4f1227f0f2c4946cda845e3e16990dd1b0712e45ec 0.02 MB 86 2
176,764 176,764 0000000000000336a6d98bd91b32aa19f89d8adea75be882b18c6d2ce416a51e 0.02 MB 46 134
176,763 176,763 00000000000009198a4b890a8c67fb31b355cd48b1971aa5bad065cad59cdf92 0.03 MB 94 155
176,762 176,762 00000000000001354d901ca40444fdb3bfcf216291f86bedd54e5527ebfebfd1 0.04 MB 19 123
176,761 176,761 0000000000000056c50dbea31d9ad6f429aaad61ca313e72e4c00b53fd9fb3fb 0.00 MB 10 16
176,760 176,760 0000000000000a9569c34dd2f69d39b9763706991418b6ea3836c2b66fb57700 0.02 MB 56 174
176,759 176,759 0000000000000176b17e834f1e9797e9268fdaf2e156c6f54575e4e1ed256544 0.04 MB 69 143
176,758 176,758 00000000000008cc9014554f61547958d851bdfe2b5118d4ff197c1ed83feca9 0.00 MB 1 0
176,757 176,757 0000000000000229a369fac4a176ff10ff046ceeabd4aa0242c160bf9b25da99 0.03 MB 64 37
176,756 176,756 00000000000009d79b51806a68d93c37967dddce713a6196bab6642dbc1228a4 0.00 MB 6 711
176,755 176,755 00000000000007863c24eb99e93ca3091ba0989cc03d67c2dcf3902ffed8a5b3 0.01 MB 33 1,173
Previous 10 blocks ↓
Total Size: 769.10 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,628.87 GB sent, 93.39 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.