Memory Pool Memory Pool Refreshing

9,942 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (628,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,028 279,028 000000000000000232c280b7fcd25dba5c3e1ba95228ac2b70a737052825428b 0.25 MB 516 40
279,027 279,027 0000000000000000bfd61509f63e1102077f506a5db69ad697ee548d0b92f479 0.25 MB 671 69
279,026 279,026 000000000000000237cd23d88ed708dcfa3146c94ee9d5463bc52807ca8aebc7 0.08 MB 173 44
279,025 279,025 000000000000000261c68327edfc28c36f6137378157769a203b97ccba8bc4ea 0.21 MB 378 43
279,024 279,024 00000000000000009f36f19da29808850747b00bd4149f145712ab87d2717b16 0.05 MB 49 16
279,023 279,023 00000000000000015691d330e6a19199dfd5e72dba1961a9e53563b695337e75 0.15 MB 224 35
279,022 279,022 000000000000000180bf65de40f02c779f46cdad55a1abb52b5790f598061725 0.03 MB 66 34
279,021 279,021 0000000000000002525a92f8d404b2618d59a4243f7a60419719d360265052e7 0.15 MB 155 17
279,020 279,020 00000000000000022a6b54ad27ed1386c8aceb479d5624222bc61995e52c92b4 0.03 MB 106 66
279,019 279,019 00000000000000023c31a425a20f8de34ed9ea5d617bc246aa4e185a02f295bf 0.12 MB 221 29
279,018 279,018 00000000000000008f5dbcabd5b7b1c74261cbba236ce99c501f87b49d84fc38 0.25 MB 430 46
279,017 279,017 0000000000000002337caa7a38f06c8bdf4556a7d50adc5ea36abf70df1fbfa0 0.25 MB 307 28
279,016 279,016 0000000000000000977e56d6c0997d54b1b83c4e5bde4b5fccbe2098b4db4e00 0.50 MB 1,321 54
279,015 279,015 0000000000000002d82dcabe235be8fb2232692233666f1e3a26a04fbcb35003 0.06 MB 135 58
279,014 279,014 0000000000000001f2e29ecc811b8f595a490ec895731f8bbf2ba9c3772cf581 0.15 MB 274 40
279,013 279,013 0000000000000000386fb6e0f3b250eebc22128ef10cf91501bc6c091633c8e1 0.06 MB 127 37
279,012 279,012 00000000000000001db1145c13bea5e3fdf170fc3d681bf19036efb4d6c384bb 0.08 MB 148 36
279,011 279,011 0000000000000002b88f6a3d9534181d0e2f5ffb67fc08e7a5fb792b448159f2 0.15 MB 152 16
279,010 279,010 00000000000000011f6fec68d101a6113abfaf707be7f3c5a472c6f442e9fc4e 0.04 MB 85 47
279,009 279,009 000000000000000147a162b6a408870f53aef73f1ea1e5871fd949a1e619b86c 0.03 MB 56 13
279,008 279,008 0000000000000000f5152c8a69ae3f29d5379edab6f5a4316c51531173b1b4ab 0.16 MB 355 51
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.