Memory Pool Memory Pool Refreshing

48,737 transactions
48.80 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,343 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,437 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,342 (185,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,962 656,962 0000000000000000000c13aedabcb583900e9d5f2aff42575c19213c5a11eb6b 1.29 MB 3,087 127
656,961 656,961 00000000000000000007431045b2edb9f285746ad1b937a64e178d4d420e34c5 1.40 MB 2,346 8
656,960 656,960 0000000000000000000088048d6db16d58e233c29aa40f981fe3455aa8f72e4b 1.30 MB 2,229 12
656,959 656,959 00000000000000000008bcde532b11d955d22546cd129ab7888f012c53e3ffe2 1.35 MB 2,627 34
656,958 656,958 000000000000000000088f237ee87ff2dfd0d966661cad3681710af8b90a08fa 1.30 MB 2,397 9
656,957 656,957 0000000000000000000c31b31a354385083714dec3b451ced4e535089057f80c 1.48 MB 2,117 17
656,956 656,956 0000000000000000000a2ed6351b84b1736deed6d2636719c0c3d6a00b0a4785 1.37 MB 2,012 54
656,955 656,955 0000000000000000000e2d75b5e77afd01989936e0caa154c2aaa0bdfb21f72e 1.53 MB 2,332 61
656,954 656,954 00000000000000000003927895418721edbbc755c7132b0beaf938317f18c516 1.36 MB 2,720 57
656,953 656,953 0000000000000000000739393eac86fa0e916e044fef126bc1e8f58dd968f256 1.45 MB 2,406 53
656,952 656,952 0000000000000000000e38f1e54a31f4bab2ba16f84b61336749e984f7d6f882 1.35 MB 2,899 79
656,951 656,951 000000000000000000061d0e59fe7bbfae407878263165bd15b211d04eb383a7 1.25 MB 2,130 34
656,950 656,950 0000000000000000000948f6876eca37211d611e5ccc1c97eec5299fb398f38b 1.36 MB 1,598 20
656,949 656,949 00000000000000000000a49612736ec6c50f1555799c8d367857a2c0d6ccfb33 1.32 MB 2,232 56
656,948 656,948 00000000000000000007decc24fd158e6d2a3762b2f1b445657b74e8aaca631c 1.45 MB 2,504 53
656,947 656,947 000000000000000000009e275499bbbcc586ea39d6546c6e557efe167c20733a 1.34 MB 2,267 86
656,946 656,946 0000000000000000000ac9544f457b90909702095f6a53c6b0cdd46722d0707b 0.29 MB 550 40
656,945 656,945 00000000000000000007d49a8cd00153f1c68ecace59afeb7cc559d6a891945b 1.08 MB 609 10
656,944 656,944 0000000000000000000003f3ad632319bac6242b39cb478807f7ffb62bc3b9d7 1.07 MB 513 1
656,943 656,943 0000000000000000000e83dce51c7ebd2a886007c01860e3de1d5918a815c72a 1.37 MB 2,471 41
656,942 656,942 0000000000000000000c1d3bb7983c8f49cf9878b4bc1edb1f35ddf6086c96a7 1.30 MB 1,871 26
Previous 10 blocks ↓
Total Size: 647.36 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,480.38 GB sent, 45.18 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.