Memory Pool Memory Pool Refreshing

45,256 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
841,537 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 1,330 41
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,536 (467,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,966 373,966 00000000000000000ad12ea78131164a63057241be06b95f31cab1eb9a908db3 0.95 MB 2,782 58
373,965 373,965 00000000000000000e3f2e96992e4af438467b6108c17eda42f80943ccf932d7 0.95 MB 4,679 14
373,964 373,964 000000000000000011484f9ddf48e6e8a9487b2cdf9a925ee2ddb122777cb314 0.11 MB 257 51
373,963 373,963 0000000000000000026762f74ca2d11e592f1471614fb3b0f765ffbace5530fb 0.10 MB 184 27
373,962 373,962 00000000000000000346b3829a3531abb7f97f5d1724d88f575e66dd889a8134 0.18 MB 423 44
373,961 373,961 00000000000000000a021f8c05dcabeac2d73434728a4deded06e7688e7f6d52 1.00 MB 1,716 33
373,960 373,960 0000000000000000042626e342eaab3246c4e6e8889e21148131b8c00b53ce25 0.85 MB 1,077 25
373,959 373,959 0000000000000000061bbc5970d9fec2c76c4ec7c95625d55d2a7abbf0e57825 0.12 MB 228 53
373,958 373,958 00000000000000000880ae3bb890904ba89d438266b168370ade0708a52d1c36 0.00 MB 1 0
373,957 373,957 0000000000000000027e16254a0020f50ac8ab665eb3a4f713b2a844afb7dcbe 0.75 MB 992 23
373,956 373,956 00000000000000000104c9933f5b17c97e7c77ee7a236730e2751223950fec13 0.29 MB 373 36
373,955 373,955 000000000000000011de32a93eb621dd1c7df6a27d185b10bff1c0e0d8a676f9 0.19 MB 359 30
373,954 373,954 00000000000000000868a6f38f4586de64d492965e1eb85caaae4ccc1a155be0 1.00 MB 1,132 20
373,953 373,953 0000000000000000133fdb8e9b55806fcc05926c6f167b182aae05ea7de132cd 0.10 MB 248 45
373,952 373,952 0000000000000000055772312219fa71da8712f515107dc360eea6e34960d97d 1.00 MB 1,010 16
373,951 373,951 00000000000000000b98ea0147ad17fa5a3f8cac0e20fcdd66d98fc05ec2598d 1.00 MB 1,836 37
373,950 373,950 000000000000000011d051f8d167be6bdceabb0b84f9d1ed0cf4d01b2ef5ef61 0.75 MB 471 11
373,949 373,949 00000000000000000af256e4405cd7b7512135707c6aeb5713ad99a7f2f3f724 0.29 MB 583 44
373,948 373,948 000000000000000012e5a9163785d6f2afb2de2a5b7098ab290ae2a5d82575a4 0.38 MB 843 45
373,947 373,947 00000000000000000aa2f66af1d99558e44a942c2b98ad75f8aa0c68afc71457 0.00 MB 1 0
373,946 373,946 0000000000000000093186ac05c3d81fbef0114431e9c7664a5ee63856280ebd 0.10 MB 185 32
Previous 10 blocks ↓
Total Size: 645.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: 8,303.59 GB sent, 34.80 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.