Memory Pool Memory Pool Refreshing

26,737 transactions
19.58 vMB
Show Random Selection Loading Transactions
Max Size: 96/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,540 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,490 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,539 (41,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,297 829,297 00000000000000000001a2011e73ffb946e0031f2125aa963b6f32ecbefa8661 1.04 MB 319 20
829,296 829,296 000000000000000000006c773cd67c086cf9c354ec80266784d96886f6b5a032 1.29 MB 812 22
829,295 829,295 000000000000000000022bf761c3a4ff3cca9887b1137c607f26da1182d2b9da 1.21 MB 1,008 25
829,294 829,294 000000000000000000003302bd4ada1a4961d29a59f9f67144b72a7a6e47f2fa 1.84 MB 2,634 23
829,293 829,293 000000000000000000021793c75e6f870f039ee7e37bc202edffbc774587e8d3 1.73 MB 2,992 22
829,292 829,292 0000000000000000000352e6034554b13530da4bc00b04a2e05f4ec4f64196b5 1.89 MB 3,337 22
829,291 829,291 0000000000000000000200cc3b7e75bc36609be1c05c30ff0cbe1ac6ae949b7c 1.66 MB 2,269 24
829,290 829,290 000000000000000000001354e8c91909821c420762a2b0e9d7bfee82514c9b47 1.88 MB 2,946 30
829,289 829,289 0000000000000000000278dbf5f397b29db9ce49b9efb16e0dfebe05ae990127 2.57 MB 4,531 22
829,288 829,288 000000000000000000038fb308f422fbc57cfaced3fccb06a0b981de485008f2 1.76 MB 3,418 32
829,287 829,287 00000000000000000001ce5a02722dcb0ab64e777d46cc288be7a1d91c03498c 1.90 MB 3,541 32
829,286 829,286 00000000000000000000ad7a26db00752a8e2996acae9103da241552c5755857 1.74 MB 2,045 29
829,285 829,285 00000000000000000002a9f1799ea5c00a07228d40b94b7828923d2bee7f281c 1.58 MB 2,934 40
829,284 829,284 0000000000000000000020ce4d42129c385ecd6be18513b78b236f7eb8f805c2 2.45 MB 2,827 22
829,283 829,283 000000000000000000032c377a5e5dae0f159e651f784c6741d827bb807b71b8 1.82 MB 1,906 26
829,282 829,282 0000000000000000000360ea3e00bcc6e21851855296d30c99adde870397edd4 1.55 MB 1,354 27
829,281 829,281 000000000000000000002e2a235b0360d0211c62d486098901c146f12a3465e2 1.70 MB 2,463 32
829,280 829,280 000000000000000000024e1a034aad8ba5321c84258582e4f1a1dc1d6e2402b5 1.76 MB 2,309 29
829,279 829,279 0000000000000000000060accb385b00e468c367d43406f09fc4ab93981aa9f2 1.70 MB 3,082 34
829,278 829,278 000000000000000000022ad09523d08687e0b470747776525f934465d2c13cc5 1.89 MB 4,084 23
829,277 829,277 00000000000000000001be8ddbeb03da9eb1ecc681f99c6618cd1c436cc20da3 2.24 MB 4,019 26
Previous 10 blocks ↓
Total Size: 700.47 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,343.88 GB sent, 213.68 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.