Memory Pool Memory Pool Refreshing

54,300 transactions
26.33 vMB
Show Random Selection Loading Transactions
Max Size: 138/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,836 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 2,956 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,835 (555,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,698 289,698 000000000000000015413f33e6799db277e58239a60c2995b62b7e30a14ee4d3 0.36 MB 558 29
289,697 289,697 00000000000000011a32fde7cd5817054649d77ca53fbe52bbdbb5809517dc03 0.09 MB 96 19
289,696 289,696 0000000000000000e770d166f2a53ad9a56bf0bb99f7327cd2dbd9fcb6a94a7e 0.08 MB 256 32
289,695 289,695 00000000000000004c940afe91af1c1ba5df8eedf35f1232f370175f0261de96 0.20 MB 351 29
289,694 289,694 0000000000000000a23f499c2601000c6cfb8e3961cdadb4859423b909749958 0.61 MB 908 37
289,693 289,693 000000000000000086e0323baae77a1bd584bcf835472df17ebe00e6a7baaa98 0.15 MB 214 29
289,692 289,692 0000000000000000be90c90475c1ef5e136f772f39822cd20d1b792b52a48d45 0.26 MB 490 38
289,691 289,691 0000000000000000a04e3cf15ede01bade0ce861f6c3c11fd7777d288dbb1774 0.33 MB 430 25
289,690 289,690 00000000000000006a1b92c29fdf149301d72c8ac16fe2bb75f527e0c2a5178a 0.05 MB 10 2
289,689 289,689 0000000000000000fb5017c482f33758bef6c1d815c94cb0101f605496e02512 0.09 MB 106 16
289,688 289,688 000000000000000085fe28bfdf3f7a70a1dc180e5063ba439b085b023f36cfee 0.33 MB 549 31
289,687 289,687 0000000000000000d3afd60781fb27d7b20ad217d4ab14fc41ea4e332c7d9bb2 0.14 MB 207 20
289,686 289,686 0000000000000000112b26fd65aac577bc78491c5e8abf9635aca619392200ed 0.02 MB 64 0
289,685 289,685 0000000000000000ec5231a9cfab0a4910c91f19b92bbc7e95d13d068a464e46 0.08 MB 111 15
289,684 289,684 0000000000000000be22fdda89ecd0826780868213252b5aa6a9443ad5bcd48f 0.12 MB 256 24
289,683 289,683 0000000000000000358fa848b19facc99fa1d6d56775eeee5025d8f34f77b31f 0.12 MB 256 22
289,682 289,682 00000000000000009197fd818efbc538a31f5fd35e4b2c5bfd6e2fbec851620d 0.19 MB 345 39
289,681 289,681 000000000000000081406bc94e90bb7a8a71369cf540f68141788f2321a981e5 0.19 MB 345 26
289,680 289,680 0000000000000000bd1004ae92b74c13b717118144e9da90cb5b4ef507238421 0.05 MB 140 12
289,679 289,679 0000000000000000d13f8c57b6a70abe919145dcd3c131e805d1f9220717a41f 0.28 MB 516 29
289,678 289,678 0000000000000000c531cdc756c324166b67d44cdeee4441a6711fafc79e93e5 0.10 MB 171 30
Previous 10 blocks ↓
Total Size: 652.09 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,208.88 GB sent, 72.34 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.