Memory Pool Memory Pool Refreshing

48,291 transactions
46.92 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,325 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,753 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,324 (516,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
326,047 326,047 0000000000000000137adeace651b7c2bd4688ac5c57cb46387bae620ac51740 0.48 MB 718 23
326,046 326,046 000000000000000016b181f97779e0cc8a151c83109ef3840c6e4fed3895d2cb 0.29 MB 500 34
326,045 326,045 0000000000000000192444e084f5a8d25a1a94929c5281c7c342af0bd8ae73fc 0.55 MB 827 24
326,044 326,044 000000000000000018afd390489a8ad2857503e17a8440b409d67eae98619a02 0.04 MB 64 74
326,043 326,043 00000000000000000565ffcf6e3f08394be1adb4727eeec9a2a374e07b1fa218 0.64 MB 553 17
326,042 326,042 00000000000000000aa2a031e9a53d722746f9a8dc6e4e519a6ef331a2ed6bff 0.99 MB 618 16
326,041 326,041 00000000000000000a000c29a0a388dce1de0faa27c8b45fdfd51fe57c0ba0c9 0.75 MB 794 21
326,040 326,040 0000000000000000053e85a363ca092a352981599bb4a44b17d3b3c9e080bbc6 0.37 MB 303 16
326,039 326,039 00000000000000001edf994ab87f3ff1569e5b537456e40e81136f7d43bd9131 0.16 MB 79 11
326,038 326,038 000000000000000011ba29c7cd30c62189695835e92dcc978833169392aa3b38 0.93 MB 508 14
326,037 326,037 000000000000000006b9474fccd87ee50a49ba7391f75bea662e4fdef930988d 0.75 MB 1,279 26
326,036 326,036 00000000000000001f338a765c74ce095a2f4293464001c89b2f2fd96ab6b6f3 0.75 MB 2,078 42
326,035 326,035 00000000000000001e1b2cc3c89b90c98dc0c59bc839b38db6dbedd5724752a8 0.45 MB 523 25
326,034 326,034 000000000000000000ab1a8e42262db2e09f848edc4f820cd185ce99de7fc33b 0.23 MB 267 17
326,033 326,033 000000000000000013af3084cc09e2785c6eb221bfb0638d14ce0f91c0d7371a 0.21 MB 512 78
326,032 326,032 0000000000000000049819c66a5ba5fef563731324aa922d2e2310c79671fc55 0.05 MB 98 50
326,031 326,031 0000000000000000022a22329f53f8e71b041ada840a1ae770b6704ac6100b80 0.26 MB 466 29
326,030 326,030 00000000000000000acb80112ac36fa299f09542965bd51f9b70c61e49bdb640 0.12 MB 170 16
326,029 326,029 00000000000000000963659d80988240b1acb2a08b6fbaaf3808597933b2af8b 0.70 MB 1,183 30
326,028 326,028 0000000000000000198ee85321d0f08eb2f057be7193aea6c265f120b7e6759c 0.67 MB 1,077 25
326,027 326,027 000000000000000015db0bcb1a6651e9e4910b598c3b027941eacf9764172211 0.23 MB 409 27
Previous 10 blocks ↓
Total Size: 647.33 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,477.57 GB sent, 44.95 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.