Memory Pool Memory Pool Refreshing

1,381 transactions
25.05 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,310 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (840,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,554 67,554 00000000024429c8e93acbdc54431dee8631acd731e54d09d609c958f9b0c4ec 0.00 MB 1 0
67,553 67,553 0000000004a398e038a597178d0e28e283b77c5b7075e7d6c46da11d6b57d383 0.00 MB 1 0
67,552 67,552 0000000005a076b3c21ccf4f27f26d8bd5d70d46c769551acc881a700e49fb88 0.00 MB 1 0
67,551 67,551 00000000001db1004dbdbb6da5a2f2ee31f0cbbcc53d6461d90c36fa36a4f07c 0.00 MB 1 0
67,550 67,550 000000000064bbf2b5ccee6fca0e750a15b062e69ce121d12ce2ce199b9a0251 0.00 MB 2 0
67,549 67,549 00000000013777a640afbdc482e367f6db503610df72cf012f36980364ec4288 0.00 MB 3 0
67,548 67,548 00000000048b1679b1b4abbaf301b363503cdc84b4bd3bb5456720a3d1696580 0.00 MB 1 0
67,547 67,547 0000000004ec9853070f51abb136b2b1dab100f9ce7d33eeb36417ae68646026 0.00 MB 1 0
67,546 67,546 000000000347d29e8428dc8518ee5d3646357c8d0331b9bd7c44197ab4e0df61 0.00 MB 2 0
67,545 67,545 00000000022f3b0d534df9514933735c33bad016993882934c39ead496cc6dc4 0.00 MB 1 0
67,544 67,544 00000000041b6afc6c48803023cae17a58309de5d2aadf154afd6781854dca3f 0.00 MB 1 0
67,543 67,543 0000000003bf80cdbd305ba22a202422602bd807927ad6bfe9dd98c75e9a29c6 0.00 MB 3 0
67,542 67,542 000000000340f38e6fad6508cb1c08f9be98e1f28bed85d971689e9be5ca47cf 0.00 MB 2 0
67,541 67,541 00000000032905502c490c768715281facce5ce85daa54726a60d90d5f67cc0b 0.00 MB 2 0
67,540 67,540 00000000023fa268eeb23ee30aa43872f16d14166be3a8364533a0b6aa484740 0.00 MB 2 0
67,539 67,539 00000000021a357bae824a6384f933214fcde5f1c3e353e25573bce565256658 0.00 MB 1 0
67,538 67,538 000000000417ce76a71a2dfdffeb23a949d4e9117c1bd02226f3187df3f96abf 0.00 MB 2 0
67,537 67,537 00000000041ea83def1c049697e84de13f67f7370f9b3ef80325479e734c43b2 0.00 MB 1 0
67,536 67,536 0000000001dc957755ceb6ae86eb3310dd629475782c8409654c1237aae40932 0.00 MB 1 0
67,535 67,535 0000000000caef1a87a5b35e6f62c14cdfef0135762dc5700d13a4e8ac6fe7f0 0.00 MB 2 0
67,534 67,534 0000000000c16ab22fb91ba823708c9ddf479c06bfb617b7efa3a9fec5bc0255 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.84 GB sent, 98.58 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.