Memory Pool Memory Pool Refreshing

91,674 transactions
29.87 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,064 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,644 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,063 (690,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
155,115 155,115 000000000000040f420a9db13bf5fc003e5d941817733513a9e1a2c86f581635 0.00 MB 12 0
155,114 155,114 00000000000006a2e22cc69d7575e1c6078549681fc714918e2913f7ed77d5d1 0.02 MB 33 492
155,113 155,113 0000000000000b96023c1d6f7ed70a496876bfe682025a832a89a632fd9f7e63 0.01 MB 33 451
155,112 155,112 00000000000009f8e76228876856b9a697641fdfe8a58a2664f2505e3927b97f 0.00 MB 9 11
155,111 155,111 00000000000005260d5b1967de804423812c3e2be457d3515f479f5a1d6ea432 0.04 MB 91 147
155,110 155,110 0000000000000100b21ee55197cf3324ee630b7dae9b8da99210aca73c16268c 0.02 MB 31 170
155,109 155,109 00000000000009fc6b36d1941f04f5fc9f80b0c23f7df2fbfcb1f0a34b09ca7e 0.05 MB 28 77
155,108 155,108 00000000000003a36394ffc5179550d4392707a0bfa2626e6cdcc650d67ae400 0.05 MB 143 58
155,107 155,107 00000000000008d09f0f8ef4ab015a9b1a54fab78a784f18bab6b86b12c9a484 0.02 MB 30 151
155,106 155,106 0000000000000b56f9b4f0c68a6de03b402dc16ddfc5c90f474ec756ee6b9c52 0.00 MB 10 16
155,105 155,105 0000000000000d911b097a021d4bddb32bb60c9aa74846ac6325133f7694df69 0.05 MB 117 42
155,104 155,104 000000000000020309546ac0973603430600ef51c4f58fc5357f1b4b8fa17d14 0.04 MB 65 78
155,103 155,103 0000000000000b698a05120a59f4135c4e411f4658312b19389fe2a3173d0a55 0.01 MB 33 280
155,102 155,102 0000000000000bebcf6e1dcf1ac00e162eda6bcb8a50911a6abdd5706e988970 0.05 MB 112 80
155,101 155,101 0000000000000901b71ec71696cedf3a3ed2711a203969eda94c676db90a33df 0.00 MB 11 14
155,100 155,100 000000000000069dddd875fb01f0c6505b21f6aeb5e3e6f6ec8739cdd4e43346 0.02 MB 46 117
155,099 155,099 0000000000000b56141aad689cc67a45b799487c404c4ab87cd0cd82e156abb8 0.03 MB 64 148
155,098 155,098 000000000000016fd316f36aeb4a6ba5ffb40684696fa6bbc2e13f07c24ae912 0.00 MB 11 845
155,097 155,097 00000000000003c651f042171c1eadb1a745ca87092e8a678fbba07e477538e8 0.02 MB 53 169
155,096 155,096 00000000000008b8d2edd824a0888de05d30137b941ab94e9360c67d870e6ad0 0.05 MB 65 54
155,095 155,095 0000000000000afee6508a4f2539554b3457c6b7f42b1940a333ca4499880ba8 0.05 MB 182 30
Previous 10 blocks ↓
Total Size: 654.34 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: 9,368.02 GB sent, 88.25 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.