Memory Pool Memory Pool Refreshing

647 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,759 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 644 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (645,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,115 262,115 000000000000000f4e928f7c4f38fa1e4d916104cf7ccb35ab3560f1d0bdd88a 0.05 MB 133 66
262,114 262,114 0000000000000015d399a48bf340a3ac140d9b15e4a0a626a6cbe584d0e3b494 0.10 MB 291 150
262,113 262,113 00000000000000035a2911122f0a1087faae60e4bae3c8b8cce8d7c6a5f0d91e 0.16 MB 369 108
262,112 262,112 0000000000000009f1cb7cea1ae41343506132790ceff6dd27061afea2d6f5c0 0.00 MB 13 65
262,111 262,111 00000000000000162f55513ad25166ca772e8c9b18e26a914dfa339a914bd4be 0.03 MB 77 134
262,110 262,110 0000000000000012cbc72f1b32d93c8d695fd0015a01f3285276cbc9b640af0a 0.04 MB 80 53
262,109 262,109 0000000000000010c4b36adabd1a1bcca3721106af1012879bc89d37819d48e1 0.02 MB 54 58
262,108 262,108 0000000000000011c94ba5ce373765486f3e00dd500167f64c1f6f3c05a0c833 0.05 MB 146 26
262,107 262,107 0000000000000006dda1e7306999c59160c44a53a006ca32b2cf6f8b13e8e14e 0.24 MB 549 99
262,106 262,106 000000000000000acf020c4b0ee8fb1805aca7f3d1db0d46017aed41c7b3c83e 0.15 MB 281 117
262,105 262,105 0000000000000005613b78fb88d2d26657db51228691e9bd86c2674d7b2d5084 0.05 MB 73 44
262,104 262,104 0000000000000014d225fe7c3d4abac1054d7631404ed53b3880e53e7b974f79 0.20 MB 411 135
262,103 262,103 000000000000001411c247136fe0bfd83491a05d44f5f98adaa57dc87e884960 0.05 MB 132 104
262,102 262,102 000000000000000b7a405056562dc468271076696efeb62316bbef8a82daf6e0 0.05 MB 116 73
262,101 262,101 00000000000000065b35cdfac40e1a11f22fe510ea628c9c732da7987c1f8a32 0.03 MB 67 160
262,100 262,100 0000000000000015b990829e7ea46a903f30fa66923d31c3216bd69e906f526b 0.15 MB 145 35
262,099 262,099 00000000000000064375f6c96dd0756ca0dd95ef8f8ad53d8c18753026c25ea9 0.19 MB 446 135
262,098 262,098 00000000000000108c6c5a41d0305fea2ef1510ea0d9e6050160ae6ea7f59cab 0.24 MB 572 143
262,097 262,097 000000000000000b6deaa76e13770bd08fd669ffebdd884b0b2d5bcb5873a06d 0.08 MB 216 106
262,096 262,096 0000000000000000fc060498f219b01efccebc67bc29e07e3d1ddb58f32f742d 0.18 MB 457 141
262,095 262,095 000000000000000e311d1e3ef375e3ffc5a10dcea3bb9ec1739414c586255c08 0.14 MB 71 18
Previous 10 blocks ↓
Total Size: 769.09 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,628.36 GB sent, 93.36 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.