Memory Pool Memory Pool Refreshing

62,014 transactions
41.46 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,082 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,641 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,081 (558,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
283,387 283,387 000000000000000184393b21bcb07785c5ec243e31a19920d68f84d75b957fc5 0.25 MB 570 51
283,386 283,386 00000000000000008488976b1839f7c1e6c2eab486457cc4fe58e0dc4a9ffe3a 0.17 MB 290 37
283,385 283,385 0000000000000001aa4e682a9dddfcaeedba35d3ed94cd2a63e8b35c6db52ca6 0.03 MB 66 39
283,384 283,384 00000000000000012c32ecc1d4757adcd2503156fb6b56b15192dfd5cb69daac 0.13 MB 363 68
283,383 283,383 0000000000000000a2f95d05c579296fc62161614c61e638521192394a54ed56 0.03 MB 86 55
283,382 283,382 00000000000000015a75e67df1f648cc2b3303c328686e32cc6524be192321f5 0.05 MB 100 40
Previous 10 blocks ↓
Total Size: 646.90 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,433.65 GB sent, 41.30 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.