Memory Pool Memory Pool Refreshing

903 transactions
0.21 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,601 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 880 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (892,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,185 16,185 00000000aab25fdd6bcc93d5a72197b2880aa5f77a3d57095900f5821fbf8c61 0.00 MB 1 0
16,184 16,184 00000000e747a7cc6155aa614b87704dd768c3c2617a6e0923ee9f844d50fc12 0.00 MB 1 0
16,183 16,183 000000004ce86dc32fcb90f100ae17ca0c0ea3fc10d7944c5f0523100fa6a93e 0.00 MB 1 0
16,182 16,182 000000006dc9b87f04c0c121f2e243e020d1dd94462886dab5ffd5c0f4d7e5f3 0.00 MB 1 0
16,181 16,181 00000000b1f4a5d94f8a15b92493e0bb8e98b4ec4494b7ab635db8dac102a2aa 0.00 MB 1 0
16,180 16,180 000000006d235093d6d1c10a65a789f1709f79c05d66c6dbc475f17f71d85515 0.00 MB 1 0
16,179 16,179 00000000fb51ee8c7222040f256b63179db16f3c54a4b5930df4bb9e059b57e7 0.00 MB 1 0
16,178 16,178 0000000015e23334497ad3c66c70296883be982add6faa22aad45e6ae3d8d214 0.00 MB 1 0
16,177 16,177 0000000016083182a19dc222f5980afc20954f3b2f44170bbc906119da066c0e 0.00 MB 1 0
16,176 16,176 00000000aa428c4251191599657d5f29f1928a49a8bab4ee64b347fbe7411657 0.00 MB 1 0
16,175 16,175 00000000e4c438810b1641826ed26d81831e953a7d505190f4a57711a5e64819 0.00 MB 1 0
16,174 16,174 00000000e91be09b06408046f60ce641dc2a1ce22fbdb75e74ff1fc1e89fae86 0.00 MB 1 0
16,173 16,173 000000004275cbe086de67f2d178ebef8568168e63abee74e9e8e72d12e02efc 0.00 MB 1 0
16,172 16,172 00000000b5dce1a4bdb9f2c28ca54204e9576e062e2d17536fb645154e1359ac 0.00 MB 1 0
16,171 16,171 000000006b95dd9ce710a8812ae529a14d1296e79ac10efe527248c9a4241f16 0.00 MB 1 0
16,170 16,170 00000000c681bde2220e8ff9dc75958e5fd2967f0de39ea30b9137e5be121680 0.00 MB 1 0
16,169 16,169 0000000032bbb8669c90b5c58a2427b733d7cfdf26e3e358145c88a48289bea4 0.00 MB 1 0
16,168 16,168 00000000bcb545156561409dbc6d025903c7380a8d7eb080f2d979eca2e92024 0.00 MB 1 0
16,167 16,167 0000000098e78823c27087411ac38626aab78fad3ffd602bdc6a3881d5d75877 0.00 MB 1 0
16,166 16,166 0000000051853c3ef2bdc67af03c66d2ef6547b1bd2917c5009522a083cadc34 0.00 MB 1 0
16,165 16,165 00000000087ca93f105fdf8813cd521d59cfe6b4ed1ca04e88db0650b2586d2b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,849.52 GB sent, 101.03 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.