Memory Pool Memory Pool Refreshing

21,781 transactions
40.53 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
843,944 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 1,922 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,943 (227,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
616,697 616,697 00000000000000000000505266c15206b1fccd604af8d0eec7eed583ba9afcf3 1.23 MB 3,028 8
616,696 616,696 0000000000000000000ffbed305b605955118809d6e28484f97889d6a036c60e 1.33 MB 3,605 25
616,695 616,695 00000000000000000004e90a02f46f81729f5e404070df4dde6fd887ef737e9b 1.39 MB 2,368 3
616,694 616,694 00000000000000000006584bc34f0cfc2fc2e615d25428f789051f979c07b99a 1.11 MB 2,380 7
616,693 616,693 00000000000000000001665c203e033e8f009f48702adfb0ee9b637d26e2806d 1.30 MB 2,826 17
616,692 616,692 0000000000000000000054b1482e8ca985f4ceed10fff501353397a5cc71abaf 1.12 MB 2,547 4
616,691 616,691 00000000000000000011ffd345e85681a68693aa2ca435d168c3d6d62249b184 1.33 MB 3,607 25
616,690 616,690 0000000000000000000a2b283fce5ff61a18007a3d1def6894f67e2c31322bfe 1.27 MB 2,613 13
616,689 616,689 000000000000000000010fdc36ee425e610c52d2fb9d8d235fb87d4e5edd6a4d 1.33 MB 3,631 24
616,688 616,688 00000000000000000000c7e8b696ef05132585bbc74f413861c14bde367c0843 1.31 MB 3,178 17
616,687 616,687 0000000000000000000188a8918c8c2df0e43d7b785351ca2db3530d6a68bf51 1.39 MB 2,828 23
616,686 616,686 0000000000000000000489b74361f3c768f5e49665020662afe842b4c379d86f 1.30 MB 3,009 21
616,685 616,685 00000000000000000000b36cb758f478c3f7e5cc3ab67ca9a4acf9379cc7352e 0.71 MB 1,836 11
616,684 616,684 00000000000000000000e0e3b96ac80e1f1c086573da5e5c3989c6caebcc5f1e 1.31 MB 3,099 20
616,683 616,683 00000000000000000010e66319e7005a8541a4820c684b030e2e81fe8341ed3b 0.19 MB 568 17
616,682 616,682 0000000000000000000860a87cec5c9278fd59d33a5297bc3ded05f17b2e538d 1.13 MB 2,660 9
616,681 616,681 000000000000000000030b582e23b4a2cd50519a0881285ea93598c38257d673 1.31 MB 3,217 20
616,680 616,680 0000000000000000000df7a08ecaf17564071b9111075552dedc2649e1b7a9d7 1.04 MB 2,859 16
616,679 616,679 0000000000000000000f046b7ca8624f401b802216ecdbba20ca6dc539acade6 0.82 MB 1,770 16
616,678 616,678 000000000000000000054a7d40fd4f011dd264f37912eb64434cc4799bf4d11e 0.37 MB 789 18
616,677 616,677 0000000000000000000b5c7feae9774281e3f16436ce8b998d991afe76e24653 0.79 MB 1,921 16
Previous 10 blocks ↓
Total Size: 650.41 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,970.55 GB sent, 62.75 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.