Memory Pool Memory Pool Refreshing

37,569 transactions
37.05 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,589 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,121 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,588 (441,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
400,391 400,391 000000000000000002580c3b479c7647a133555d0bef1de79a79fb4429a4c265 0.13 MB 288 43
400,390 400,390 00000000000000000461a066f4ed2a89613bfcf276694b0abfef797f551d4e7d 0.07 MB 196 40
400,389 400,389 0000000000000000001af013ae2459eaa9d5ca0ab44d9e29d5453a5a6bb1d733 0.57 MB 980 29
400,388 400,388 00000000000000000092e1e941b6cbb879b9d74f8a5f693fd1c633a2d077b607 0.33 MB 508 29
400,387 400,387 000000000000000002b07db54e3fc5f424f500032bd79f5387e084d8fc662e8f 0.75 MB 1,614 41
400,386 400,386 0000000000000000064b2e39bec9af13df717471969e48734a3c6f601f1b8cbe 0.48 MB 1,175 36
400,385 400,385 0000000000000000010280081c451c6855c1d382cffceeeb9c928ab1833b1d1c 1.00 MB 1,337 22
400,384 400,384 0000000000000000062aee72a6e4e4c2d0836eab209c44561306658b8fb4d3ff 0.49 MB 956 32
400,383 400,383 0000000000000000030f509b416e942e01c49a8d48424631f8ecde5ae9194c3b 0.57 MB 944 30
400,382 400,382 0000000000000000004bb8596884ccc8ec210aa11cdb90bb7b9ca4eb2dfae8c5 1.00 MB 2,217 40
400,381 400,381 0000000000000000062f2573346000b33ab606d0151b5ce81b0ea2289a593553 0.90 MB 1,464 26
400,380 400,380 000000000000000005fae85e53b2dc5d269bcd582507c41edd7b5f153be5a082 1.00 MB 2,130 44
400,379 400,379 000000000000000003eba8781cc3bfa39edcf5682a2b17a1f09212fa8e252fb6 0.93 MB 2,241 39
400,378 400,378 000000000000000001d472452e6e3982efee0d022fabfb25db4bf3ea55abdd01 0.75 MB 2,181 58
400,377 400,377 000000000000000002f576eddc34a24c4cb6e9ebd2bfff7e0447dd635964d9e2 0.20 MB 423 33
400,376 400,376 00000000000000000183790f6aaf1173616f50145249cd7650c69b7a2a753a0d 0.00 MB 1 0
400,375 400,375 0000000000000000042a6c5ce8e111c78af195e3d016258e424091daa47742a2 0.23 MB 520 37
400,374 400,374 0000000000000000022153bbb561353d0ab57b54364c3b1685a90d7a71602350 0.44 MB 710 32
400,373 400,373 00000000000000000055e5f779fd09d9a0dbb39af5a3a70b575be9fb3af0d1b3 0.42 MB 783 33
400,372 400,372 0000000000000000017517fa1ec1ced0f18e36f502a512fc08f3c4108cf7b711 0.99 MB 1,560 24
400,371 400,371 0000000000000000051fd19ad59dbebe7210598041137dcb165a25814f3e38b7 1.00 MB 2,633 49
Previous 10 blocks ↓
Total Size: 645.99 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,313.94 GB sent, 35.27 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.