Memory Pool Memory Pool Refreshing

48,657 transactions
42.04 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,375 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,447 33
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,374 (558,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,421 283,421 000000000000000053237a7d6be795ba875ed8b26dc9d78b828eeb1e6f31c8a3 0.35 MB 990 55
283,420 283,420 00000000000000016f71558b61129d1aa2fdbecc7d2fbe24ba1e0bae440f14fd 0.27 MB 445 39
283,419 283,419 0000000000000000f8ade8da1520f547e2c633af9706ba371b6d49decde73fb2 0.29 MB 515 41
283,418 283,418 0000000000000000f21424d22c9325780dbf8efc1f135ce3f306e027d64ab0d9 0.18 MB 355 44
283,417 283,417 0000000000000000078c0c5d89f20cb359dcbb103502aefc3f75768bd63008c4 0.01 MB 21 30
283,416 283,416 0000000000000001cfb8c8f6305fd84dc51c94a1b4de1900badfccdbe1c1078f 0.06 MB 105 19
283,415 283,415 0000000000000000383915dbaa56e1d1e9a0184f1f50fc339cd88b2a45ec9b9c 0.11 MB 158 58
283,414 283,414 00000000000000019bca201028d26a53780fd97cc7460d1aa91538fc0a0d473d 0.05 MB 91 36
283,413 283,413 00000000000000017a28293bdc3d7284f9f2bd0fab5e508b98381d629db6c123 0.45 MB 842 35
283,412 283,412 0000000000000001e635b4724f284bd3d168f7809fb4a834f4dd8cdd10e146f8 0.01 MB 25 54
283,411 283,411 0000000000000000e0524b3e1e7bb7f0ee1c7f4906176e464b46f9839a02ebe2 0.24 MB 510 43
283,410 283,410 0000000000000001d6b36f7a4c31ea81e99bdb702b18aac859275e57bdd101c6 0.05 MB 118 71
283,409 283,409 0000000000000000f89d1dc170fc198322ba79e8ee6a42c26a19694803bb2623 0.16 MB 253 71
283,408 283,408 00000000000000017966b42ce252662dae0fe68ee807591a436bfdb54d1a9166 0.21 MB 400 38
283,407 283,407 0000000000000001710a858893c77d253c995cbeb8474a2d0863ce7ea8ba231c 0.19 MB 300 16
283,406 283,406 00000000000000013ba4800d10eb6b76aea7cd59e4861f0e9446d6e8ba4bcec3 0.36 MB 643 41
283,405 283,405 000000000000000178b73fd96b105b71f72161ff12f6639ab479eec0c5cf8172 0.19 MB 262 30
283,404 283,404 0000000000000000aea05ca9a4928e638e378ef187c3f528aaa297541a273a45 0.47 MB 737 30
283,403 283,403 0000000000000001aa03903ab12dd44f0a7244bfdc71aac3ee73d877533b2db0 0.05 MB 153 74
283,402 283,402 0000000000000001416aefb56ac2adcd5ccb0a4bd1ca7dd26e3a1337fd73d34c 0.35 MB 900 62
283,401 283,401 0000000000000001d29465da74fd94b5426c69ecd8c08b9ec743e2bf7b4768dd 0.08 MB 151 49
Previous 10 blocks ↓
Total Size: 647.42 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,486.09 GB sent, 45.71 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.