Memory Pool Memory Pool Refreshing

1,527 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,519 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (188,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,026 719,026 00000000000000000009331fff6ca0146dbb80ed17e49785186491fceec90388 1.08 MB 1,996 6
719,025 719,025 000000000000000000085efb53264497b179fdc7cb0b254b880c5c5b9d0b107d 0.21 MB 516 8
719,024 719,024 000000000000000000089ecd6f06d0f5d4bc0de126edcaf150a673a905605dcb 0.68 MB 1,247 6
719,023 719,023 000000000000000000053ae2b4b7d993f94590da4af4677b658b27c8054b2e79 0.23 MB 364 7
719,022 719,022 000000000000000000097bb2dc3b6ff63ca815585141683c80ef12ec369d72c7 0.42 MB 798 5
719,021 719,021 0000000000000000000477021308b0e9f429bd439189e0afd819cfa50cd28268 1.11 MB 1,285 4
719,020 719,020 000000000000000000050c63c8359b5c766b1e5e96aad0d248ce808a5d0c6739 1.51 MB 3,186 7
719,019 719,019 00000000000000000000e6c2cd52a41a81417d577a93467474e66a04ad468080 1.28 MB 1,893 6
719,018 719,018 000000000000000000007782c9c6c73ecbc3711eded9ea25ade57b3c8b19380d 0.91 MB 1,352 3
719,017 719,017 0000000000000000000a0276a264110fbe61d706fec7424962f3ba7159c7a3f6 1.30 MB 1,567 3
719,016 719,016 00000000000000000004f7c3a2dca9a51571cae0841a33258c18d12f6bace96f 1.49 MB 2,984 6
719,015 719,015 0000000000000000000426d072ebfb397d3de4e06aa34bd8245be4f9f9f08f6b 1.56 MB 2,198 11
719,014 719,014 00000000000000000001b69814e16b8dc35cf0ae368fe9791e73721067358277 0.17 MB 320 7
719,013 719,013 00000000000000000008575dc759cfd5734af9639cc874f797b62fba17b4246b 1.00 MB 2,031 8
719,012 719,012 0000000000000000000911e30edde144b2b1bc5a143abd86bf0a84920d58de71 0.65 MB 1,410 7
719,011 719,011 000000000000000000007296c0661ead4764fbd001ceb7de3401fa753f4e0cc5 0.22 MB 443 6
719,010 719,010 0000000000000000000004cb7467b592a65f03245499da18fe8fe645b758027e 0.99 MB 2,075 7
719,009 719,009 000000000000000000068898b60aa6c01e0e886fa73bddac48fe429a731583a4 0.76 MB 1,492 12
719,008 719,008 000000000000000000058b283da9aaf969d48ee1a8c0a443137b7552219f40bb 0.48 MB 1,068 6
719,007 719,007 00000000000000000006a0e5a1a091ee4b71210f1e6d140f5f6173e2e1ac287c 0.25 MB 328 8
719,006 719,006 00000000000000000008a991555efb2739902ef740974e588e03cdb489586881 0.12 MB 267 7
Previous 10 blocks ↓
Total Size: 769.27 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.37 GB sent, 94.27 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.