Memory Pool Memory Pool Refreshing

33,464 transactions
45.11 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,768 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,044 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,767 (493,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
348,748 348,748 00000000000000000d783cb1ec72c6f76e6941ec2930b6b1f8d4bc99016b8108 0.10 MB 210 22
348,747 348,747 00000000000000000cdd226a65284e9ab8d0b565f3d9f5ac5e80f9dd798baf32 0.58 MB 1,195 25
348,746 348,746 0000000000000000076fe090afb768506e6a95bd6cc49d65925cf6c450628def 0.44 MB 862 30
348,745 348,745 0000000000000000156c3c89e3726b30fd9f380e2f480420cf11b07996c8541b 0.81 MB 182 3
348,744 348,744 00000000000000000f62a0bb023280600841fda94e09bfd2db3cf733841a2bed 0.73 MB 312 6
348,743 348,743 00000000000000000eccf06c5c425b16cd9374a682b36c30c063b99d0e0f6bac 0.75 MB 633 10
348,742 348,742 00000000000000000ff863513517845c1c90951ef9abbb2d24e2eb1a0671a80d 0.30 MB 246 16
348,741 348,741 0000000000000000037cb65c418a3fd196ae1e3fae51b5542bc0371915cea318 0.16 MB 128 16
348,740 348,740 00000000000000001530c45d62be5538953d269377dd2a71a8849a9d1c6045cd 0.50 MB 1,324 34
348,739 348,739 000000000000000014069c91f341a0e61b5c98fe2dc8d17e07bd01cabc070ec4 0.32 MB 566 22
348,738 348,738 00000000000000000cc507d86f25e85853cf345e21b541597778f9a4b5c857f9 0.64 MB 1,121 33
348,737 348,737 00000000000000000b7273a89903385a7db361e04cfdd5f68ea2850cb61ecea2 0.23 MB 264 18
348,736 348,736 0000000000000000052cabb7e817a5e9a482bf98fa97fa825c57c7999fe8a781 0.09 MB 256 35
348,735 348,735 000000000000000004eb252ea8b758f268f1f3b3fd32d685e19423a61b23282d 0.59 MB 755 18
348,734 348,734 000000000000000000fa77d265fd86d8a8540601f9816f261ea9c6b9d6ee1ee9 0.75 MB 1,083 23
348,733 348,733 00000000000000000a15a29cb6283279eda70d5edea0aa411252a45e5d3fb520 0.75 MB 607 14
348,732 348,732 000000000000000004be065c23425ba7f11a8848ac87392873190b931cf43a6c 0.75 MB 1,885 37
348,731 348,731 00000000000000000aad3ffb1df5387f754ee905a2f2876e7c8789ce65d3ed55 0.50 MB 971 18
348,730 348,730 00000000000000000d6569c80f71fcdd99166a2d7c23f7782aaed3e84d6f2061 0.75 MB 832 19
348,729 348,729 00000000000000000fabbade458cef8a7e37aa249dd4f3ad298cae65a2ec7221 1.00 MB 1,737 25
348,728 348,728 0000000000000000085af0afedd7434f7924acddf758bcc289d2d19e3308f565 0.28 MB 338 18
Previous 10 blocks ↓
Total Size: 646.32 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: 8,341.36 GB sent, 37.07 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.