Memory Pool Memory Pool Refreshing

1,540 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,521 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,534 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,520 (872,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,246 36,246 000000003bb600e01795757904a79b2383845b7e43093fa7d42ee06d59d19eea 0.00 MB 1 0
36,245 36,245 00000000ac70f0037a85a34d5ea4cf09da751c664de0f9a1e3accd93f6519007 0.00 MB 1 0
36,244 36,244 00000000b8718f5b51c51f408dec865f5f22cf3f7503dfc503a8a7e3cd03546e 0.00 MB 1 0
36,243 36,243 000000002845a763ec8f4b6fb52e987bf2fe66e4811461a0ae37b4cd0c0bb78c 0.00 MB 1 0
36,242 36,242 0000000030237ca94ed144f58c06a358052f10a6de0698d71c168ef68c6c8af5 0.00 MB 1 0
36,241 36,241 00000000542e57556db414a1c02a8a0656f25bb880d28e7d0295f5145198e874 0.00 MB 1 0
36,240 36,240 0000000041dedf9106362402d05e59ce36dd63191ef28d72cf1728358b933529 0.00 MB 1 0
36,239 36,239 000000007105b08c746751d7c8a63d5af3bbfc4bc8c872dd41250a238ae8be16 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.66 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,840.36 GB sent, 100.31 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.