Memory Pool Memory Pool Refreshing

33,809 transactions
26.63 vMB
Show Random Selection Loading Transactions
Max Size: 128/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,217 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,555 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,216 (299,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
542,875 542,875 0000000000000000002586b7ca95276523be302baac11a4677d00f7ed5c4743e 0.18 MB 441 20
542,874 542,874 0000000000000000001d0caa8be5e9848a8caa657e7c143b48708c564c42dc8d 1.25 MB 1,377 3
542,873 542,873 00000000000000000016e98bba9020da81e17ba7113872865a1e5020c6b9d573 1.21 MB 2,990 3
542,872 542,872 00000000000000000000878a0a0d5ac4562798225662e6a5d22c60c9b25dc14d 1.19 MB 2,345 22
542,871 542,871 000000000000000000194e84ef8ab908800a3e587a1bf547ea3628167f6e0c15 1.16 MB 2,729 16
542,870 542,870 0000000000000000001439e4af884842eeb4da6bfee973d04ac5b418673817c9 1.26 MB 3,070 6
542,869 542,869 000000000000000000121f672e8cfd56aab4d66a5774bdcd74a2c164b8f6dd3b 1.30 MB 2,436 13
542,868 542,868 00000000000000000022e5fdc84bedb06e3020e9139e7a6e9817d6005434895c 1.23 MB 2,793 5
542,867 542,867 0000000000000000000718d7cd5bfcd3bbc5559961d2849c071c6425e17abbbd 1.17 MB 2,654 38
542,866 542,866 00000000000000000001e62c10a982eeb30d90a2fb12044ae4f74947d64d5959 1.22 MB 2,373 33
542,865 542,865 00000000000000000013cfca30f65fa73c9f7530a7a746655d80ca42d7f8ba9c 1.21 MB 3,163 9
542,864 542,864 00000000000000000001730753cfcfb4bead71078ad4aaf434480304bd0e90e8 0.67 MB 1,221 40
542,863 542,863 0000000000000000001df4f8577b5cc29fc713d745226badec179930cc6407f4 1.18 MB 3,176 14
542,862 542,862 00000000000000000009e495fd53c41cfaa563906a04af8be3589ee60c6213f0 0.22 MB 646 10
542,861 542,861 000000000000000000119ae8b81ead40a725c448b3901af0ede01405bc07d256 1.10 MB 2,679 16
542,860 542,860 00000000000000000022a7a47e06df0e5618e2293316dc727395131bf7156336 0.85 MB 1,833 10
542,859 542,859 0000000000000000001c437d6043dcdcf7ddd4922a5e3e38e42e8835f5714be6 1.17 MB 2,841 17
542,858 542,858 00000000000000000017c6225a703d70aaa3e38d9712100f33e63725853f5223 0.76 MB 1,733 10
542,857 542,857 00000000000000000017d59618160185957b895f38733c768c0e2fd162206582 1.18 MB 2,589 8
542,856 542,856 0000000000000000002465ceb1c300f650708a6e0757fd1f9b59a211c4b47dcc 1.20 MB 2,895 15
542,855 542,855 00000000000000000000453115e38b6281f6e86208d7403e4066de7fadca8ca2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 647.14 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,458.20 GB sent, 43.39 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.