Memory Pool Memory Pool Refreshing

27,705 transactions
47.51 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,064 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,614 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,063 (406,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,310 434,310 0000000000000000010717f43817d225eef524fb17569347792dbb636566e7ad 1.00 MB 2,375 56
434,309 434,309 0000000000000000040bd1b0d8ec65f901819490c0f0f3714603bb48932a2f34 1.00 MB 2,686 62
434,308 434,308 000000000000000000f25be54487d3918369e6289fcaca0447295e228c54bbb9 1.00 MB 2,099 79
434,307 434,307 000000000000000000f0979d32bf75b6f7657ad2efa5183ef3a1503188d2eade 1.00 MB 2,315 82
434,306 434,306 00000000000000000297bc2c32203d175fb63cf54021ba856444d6b03810edc2 0.25 MB 548 62
434,305 434,305 000000000000000001c88eacc9a482c3a5041a01733f603a71ab0635f8e40cb2 0.77 MB 851 29
434,304 434,304 0000000000000000018aed6d1e566e95d51af204f17aab473057a4c7edcdf584 1.00 MB 2,448 66
434,303 434,303 000000000000000003866a4d2f17a4e73d7f4453df285ec47ece0b1ea1651e7b 1.00 MB 2,536 59
434,302 434,302 000000000000000002f6593aea25612d12a192d23c4314fcddc88d565e3d4644 1.00 MB 2,031 52
434,301 434,301 000000000000000002678bd72efdfee23734065c014e94230c7c4aa66891de24 1.00 MB 2,374 61
434,300 434,300 000000000000000000b1a9b0963a2f914f65b14f1d03cc336b5008cfe1fb2b4b 1.00 MB 2,674 72
434,299 434,299 0000000000000000022c05f80e19aa6c9ad890ddbc826c23500bcef4fc93fc00 0.05 MB 84 36
434,298 434,298 0000000000000000040204684061994307587c0eb7acb0f07099d51b638bf972 0.82 MB 1,494 44
434,297 434,297 000000000000000001b95c698c684c42834d71476cd3cd2182c5ef3c743c2005 1.00 MB 2,717 67
434,296 434,296 0000000000000000028d127e2d6afb386fab87ce92df6a8da341683937919d5e 0.19 MB 410 53
434,295 434,295 00000000000000000159f55d58f8e4271a91f5f58d78040c2fe55c64e825c92e 0.70 MB 1,652 57
434,294 434,294 000000000000000001f57121fb2c691d702334e841178c28121f82c6ed8f39d1 0.36 MB 787 49
434,293 434,293 000000000000000004162deaf2f852bf0722fc10420cb54f007424e61b952108 0.63 MB 1,626 61
434,292 434,292 0000000000000000019fdd717fde991d66ffbae4a8d9023209aae490f0b42494 0.05 MB 115 53
434,291 434,291 000000000000000002ac159ed663a890ad5679ed874c9be393bd96a342294faf 0.89 MB 1,521 48
434,290 434,290 0000000000000000029677ea723dc152d01ce25f941f5f6a137a4ec253517654 1.00 MB 1,693 43
Previous 10 blocks ↓
Total Size: 645.00 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,182.33 GB sent, 30.02 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.