Memory Pool Memory Pool Refreshing

5,718 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,097 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (93,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
814,285 814,285 00000000000000000001707ea5b7747c3e55006685264241ebabbcd6098c1bbe 1.42 MB 3,406 35
814,284 814,284 000000000000000000035574cf67aa37be96b1cb491667bcb403ecd34ef6c4b2 1.45 MB 2,131 8
814,283 814,283 000000000000000000042ff1725b70b9d7a8ed199bdc852ee9cbfcaa01ad9039 1.58 MB 3,481 6
814,282 814,282 00000000000000000001686b4aa817800d902902537293d9a12d007d420bba23 1.91 MB 4,164 9
814,281 814,281 000000000000000000007cc4f3330178e4c341b32ba5deaf2963888edc625cbb 1.08 MB 412 3
814,280 814,280 00000000000000000000e864156ac987f408d81ba5a01a4a62b2bfa0dd30cc17 1.81 MB 4,595 6
814,279 814,279 00000000000000000000d6a09b0c37778819b347ffb60590585e6844f6042789 1.88 MB 4,189 8
814,278 814,278 00000000000000000000d12f760ecb9eda2cf32b7c0d98725494bcea1385119d 1.86 MB 4,638 10
814,277 814,277 00000000000000000000256ed3b4fdb1750a7e29d1b020b870c0b695526569b8 1.72 MB 3,313 4
814,276 814,276 000000000000000000007159669cc29189613c59b0b2550aca6bc89467e264b3 1.65 MB 2,962 9
814,275 814,275 000000000000000000040663f219c717cf62d1a1c18647d2ee724acb67dcd33b 1.95 MB 5,415 7
814,274 814,274 000000000000000000037bace64a4e81b706350637d49af7d58e65d680811a00 1.67 MB 3,476 15
814,273 814,273 0000000000000000000450b9cd8c58daf32406a0596c35f8b861c6e1cfc7f8b6 1.83 MB 3,496 6
814,272 814,272 00000000000000000004471f753faceae822b1189b67b66a45d0f24de060c82a 1.55 MB 3,591 21
814,271 814,271 0000000000000000000190bc9ccb947b578e1d601c7f1543473116aa0c49f5ab 1.70 MB 3,236 14
814,270 814,270 0000000000000000000142cdb280400d09188f935696ad9a7f686a16bd796159 1.67 MB 3,523 10
814,269 814,269 00000000000000000000fcf400a0e7f720b8976dc7323adf9c3b8bb1e86d7c86 1.47 MB 2,332 9
814,268 814,268 00000000000000000002078277ca645b0171100b5eb8e72828f596635dd6564d 1.53 MB 1,766 8
814,267 814,267 000000000000000000001ef74f918c46332fbd44116b5a5bca9a4a3d4694d2f8 1.61 MB 3,410 8
814,266 814,266 000000000000000000011bc29339f5db397f21d7e981da2503f739c7beda9338 1.61 MB 3,627 17
814,265 814,265 00000000000000000002fff3a113734db942e6bcb30df84ea8d2c674f3769068 1.49 MB 2,673 14
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.