Memory Pool Memory Pool Refreshing

77 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,605 00000000000000000002349e0000000000000000000000000000000000000000 0.01 vMB 51 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,604 (893,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,560 15,560 000000006452b810a32ea1979e0b60e06aea8dd73bbfb63bcc6ad99e8a40278a 0.00 MB 1 0
15,559 15,559 00000000d1b77fbb966a4a9fc9ee1b5b00230c337e59d9aff4dd8b320d255b30 0.00 MB 1 0
15,558 15,558 00000000f7bb1beedb56db3cb07f7ad812d2db3e8840a3c0940133da6fc02dd2 0.00 MB 1 0
15,557 15,557 00000000a3f437e6a74a7e7eda7fff77c295dab2b364cccc518a72606dc06112 0.00 MB 1 0
15,556 15,556 00000000ab3a7d2ad7044357cb53d299f4b41b54943bc19f014e459a07305afd 0.00 MB 1 0
15,555 15,555 0000000076e55f08aeab78be2d94217020c373a79224874f6460ad3325f26c37 0.00 MB 1 0
15,554 15,554 000000003fffe5eccdba848451551ceab75e11e53e04d4df7cb6c6279c600df5 0.00 MB 1 0
15,553 15,553 0000000034cffcf7e07465230e927b17c1f71d25ab29773a657cca163dc02486 0.00 MB 1 0
15,552 15,552 0000000042f30755abd96a961c88c098f6b613ca97a5e0471267dc1ab4e2654f 0.00 MB 1 0
15,551 15,551 0000000037ad604d5091b12efba660b29b81eae0ad77680f606ac6b353d89d89 0.00 MB 1 0
15,550 15,550 000000008dba3a997e314b095300e0d74769ffec5b06289e84443a82ebe48bbe 0.00 MB 1 0
15,549 15,549 0000000019f39600b9ab5b3efbe08f67021070beb7f8bece71389a73cc771d05 0.00 MB 1 0
15,548 15,548 00000000f88d79b5ce779122c49d4e88a41e6b07fa3472dcfb7f42bc78781494 0.00 MB 1 0
15,547 15,547 00000000069917fd0dec2d2fdcc96c78cc2fd10eb325236d97909b28664dfda1 0.00 MB 1 0
15,546 15,546 0000000071e3e79790f06722ecdc862d11de28b10a6a2e4822a4b78f2dae1a19 0.00 MB 1 0
15,545 15,545 000000004976dbd1030dd550a89981fd61f6df009fa4a5dbc315f47dd7ae2895 0.00 MB 1 0
15,544 15,544 000000008ae96fbcec0958448837bbdb0892c952aa9e16eb050f1f71b34fb969 0.00 MB 1 0
15,543 15,543 0000000034f9342d6925fe83f0ad5c7bc802a3b19ef1132ef18e47e1c7742c66 0.00 MB 1 0
15,542 15,542 0000000068381b33044e604700d4fe79d74ee019765bec749b366a4fc21da80c 0.00 MB 1 0
15,541 15,541 00000000b856b752df28a43d1f782addc63685892163d027e69aadd68805e3ed 0.00 MB 1 0
15,540 15,540 00000000892629f6e0cc3eb2f1dbf2e92b4cc13a1063bf00fbb9d8b0cfa494c5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.82 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,849.64 GB sent, 101.05 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.