Memory Pool Memory Pool Refreshing

351 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,610 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 348 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,609 (872,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,238 36,238 0000000076f31c591b7dd51866e65ad815b2bc1f21238918e1055df0626f976a 0.00 MB 1 0
36,237 36,237 000000006cd9cadcdef5b7ed83d5dae0a21474eb9e3838412cf2b7b67dc3cdf8 0.00 MB 1 0
36,236 36,236 00000000aa40dc97c28cdfe9888abe61957af8a2be57f82e29c4a927c6b9582e 0.00 MB 3 0
36,235 36,235 000000003fd3880f7780d9b89bf1620ef1db6461998e881653fa758c03c49a3b 0.00 MB 1 0
36,234 36,234 00000000560a1065c7511bce5266e34d614e1063e52dc0c7d46963e15e8c860b 0.00 MB 1 0
36,233 36,233 00000000b5ac584b019ea4d741a02e20b6bf2b4caa8a440f7698951bec23e395 0.00 MB 1 0
36,232 36,232 0000000082e9d32a5d6ba171214cdd01122597201a8c809dc1f58afbdb6c551d 0.00 MB 1 0
36,231 36,231 000000000f20945012df37442650439beb1720b9b723fce67450e4e467622609 0.00 MB 1 0
36,230 36,230 000000005f703191872e89a56923660c89c03fc10cf65facada928ba5163f169 0.00 MB 1 0
36,229 36,229 00000000025c1b62a3490b2963f1630806da2dd9f2e0e41c8d57e509de3adb50 0.00 MB 1 0
36,228 36,228 00000000b603ef352578f5be672bbe6f9685c8e4bf93db2d8a489dfd991a86db 0.00 MB 1 0
36,227 36,227 00000000a3553b9062b98a07b840a024bfba18fa627d8656cbf97dcfa1dc514d 0.00 MB 1 0
36,226 36,226 000000003b57dd840a8299ab9712e4367e095015bf612b6dacf2697dafbbec6e 0.00 MB 1 0
36,225 36,225 000000000eb11c81456e0c79a6a5eb5dc81c3d4edeffdfd7a951ab7db381e1f1 0.00 MB 1 0
36,224 36,224 000000000f79228dffdf179d2f8b42f3c825a4ba4d9225c334106f2392468a5c 0.00 MB 1 0
36,223 36,223 00000000b7023e10f25a551debe87bd7ce29ceba6b538cab973c434d5b1c24e7 0.00 MB 1 0
36,222 36,222 00000000223385f3c28abb72f2ecff71e6836803f9a251833ef29e4b91e3d99b 0.00 MB 1 0
36,221 36,221 000000006ae96c8d25e53d7d5320f80aa5e4eb74aca8433f2a7cd7fa2b123484 0.00 MB 1 0
36,220 36,220 00000000c24f3c20e696e414a7367b1e12ea4c29b01d8f13578215aadb08c0b0 0.00 MB 1 0
36,219 36,219 00000000483fdc583f19af6bfbb3bb9dad30a9c512f673bfb18d4c6d16b2ebfa 0.00 MB 1 0
36,218 36,218 000000008b9afb9bb784ad4b0cc500a00f200a4b7ed9cefe340dcb9f8a19b4e5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.74 GB sent, 101.10 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.