Memory Pool Memory Pool Refreshing

51,951 transactions
43.74 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,046 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,945 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,045 (518,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,806 323,806 00000000000000000a9f231100b5818a1f3593ed26616e9dc35acf6fee5c933a 0.72 MB 1,287 28
323,805 323,805 00000000000000000ec99c69c1bae93b4b5ed801d6e6b993f4d725433b599e84 0.54 MB 722 22
323,804 323,804 00000000000000001b2be2d4f4938383eb9e8dd5bcd7c329c1d3009e54d354ba 0.51 MB 756 25
323,803 323,803 000000000000000000c5be50e9afe0849b23781e9cc5ff70bfac8c0370933037 0.22 MB 333 46
323,802 323,802 00000000000000001b48fc01d0216cbf9301ed52db7baf85746a94a28b1aec2f 0.25 MB 468 28
323,801 323,801 00000000000000001198bdc4bf91f8611312bd1372d6b1f095c42839b61c4cc8 0.02 MB 32 23
323,800 323,800 0000000000000000084b0c04a20a38af8d838b46a67e98b75a6e83076aa57d11 0.20 MB 297 23
323,799 323,799 00000000000000001a700699a447b5e9d7ae4eca18ec63f4d242f66413355fc2 0.13 MB 100 11
323,798 323,798 00000000000000001166783b77f0f02838a4fb037dfba6c1e657a824c706aa01 0.75 MB 1,383 31
323,797 323,797 00000000000000000e71b65e2d33c664d4f08c08b412c9360b924ab4104bdbf5 0.33 MB 473 24
323,796 323,796 000000000000000000a2e125c94e8874f47e07c93a399e9d969eba8ab9066d10 0.23 MB 257 21
323,795 323,795 00000000000000000dc83335b66edc9178f10a543a10e1bf8f1a31faf877920b 0.25 MB 548 34
323,794 323,794 00000000000000000a9ec6da2a6b371c02aaa6738817eceada104d660d861849 0.13 MB 236 34
323,793 323,793 000000000000000013de671171ce39ffdd789ecbf9743107401066db47db5633 0.28 MB 525 26
323,792 323,792 000000000000000015a2f0124a2f03bde3cf10f12229dab0d81387e68523a802 0.73 MB 1,176 26
323,791 323,791 00000000000000000226d4f8a225b2a49835c93dc52ff23c3f1ceefbf0d762fd 0.42 MB 814 34
323,790 323,790 000000000000000004b63faf4b16be1160239dceabd0a2b4e4dd21b0f7db83cb 0.87 MB 1,627 59
323,789 323,789 00000000000000001810567c2c3429dcef8c9ef401f7e2b5b1b20a09b9676875 0.43 MB 796 27
323,788 323,788 00000000000000001ed60f47e297834e116b40228bb3a1c1d7f1dbf7f8ceaa40 0.08 MB 145 22
323,787 323,787 0000000000000000170f5f8517e60436e42ab458a4bdb8b89d774cbf4511b660 0.29 MB 398 35
323,786 323,786 00000000000000000f1f0aa349fd2d2509b877084ae920a72d511c2d6a479d7c 0.12 MB 176 34
Previous 10 blocks ↓
Total Size: 646.84 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,425.77 GB sent, 40.61 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.