Memory Pool Memory Pool Refreshing

54,123 transactions
63.11 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
846,939 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 1,167 418
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,938 (722,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
123,961 123,961 000000000000528e59ab33cb29dfc9e427feb4179608db9b4caab19200386b6e 0.02 MB 37 720
123,960 123,960 0000000000002fe49fd736edb356623172de028af59f404e6e1c9f8a2e90742c 0.00 MB 3 0
123,959 123,959 00000000000000d4183462df7cfa1e663c7f8651439619347ded3b8cc2be8ef9 0.01 MB 12 0
123,958 123,958 0000000000002bf9c121c7b1c3a285ecc2d5d5c5dccb899161689bbea0a18aeb 0.01 MB 15 1,250
123,957 123,957 0000000000000cd7bdfb75a06a7750c846bdfc3333a0dcf593574d3e55593964 0.02 MB 50 332
123,956 123,956 0000000000000151723080db6e44cfa3b4b52481067d57ab0ea7af7f56ec3a66 0.01 MB 15 0
123,955 123,955 00000000000019e3ecb7b08c8c660697bd555acf38af1cc0223f9fffb4015ec3 0.00 MB 2 1,051
123,954 123,954 00000000000033b6ca04a61fd7628100ba6eb92a539a3b766b2cd4fcb14f9696 0.01 MB 23 103
123,953 123,953 00000000000006c5e5c34b8c4f17ba8f9a8f30b679db47a31b424e0437b548db 0.02 MB 32 530
123,952 123,952 0000000000001443fd9e04022ad819819572483359b8fb9629be6afa4b841d58 0.01 MB 11 0
123,951 123,951 000000000000277a2fbe5275062739cad003123e17266546f23d26d94df2ca16 0.02 MB 50 1,253
123,950 123,950 0000000000002ec427d7da134ddbb749677706c483c033c766465f2ab619ecea 0.02 MB 51 0
123,949 123,949 00000000000013896895321f88cb3e0e28a109aafbb6692aa473c862e9a3e81d 0.00 MB 15 922
123,948 123,948 00000000000018770a757171a1b28af3748fd527f482c990cd2e6387ba8c87ce 0.02 MB 15 1,029
123,947 123,947 00000000000034ffa1bf9cb93ab29c287fa1b69d425363a84eb35513675e3b7d 0.01 MB 18 730
123,946 123,946 0000000000003c8236fe9c3f85441f9590e72387b8ab8a23053d3db04db812b3 0.01 MB 27 97
123,945 123,945 0000000000001777b17f693fb5c4ae9c93bab8a51f53718af8b5427293b3eb85 0.02 MB 48 1,889
123,944 123,944 0000000000003963af3aef7a9f7926e49ca0138e65b750fd33f4e936181c2532 0.02 MB 45 872
123,943 123,943 0000000000002044a2aaa7327b5c0b43ad76180d0bc0c73b68435333307b4e38 0.00 MB 6 4,321
123,942 123,942 0000000000006984f720f86ea9c13f638e525b9e690e2716ff34405018c89c27 0.02 MB 33 398
123,941 123,941 000000000000069e9cb70555a378f2407a613e0bf9ef9bf128edb0b740758f0e 0.02 MB 22 850
Previous 10 blocks ↓
Total Size: 655.89 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,512.34 GB sent, 99.37 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.