Memory Pool Memory Pool Refreshing

4,227 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,694 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,566 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (648,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,436 259,436 0000000000000017066d2375fa5a96c37df212a513c1afc9d0d4f86d1f9d8610 0.20 MB 523 120
259,435 259,435 0000000000000011c448f97b2693988adf6ab9e3f7ba33674fa3b2ddc7dd9a26 0.06 MB 176 104
259,434 259,434 000000000000000c0fc80aa869e4bd9cc80fb70628f902f609f251a0b465a5ed 0.16 MB 379 143
259,433 259,433 000000000000002566d9e04d9f897b69d2dc673a97f6a7dc35388bf8d9bd5a55 0.09 MB 169 91
259,432 259,432 000000000000000f17c0b9383fe5fc7cc543ef71e7b5b7fb7af1ad40f98300ed 0.04 MB 125 88
259,431 259,431 000000000000001cb25b8388e7065cafc828d8bd9c75039dddcd6a8a41be84c1 0.09 MB 241 124
259,430 259,430 000000000000001405e4fe173fa30f8b71ad395ca1312556e43113c746d869c5 0.03 MB 71 90
259,429 259,429 0000000000000010c122ccadd5159697f696ab7404d7454764c99b47d07ce328 0.02 MB 44 132
259,428 259,428 0000000000000016a3f423fffea4ae0c52825bd8048e468fb38a89c1f887075e 0.05 MB 104 102
259,427 259,427 0000000000000016951ec7aa002d978d30b873bfb4da9b785587097a24da97f2 0.01 MB 29 64
259,426 259,426 0000000000000023439149746c9593a30d0fe54ac46adda23ec93e2d8a0c8c34 0.05 MB 129 133
259,425 259,425 0000000000000018e4a9b314c1622d277534605c218345071a32def121c915a4 0.15 MB 337 112
259,424 259,424 00000000000000167b34e9f092ba88c88612fc93f4a3d0b70b7856c4978e0435 0.05 MB 106 109
259,423 259,423 00000000000000150ac123f2466dee2a4c9e1412c124ef13890c66181e37b3e0 0.18 MB 449 124
259,422 259,422 00000000000000129ed28ff0013664209a9b9c9f0c03a59a39fd43e4950c0c12 0.14 MB 215 87
259,421 259,421 000000000000001aadd1c58e799c417046b0b4c3abcd1614bac49ffe8a2fe4f1 0.19 MB 490 112
259,420 259,420 000000000000000e2692f89905e6465079cb538507bb3748546f0d06970468e5 0.08 MB 207 144
259,419 259,419 0000000000000014172816d8ed8659796fd8c74639b8a612abc101950c302caf 0.10 MB 156 66
259,418 259,418 000000000000000e1226fdd86445355d93658d5de7bb2b63f225e8acbdecd557 0.09 MB 223 150
259,417 259,417 000000000000000a8f67dc48bef218414cec5a382e9479a202929f228491df85 0.05 MB 112 108
259,416 259,416 000000000000000229a40433d7efc9c37e04e7afe77ca41ec3c7048ed942504a 0.18 MB 428 74
Previous 10 blocks ↓
Total Size: 768.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,615.62 GB sent, 92.66 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.