Memory Pool Memory Pool Refreshing

50,713 transactions
43.37 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,046 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,183 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,045 (205,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
636,741 636,741 0000000000000000000490d395848d704a4e84d7e4f48b2f1b7399a9beb6eae2 1.32 MB 2,738 16
636,740 636,740 0000000000000000000b5e1173edefc24c34b3cf683446dc286eb77ce44fb91f 1.30 MB 2,106 15
636,739 636,739 0000000000000000000b126e921e29e923cb47e8d8173cd351d000e4e2d2ed15 1.19 MB 1,889 8
636,738 636,738 0000000000000000000b546e8d13d2d1a8fe51895b9b81d2bf376f9303bf0871 1.19 MB 2,609 7
636,737 636,737 0000000000000000000741d4d8d45037bd0db41c373a139ccb78d51fa1af1edf 1.33 MB 2,972 32
636,736 636,736 00000000000000000005bb2f030c0c4acf917a5a8d495b70e24bde571e75b227 1.15 MB 2,225 4
636,735 636,735 0000000000000000000022ec2f7498a076099ef4e3b712bcdfdbb1db9f0504ea 1.14 MB 2,182 7
636,734 636,734 00000000000000000003383f3707b6e0309a118ae93caef32022eecadb341745 1.15 MB 2,412 8
636,733 636,733 0000000000000000001160f05c241f341b8073d4798ce0544f9c482150a8d144 1.40 MB 2,706 30
636,732 636,732 00000000000000000009ce1b144209047be8d0c346fc5743831399f359e40b9d 1.12 MB 2,188 16
636,731 636,731 000000000000000000044262cd16d3f66e05721be8a2f314b6aabbeda4959c2f 1.11 MB 1,682 8
636,730 636,730 0000000000000000000566e632517f4d15d2c0f05f226825e7757d2645825bb7 1.12 MB 2,126 12
636,729 636,729 00000000000000000011490dda123f633bf5291a473085d32eeb64b911f645c5 1.33 MB 2,456 15
636,728 636,728 0000000000000000000626cda1218b8c1695414fa52d6ccf078ff69027a3fbf6 1.25 MB 2,890 32
636,727 636,727 000000000000000000010d02d605c1961ea942fee0f2257ddc63a66a080e8b00 1.19 MB 1,824 28
636,726 636,726 000000000000000000027d505b07b5fdff5b955749d4e519c8220593fe13fb9f 1.25 MB 2,616 21
636,725 636,725 00000000000000000001a39e13b66d74f9e9233693cc7903af6f8733e8fac18d 1.35 MB 2,673 17
636,724 636,724 000000000000000000081863920e05d11915d6d25ddc0393b8b1dac52b3b4642 1.14 MB 2,397 14
636,723 636,723 0000000000000000000fb411868bd9ce69458af577d305972ba5e21860ba203a 1.19 MB 2,169 18
636,722 636,722 0000000000000000000f52a5c5ba1923148b40a8c11daa2e144144e7869e3745 1.20 MB 2,496 24
636,721 636,721 000000000000000000070015d9c171033ea69e0775e9a12c1bd2d2556562dfc2 1.14 MB 1,790 55
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, 112 incoming
  • Data Transfer: 8,425.60 GB sent, 40.60 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.