Memory Pool Memory Pool Refreshing

2,935 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,683 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 880 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,682 (816,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,186 92,186 0000000000074c6540ee2c246a4eb57d2a4c473211953d999bd4a2813e03c58a 0.00 MB 2 0
92,185 92,185 0000000000069ee9fbce03ab19b4ef191b5946d30911d150a227c1c9cabf0fa4 0.00 MB 17 0
92,184 92,184 0000000000091de31f600116678228af0231528cded2ff14fc512f3ada544786 0.05 MB 234 0
92,183 92,183 00000000000addd111114dd2a982305a821a532ff77ddf658b9c468ef008033e 0.05 MB 191 0
92,182 92,182 00000000000993d19b9db816fefe372b30c250ba90ff7d53c21472d3871b1fb0 0.00 MB 9 0
92,181 92,181 0000000000026b04b01e2dbdcda1683d1ed522f99a0fe057c7a94765b233fc01 0.02 MB 87 0
92,180 92,180 00000000000db8502f4627724de11708c845354eb406c94d9d43e2f8572976ef 0.05 MB 219 0
92,179 92,179 000000000002ffba92d0769e4b7da59fc8c4128f6066ca3103a30341250dd174 0.05 MB 214 0
92,178 92,178 000000000003fd604e30a67ae86e9850d4aed2d4ac40f85b9405ab129ebfa2c3 0.00 MB 10 0
92,177 92,177 00000000000e316f5176eb751e67da48e93d9bce0b0696885081273cc2650d2c 0.00 MB 1 0
92,176 92,176 000000000001012cfcc8516330999654efb4c90109173d66d0a5f91832e632a7 0.01 MB 53 0
92,175 92,175 000000000000a1d7a8b661d0010ac4a06254a2230252994f17b3475988e73ddb 0.01 MB 30 0
92,174 92,174 000000000003241ae747cf007e9e430951d760a2c860370b6f00565aac9bef4c 0.00 MB 1 0
92,173 92,173 0000000000090c27e8fecacd865f2dacfb6f74cc3fa2e89da0f3c55f767db2d0 0.00 MB 9 0
92,172 92,172 000000000005e80135b631db82b45019b460b7943c2747e4586f6a494f682bea 0.03 MB 137 0
92,171 92,171 0000000000017b495ccf8dae924b0b82d901b4c289d57ce78b205bd5b8cb600d 0.03 MB 152 0
92,170 92,170 000000000007524c56854431477c1e697cb18b3d23e398614515c36205ff9ba8 0.05 MB 215 0
92,169 92,169 0000000000098283dff481d75749094d37ff2670f369c827110df04935482ea8 0.05 MB 219 0
92,168 92,168 00000000000d33d2d509aad04dc7349d71e48e657af30562e45617f6859bdaad 0.00 MB 1 0
92,167 92,167 00000000000af7c185c53c3700d9b27d5e3ac2a1fd173b5c9406a55688cace20 0.00 MB 1 0
92,166 92,166 00000000000c90322066753e840fa502838300f7ebf44ed5782f2fdd464ee174 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.86 GB sent, 101.79 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.