Memory Pool Memory Pool Refreshing

46,072 transactions
26.09 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,986 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 4,716 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,985 (299,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
543,516 543,516 00000000000000000012385e8d11301efb0c157aca7322e77ea2d4cc4de7f502 0.80 MB 1,887 25
543,515 543,515 0000000000000000001dbbfb432e63c33ec364522e5d2006b7631b45079bd1d4 1.15 MB 2,724 23
543,514 543,514 00000000000000000026432c706d3117f14c8664dc216e65f82c0f84bb928f99 0.64 MB 1,575 30
543,513 543,513 0000000000000000001e3fc068f7ee37b2905563d8d024cea96a5a43b9e5d2e7 0.14 MB 411 22
543,512 543,512 0000000000000000000f4dd5a7a6d3f0d805ac053893c8a3fa00e2154a0bfba4 0.37 MB 934 15
543,511 543,511 0000000000000000000fe7fb12091c6c6e4bcaaf74f49b9b187fcfc28473fdeb 1.19 MB 3,186 26
543,510 543,510 00000000000000000012a9d268d435f54bc8b67364f0579fabdbba548d8d868b 0.00 MB 1 0
543,509 543,509 00000000000000000016c505429afb878c7c09dba0de25d5d2423f8beb166dd9 0.49 MB 1,100 32
543,508 543,508 0000000000000000001c351abc636ff29a7c5bf96d8a1d7e527dd15fd30cf58a 0.59 MB 1,542 27
543,507 543,507 0000000000000000000b2d7b96e6203154482e281c894eb2d317d4eebfbbb214 0.63 MB 1,369 28
543,506 543,506 0000000000000000000d38a826906db284d9b5e71e27d6eb982ebe856186506c 0.53 MB 479 3
543,505 543,505 000000000000000000037acee8ad9ea5318de5b635e3093bf1249551e092923d 1.13 MB 3,087 6
543,504 543,504 0000000000000000002428d8f088f6ec1508d2d0884cfa61c104da0770a1955f 1.21 MB 2,629 49
543,503 543,503 00000000000000000007728f6482001da203a495acddb754429405002f331251 1.29 MB 3,066 42
543,502 543,502 0000000000000000002039d599d026bab5ffc278e7ac85854a52495ae02db551 1.23 MB 2,969 36
543,501 543,501 0000000000000000002286e35a92d73d3c8892cbff4f488530e9eea3bf151939 0.00 MB 5 7
543,500 543,500 00000000000000000026d827698ea527f7778eaad34f815b52f3e65ecfccd1a9 0.44 MB 989 13
543,499 543,499 00000000000000000008b41fd68b891b23437dda59f2430a4267b8be6e88df1e 1.18 MB 3,058 20
543,498 543,498 0000000000000000001df3e44ee4ea6de91893498d4491167b4cebb281856b4e 1.30 MB 3,005 47
543,497 543,497 0000000000000000000f7feff3153d4201309421ef7c3c3c49a9321595a1044f 0.07 MB 191 27
543,496 543,496 00000000000000000009f64f9cda74c4b35f60e65f8b817c179a4f70f2229b50 0.41 MB 1,039 36
Previous 10 blocks ↓
Total Size: 648.60 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,679.38 GB sent, 53.47 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.