Memory Pool Memory Pool Refreshing

35,318 transactions
42.67 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,748 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,318 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,747 (275,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,239 566,239 0000000000000000002b6baec2c3afb0dabd49342a105e665d73c0c0fd707eab 1.33 MB 2,545 21
566,238 566,238 000000000000000000018a0b862e9c9df668076e0f1a4ee3bfda0dec4f4934dd 1.57 MB 2,366 28
566,237 566,237 00000000000000000017e3aeaee9c705ac4a617684c57fa5b5a375e9d296d5cc 1.16 MB 2,138 44
566,236 566,236 0000000000000000002be854399e696722588c56e168d053cea6e3bff82041f9 1.34 MB 2,997 38
566,235 566,235 0000000000000000000b4ed9edf8e70fa61deb4968036c22f46ee51069dd8c55 0.98 MB 2,182 27
566,234 566,234 00000000000000000002c03e0869c88a192aa2c64b081f87eb83f2502d932ad0 0.54 MB 1,058 25
566,233 566,233 000000000000000000252f7873623dc27f3f85d6d761390283d7bf74b8cf1094 0.77 MB 1,167 8
566,232 566,232 0000000000000000001850ed8b674d0af1beb196c5f9824b06dd3cc8801b7a4b 1.10 MB 2,232 7
566,231 566,231 00000000000000000003c5f2e8e467ba3240e722a7855803ff2c15d6aa01e1c2 1.21 MB 2,272 24
566,230 566,230 0000000000000000001dd1fb27b4ad5092c87ab9c731269dd56e3626aa15b6e2 1.27 MB 2,622 28
566,229 566,229 00000000000000000024128157086d4cfdf15e5dfe720bf3268bcc9dc344cdce 1.28 MB 2,898 33
566,228 566,228 0000000000000000001f7bca399da0ae8167ef32e934cca1017b8128d8276ffe 1.27 MB 2,423 27
566,227 566,227 0000000000000000000be2f89c2ef05f7df0bbfe07d1f41f15702e17c3745cdf 1.34 MB 2,893 33
566,226 566,226 0000000000000000001dc0e8776b44953220cf7c87d10023cc2721f0d5f47d87 0.33 MB 742 13
566,225 566,225 0000000000000000001faac5e0fc60808246d956f86939bbde1f287f7160bb09 1.40 MB 2,537 31
566,224 566,224 000000000000000000031e4b63e9e4c935236a5ac0c4a9e4999ddb2f6669258e 0.26 MB 681 30
566,223 566,223 000000000000000000162c6d8635fa59b4cf6db57c127711cca61fd10b89e537 1.17 MB 632 2
566,222 566,222 00000000000000000029029d4b5a47b65a161bd4cbda1bc4935cb76a08bdd58c 1.32 MB 1,786 15
566,221 566,221 0000000000000000000a0bc28368facea203c557403274715f5dedd4394ffaf5 1.20 MB 2,457 15
566,220 566,220 00000000000000000023502bf9eb7bfac7990b36cf89441f5e30ff85c455731f 1.23 MB 2,362 11
566,219 566,219 0000000000000000001527e59a12d1e99a4a16087dc6f9e703097a44c07adde0 1.32 MB 2,461 19
Previous 10 blocks ↓
Total Size: 646.29 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,337.24 GB sent, 36.85 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.