Memory Pool Memory Pool Refreshing

29,396 transactions
57.42 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,627 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,397 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,626 (553,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,452 289,452 00000000000000006e6fdd2b756d232c47590f01a2a16eba84f3f7391acb1173 0.04 MB 100 16
289,451 289,451 000000000000000045901a72075b13a6a2a177791944aedf2854d5ab8e3713a7 0.17 MB 304 40
289,450 289,450 0000000000000000f51b5fb10906a488dc30c57665d0aab14dbd08d4349108fa 0.16 MB 308 41
289,449 289,449 0000000000000000dcf4ba3690462f654461978de58b3b0bfecc45bc64da485f 0.45 MB 769 43
289,448 289,448 000000000000000083549955b0aa759823b5415fe427b2d62ec88d1e51848118 0.08 MB 158 33
289,447 289,447 0000000000000000f46250e5dc1e3227ea1e2f6d6f6a87cc5b7fc774350a1c52 0.23 MB 396 36
289,446 289,446 0000000000000000411db5f8fa3c83e9cbc05109e8242c5355d54ab42868b653 0.23 MB 262 18
289,445 289,445 0000000000000000e9dcd59721cfbd22eaf5a880dc77b4226f60fd718819d265 0.35 MB 670 40
289,444 289,444 0000000000000000bc481cbb2218614e5e29292e3b8984e2f52535d2e75261b9 0.10 MB 181 25
289,443 289,443 00000000000000006e02aa6f375918c20ceb3900a09817dc97b82278e9591a2e 0.12 MB 223 33
289,442 289,442 0000000000000001196183c157a816ddb9caf882a92edec442cdf61381d8369d 0.39 MB 732 52
289,441 289,441 0000000000000000423dd1dd44c0531ea356759393e837bd07e784a126fc2bfc 0.05 MB 94 33
289,440 289,440 000000000000000057212a51a507cecc3a8d0f0c82d57b7d5bf0bb2701fc8c03 0.14 MB 305 63
289,439 289,439 0000000000000000d456f3ff8cacf57c99b7cedbfac10d5a504f044d967d8281 0.32 MB 554 31
289,438 289,438 0000000000000000fd27a0252076ec3e97c5f52a78bc58c76c6f09f19e2bb406 0.04 MB 64 15
289,437 289,437 00000000000000008d7ab1a94468e624d936dbd3a94a4220a344ec824c06dd5a 0.34 MB 635 43
289,436 289,436 0000000000000001180863f671029e3221bbcc428595e995a61ff4b366f85063 0.90 MB 1,496 33
289,435 289,435 00000000000000011ea8da169a036aa51a04370244e189741f2c84e7efb61ed6 0.16 MB 512 67
289,434 289,434 00000000000000009ed5a53d45a2976f8d3f88880b686bb6e8425f534954d884 0.24 MB 247 20
289,433 289,433 00000000000000007775d391eebcd2a8dd29a195cd9be81ef26424fbc17d85bc 0.45 MB 875 40
289,432 289,432 0000000000000000e69964cebbe26747935404f10317dd957391ef35e3941240 0.43 MB 719 32
Previous 10 blocks ↓
Total Size: 647.92 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,555.33 GB sent, 48.58 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.