Memory Pool Memory Pool Refreshing

68,879 transactions
32.05 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,416 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,779 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,415 (323,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
521,956 521,956 0000000000000000003286a4a181185003486d0dcba5e1feb564c20bcd92e3f0 0.35 MB 685 24
521,955 521,955 0000000000000000003b716db6c339d0e14cffe99cd4588be988858c67dd5675 0.19 MB 240 25
521,954 521,954 0000000000000000003164f9cc94049752ab596b776f7e3fcde96a60d356da41 1.03 MB 1,837 14
521,953 521,953 00000000000000000004ebec012804bc9478fd90921e4f6125f021c35be463a1 1.16 MB 2,660 45
521,952 521,952 000000000000000000354dddc037d6729f0c7879174a5b42d98c4987fcdd8966 0.83 MB 1,452 27
521,951 521,951 00000000000000000020c5949c7764cea862ec10820424433c7674a96bd940cf 1.10 MB 1,987 26
521,950 521,950 0000000000000000000136f0ca14cb841e35bb0965a093e0e36754f53c35ed3c 1.12 MB 2,392 21
521,949 521,949 0000000000000000003a5f9d82a0f62a372c84295b6e91b2bde7e4fd238cd571 1.16 MB 2,007 12
521,948 521,948 0000000000000000000a6d95b83702f2a6a8ebee2325eea7a074d600c9fda3be 1.28 MB 3,005 22
521,947 521,947 0000000000000000001c14acc6150493f6065d243541ab78b99edd6cd61d7924 1.07 MB 1,785 56
521,946 521,946 00000000000000000005066128fe5a629c68a892cfbc716c0c5c71300fb2354e 0.35 MB 767 23
521,945 521,945 0000000000000000003f0123f1bfe0afa9dff8f8755fce7a26635a1654d9c77a 0.32 MB 559 39
521,944 521,944 00000000000000000015f2e00f76f0fe2c2f298087c5fb1d012fca79fb0e9223 0.50 MB 422 3
521,943 521,943 00000000000000000044808779e13a1457d46ca34da884dfc7e9cb8b7d05d9b7 1.18 MB 2,321 18
521,942 521,942 00000000000000000000e582dc6d4bd2e03ce536be60d24e4550e496fe1ff520 1.13 MB 2,312 32
521,941 521,941 0000000000000000001d5190a253991816f49f70d6eca4c45a10763b562cc452 1.06 MB 2,115 10
521,940 521,940 0000000000000000001e428705cf2a6646be5ec4a9a5e48b6077def4bae1311c 1.15 MB 2,587 42
521,939 521,939 00000000000000000019cd6db077b9636bab867e0dc312c08d1f2d7949f7ea7a 1.09 MB 1,960 14
521,938 521,938 0000000000000000001ed6a4f3e498340feb642ec68d7c02235fbaf3b9ec64a1 1.16 MB 2,494 37
521,937 521,937 00000000000000000043202ef25a339220da58b7a2999ba7a371e645b9ccd17d 1.24 MB 2,745 16
521,936 521,936 0000000000000000000f1007f2c0eca1db849a8ca81c6f75d26392381d10f026 1.17 MB 2,469 34
Previous 10 blocks ↓
Total Size: 653.18 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,301.82 GB sent, 79.81 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.