Memory Pool Memory Pool Refreshing

42,264 transactions
44.86 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,198 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,364 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,197 (560,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
283,400 283,400 0000000000000000f1c506121d0ef0dc2ab828ec4d57211f6e509b9a54a2f340 0.35 MB 813 51
283,399 283,399 0000000000000001db643ae0e3ff550a046a2a2e50ebf70240f7da5b67181747 0.16 MB 261 44
283,398 283,398 000000000000000168afc16cfb50c715f41a52b1f61fef8ba4b74e29efd82cee 0.37 MB 930 60
283,397 283,397 000000000000000000e6930d611ac10166855874ba80b7bb5cec68baf8b89110 0.00 MB 1 0
283,396 283,396 00000000000000000888b3c9ac26b034e38d26396d4421f4a190e61e537870d9 0.37 MB 721 46
283,395 283,395 0000000000000000c61d25f5ae6b06c75700e807d734afe4a9053e0ffb549ff8 0.08 MB 198 29
283,394 283,394 0000000000000000a29f8a862aeef6d6561485914a1a2a7fe4e63dd794d0595f 0.12 MB 266 111
283,393 283,393 0000000000000001b91ef53660ca0f050fd704885b46a71810f26f3084784e17 0.05 MB 153 286
283,392 283,392 0000000000000000f9359f176c14e1f1e9dcd986786d016e49ead941215d818e 0.52 MB 700 24
283,391 283,391 0000000000000000d8f82db4196549cedbff08c44d7137f5f6c21a964eb28f14 0.35 MB 1,165 65
283,390 283,390 0000000000000000ec541d87d39b289e06eb6d19dc4d1a6346d5f9c2294901d0 0.05 MB 192 300
283,389 283,389 000000000000000117189dd006cf198ce82a68bfdbeb11b7388bd67c9aaff7d5 0.09 MB 204 50
283,388 283,388 00000000000000001558f6f463956ce798d965f77b590f8aa078e173a0eaf4bc 0.03 MB 83 42
Previous 10 blocks ↓
Total Size: 650.86 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: 9,029.94 GB sent, 65.43 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.