Memory Pool Memory Pool Refreshing

56,857 transactions
20.50 vMB
Show Random Selection Loading Transactions
Max Size: 118/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,738 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,712 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,737 (587,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,994 256,994 0000000000000011ff04ca77ed69866bd165b4efe8072aa960ea0487dadfff2e 0.24 MB 614 101
256,993 256,993 000000000000000f6c35af86005f4765a5e64297b436a8d30e4bf3d3c80f0d33 0.03 MB 62 79
256,992 256,992 000000000000000cab0d06e4adadfd0b2f6847ee33efa5fdbc89ad7728594934 0.25 MB 651 99
256,991 256,991 000000000000002421e80da913f7dbf8dbf1a334eb2db799fd70d85c60d68a0c 0.18 MB 254 55
256,990 256,990 0000000000000023fa096be102def3b9822c3aaa467d9ce28d3d5e43bd0598a8 0.18 MB 482 101
256,989 256,989 000000000000000b014375e44291b5a6bf8d2f1c61368dadd88d6b14ca4e8715 0.21 MB 512 150
256,988 256,988 0000000000000005296d7713788e99990dd25ffb8c157f5e672b902d366b850f 0.31 MB 780 616
256,987 256,987 0000000000000007547ac11e233000a67c640b6d89d3c120f1436f0c38ae19f4 0.08 MB 136 107
256,986 256,986 0000000000000021232f5ed56d37b6fcf036f14e99eb30d8e8c763ca613d540a 0.04 MB 74 44
256,985 256,985 0000000000000017e17e580fabae62e6ffecd413302578be7e8154e83dfb5ae5 0.05 MB 91 85
256,984 256,984 0000000000000023cf773dcbb528a7388d7449955712294589d66a51161c1309 0.14 MB 305 114
256,983 256,983 000000000000000896049f0489656bdabca12bc1664f46c2be8023ae72a833bf 0.25 MB 529 101
256,982 256,982 00000000000000214c2be6f47fc690ca4f8061511bc4dfb5b3b2177febcd662c 0.12 MB 354 131
256,981 256,981 000000000000002910c59f55c9ce62d76a6765e8ea2fb3cfd6980db700bf55a7 0.07 MB 163 75
256,980 256,980 0000000000000002b3db92f552510f63e9ddc6d1ab441d3671001d58e8455458 0.13 MB 148 31
256,979 256,979 0000000000000023abb171a3edd4ef058a1cb5f0e51c56a2422acaa601129512 0.12 MB 285 56
256,978 256,978 00000000000000071ff9019ce6bd5150ed4828e6724e9ee86206168901fd3f30 0.25 MB 652 154
256,977 256,977 000000000000002626dc76bbf18f44b30b6e1d8090c2e6104d62214e92b9befb 0.25 MB 660 132
256,976 256,976 000000000000002547e8e9b34c7d8f246b176e6a474e28d709460ebdca4e35a8 0.04 MB 83 147
256,975 256,975 000000000000001baf94c1e53b4b6be5a20806db14855cfe3b50843c68b408da 0.06 MB 121 64
256,974 256,974 00000000000000084a5c8b6d5e233f6a23488b486b2cb4f3f8c46058d0efb483 0.34 MB 681 101
Previous 10 blocks ↓
Total Size: 651.90 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: 9,183.11 GB sent, 71.41 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.