Memory Pool Memory Pool Refreshing

571 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,543 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 554 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (854,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,467 54,467 000000000942369260505c96cf65d19b6b1feff81775f1aa105b10b9bfcdf4ae 0.00 MB 1 0
54,466 54,466 000000001254bf11a2f642540752507d9815e4733b0ec05700cd2b672fa2867b 0.00 MB 1 0
54,465 54,465 000000000fa0729477f8b451520168aa854029812e6a718d4a4b27725b35828d 0.00 MB 1 0
54,464 54,464 000000000d51f38ebe3a75a9f8b20d1fd63e29671d0e71c58376c207f35341ba 0.00 MB 1 0
54,463 54,463 000000000165164aa4e2369874285d14bf1c513d9a7d3f3deded9c18b06c10ed 0.00 MB 3 0
54,462 54,462 00000000119723bc7bb69a53e3c20adfc7fe5ad59cf14ceec6ceb143c3ff1403 0.00 MB 4 0
54,461 54,461 000000000c74b0d7f0c00635464e473db24530a2fa65048ce4f18640f6bc5187 0.00 MB 1 0
54,460 54,460 00000000029c64aa8fc79626c98799dcbadc02fd1f5303995531424b746241c8 0.00 MB 1 0
54,459 54,459 00000000073deb07bebe2a4955377803e838c8105f0d6b0c1696907e59b907f4 0.00 MB 1 0
54,458 54,458 0000000004ed264981a7238b8889892c8eb875c86c3182790116b4f1c89810a3 0.00 MB 1 0
54,457 54,457 00000000068866924696f410b778911316f92035e9b69b62afa03573974fd750 0.00 MB 1 0
54,456 54,456 0000000010cf54b5d4754eb2afbd635d91d3e9c3a5d36be56851f3eb98d864c4 0.00 MB 1 0
54,455 54,455 000000000c8688b491a8b568b306c2076d07a37b742ebf771e029c5ef9d7a73c 0.00 MB 2 0
54,454 54,454 000000000e129a2bbdee50b7c2faf098aee7628aa0bc0b00a2e5d63b2f3f75f8 0.00 MB 2 0
54,453 54,453 0000000000ec740105f78c00c49a67e284f9712f4eeb56d35651ebc3f80d6596 0.00 MB 1 0
54,452 54,452 000000000e4f128805eec90ecfdf5226092fc0cd3edece7518e2fd9cc9d71ccb 0.00 MB 3 0
54,451 54,451 00000000042d327fb0a5c18bd84debf0ac90ff39c914072cc27762cad3dca745 0.00 MB 1 0
54,450 54,450 00000000128242be92eb61d8e59a581ff1ac3f996a666b99190ca262a2f6c5de 0.00 MB 1 0
54,449 54,449 000000000ef78f325d52146389322c98bb42eeb6cb6d65610657f7d9af9572cf 0.00 MB 1 0
54,448 54,448 0000000000273272a84a001dd8fb53d78dc403351a83e8c8ac38a1eff35f43af 0.00 MB 1 0
54,447 54,447 0000000012da82433d3e67df834a638d599d03688d95d4a3935f63b6ed3dfab6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.49 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.