Memory Pool Memory Pool Refreshing

28,837 transactions
39.34 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,296 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,215 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,295 (515,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
326,910 326,910 000000000000000019d08f124a79dd14f51a1ac1ce224bb70d14316c795c0186 0.10 MB 153 30
326,909 326,909 0000000000000000074cf07177426daa9c071dcbfb21e6cef51ffab1c2397768 0.32 MB 536 34
326,908 326,908 000000000000000012c08f4d92359329a2c7c0c89e3771584aabd7b0bd8d289b 0.43 MB 500 21
326,907 326,907 00000000000000000d6f84baad26ba71618a2f7cffbb3380dc715a32d810e2bf 0.23 MB 302 24
326,906 326,906 00000000000000000372fdc39344cd0ec5ce93398f864b18a86f89f28bfb2e5b 0.75 MB 479 17
326,905 326,905 0000000000000000091cd3363a3f5e91c62bf7c50d9978db3c4efa1b7b16ab85 0.17 MB 301 28
326,904 326,904 0000000000000000154ab953d2b261c8647a2480e0c79ced278e407c60748b2d 0.24 MB 241 21
326,903 326,903 00000000000000000fee093b404fc2997452313ad5cb079768305f1c4b8301e3 0.14 MB 266 32
326,902 326,902 0000000000000000012fa8ef4a187ce731d540500c16bec82ce6758450b8d9e7 0.19 MB 128 17
326,901 326,901 00000000000000001ad07221b53554b5960f95918bae372c5ca27edc6b0d899a 0.04 MB 62 10
326,900 326,900 00000000000000000fad57b2be15ca765033ff9a24254c2f67453f29028414ba 0.69 MB 195 11
326,899 326,899 00000000000000000c4ccccce997dcc1c5a5e5a49fc66704ef1a0f70941bb480 0.49 MB 697 22
326,898 326,898 00000000000000000a2250899f5d2d3f32e8ced82df4890afa4148944b4a5f5b 0.18 MB 512 41
326,897 326,897 00000000000000000cf83f5c321419248a6fdbccd3593ee7fa9e88cabd6ae7e6 0.25 MB 479 29
326,896 326,896 000000000000000011cc002161ef3847e2a3e69ad562066437ecbc587a144229 0.10 MB 194 30
326,895 326,895 0000000000000000019aced77c6051d8a7d0aa7b004c068c926b853aa6f67c8d 0.23 MB 400 27
326,894 326,894 00000000000000000aff05bee3de86c932c44cfa77c473e28881e3535fdccab0 0.16 MB 51 12
326,893 326,893 000000000000000014a751bd8f47c051037d5544d8623588fc720910b91d836d 0.67 MB 259 12
326,892 326,892 000000000000000016b3485bb37015b8594ed245eeda32b9b6a5de66871ecf98 0.68 MB 1,044 25
326,891 326,891 000000000000000001999b9887e3177e89328ccd74040114d5c17534d6ed5591 0.02 MB 27 14
326,890 326,890 00000000000000001438e534d0cd844d150721aac884a63cdba925a1840c5bfb 0.22 MB 413 30
Previous 10 blocks ↓
Total Size: 647.27 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 8,471.10 GB sent, 44.40 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.