Memory Pool Memory Pool Refreshing

91,693 transactions
32.04 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,984 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,868 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,983 (518,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
326,052 326,052 00000000000000001f3b06a9864d9b16babdfde396aad681b0d8c55ac4e55378 0.69 MB 146 10
326,051 326,051 0000000000000000172e08459775e2763b4f5d361bfabdb7528b65e6b430b33e 0.74 MB 1,067 23
326,050 326,050 000000000000000005976fd75f17803216f3304a6e7c73eb29de79d054fe4905 0.35 MB 710 28
326,049 326,049 00000000000000000d4798053e983974d0ac456c5ccc4c7325c1455bc7a09f42 0.41 MB 690 30
326,048 326,048 000000000000000018dec7e460e759519c3a7ae5df2273d1a6503267e01b8b15 0.45 MB 515 22
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
Previous 10 blocks ↓
Total Size: 652.37 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: 9,253.42 GB sent, 74.26 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.