Memory Pool Memory Pool Refreshing

1,397 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 1,385 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (742,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,423 165,423 00000000000001bd1836c4697a447722b2932c52364ad7f74c8e2c9530b23ca4 0.00 MB 10 16
165,422 165,422 0000000000000a4ad55c2b078d4ef1c36d6c2b0c0efb81209f70ff45015ec6be 0.00 MB 9 44
165,421 165,421 00000000000008d24f0b36af18f24a652af1d822a562cce92992dc9d480915ac 0.02 MB 50 127
165,420 165,420 000000000000024eb0ccedb90866ceaf3e1236d3b492444086538cb9a8582e77 0.02 MB 30 122
165,419 165,419 000000000000095a486c2edd5dd702f131cc689fe74b326d900057e2b9cda478 0.01 MB 30 297
165,418 165,418 0000000000000b87596d7a1a5a4dd6fa90248fbdc9976b894d71514cf28193cf 0.00 MB 6 68
165,417 165,417 00000000000003458fdbe1bf859a50a9bd448971e12f283dd6c4e3d11ee2ffa1 0.03 MB 103 1
165,416 165,416 00000000000001952794f8c57cb9dfe7bf5fb27fcdf2c18cd5e2242a12346243 0.02 MB 60 37
165,415 165,415 000000000000007c048fea6d7bb820a2a3533b4e503794d30d1ed3427e19ad94 0.00 MB 9 112
165,414 165,414 000000000000079b1cd3dc3dbc21ea9e094e4c6601f15202cde421bf76b0b702 0.02 MB 51 174
165,413 165,413 00000000000003ba6f4dbf594ed4a427c9640351439fc56f3f1506a9af535a81 0.00 MB 12 67
165,412 165,412 0000000000000bbe93c3687cfc02f5c26c69115474a96d9211a648074af22bad 0.04 MB 130 164
165,411 165,411 00000000000000742361f6cbe45d2b544f1be2654ae2b2f9ad7edb8b3bc8590b 0.07 MB 148 95
165,410 165,410 0000000000000821a321c9ba083c40c102943d4f5c87b8feba784225c882cd46 0.02 MB 31 20
165,409 165,409 0000000000000bdec79cee4a0699a01942fe263d93eac2fa9b35521306960e4d 0.00 MB 7 440
165,408 165,408 0000000000000685b39fa61c894600b0592a2c1c75315087a33516f8e1b60e0e 0.01 MB 23 163
165,407 165,407 0000000000000a2f6ce502e86b40210ee44b39bcce0adc08dce5cf949dae46ea 0.02 MB 40 103
165,406 165,406 0000000000000abe78e08f37a6b6e6dd2a4b337d7379ebd2a060d85b4b6bef5a 0.05 MB 141 50
165,405 165,405 000000000000003200c4b03d6121c4dcf06439073adae74a017f36e9683b67f8 0.03 MB 68 101
165,404 165,404 0000000000000729d9b76de9bdab97dbaa098f493f6943bfd79bb1f85d5a5f3e 0.05 MB 101 70
165,403 165,403 0000000000000ba6db900ea5fb7f64ebc29179f221def86f27500ec08c281031 0.01 MB 23 1,073
Previous 10 blocks ↓
Total Size: 769.28 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.55 GB sent, 94.32 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.