Memory Pool Memory Pool Refreshing

73,368 transactions
32.85 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,150 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,344 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,149 (542,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
302,351 302,351 00000000000000006e095027fe532631a8e4973e714748b6946350aa31f05b3e 0.04 MB 92 29
302,350 302,350 00000000000000003fc21babe5577dd95a4b26046f269697e04a32a5fbdd5818 0.09 MB 134 24
302,349 302,349 00000000000000002776f5a3716d68c63d21d764631f9a2df2a53cce5bcf8dc2 0.28 MB 501 32
302,348 302,348 000000000000000027631410e1aac087d81f43e7fe337e460c87c8743acfeab6 0.03 MB 33 14
302,347 302,347 00000000000000001fa00d9538f477f132a87316a92de6ef1f26ac0d7505b01f 0.14 MB 237 32
302,346 302,346 00000000000000001925b300e39e7024d04dbd970d4a07baaa26bf641ba33c15 0.06 MB 103 25
302,345 302,345 000000000000000058ee483ee4e9786ed705704127adb6b3727a737dc7cdd571 0.03 MB 92 42
302,344 302,344 00000000000000004581925705ed91f0d038f6b19dd3b2767f838ab53fe40f7f 0.23 MB 344 24
302,343 302,343 00000000000000003c8a5a78efe196b074f153620babb4b10af4b72d4fe8d8fc 0.10 MB 256 49
302,342 302,342 0000000000000000467f0cd0cedda05110151034146cadb4c2945a04c5c3523f 0.10 MB 259 37
302,341 302,341 00000000000000003d10a9d1d1e676d0b509c6e77819f7cc37abe88779ebcf63 0.33 MB 577 33
302,340 302,340 00000000000000001dd338fd40b84a8d9e3594c07f848bbbd302280d7a117249 0.05 MB 145 22
302,339 302,339 00000000000000001835e812537a69bbf823fc74deddcb4e35e3391d0da5965d 0.14 MB 210 25
302,338 302,338 000000000000000014e7a3199d558fd6dd855b893524b30b5a29c83daf798f25 0.15 MB 242 31
302,337 302,337 00000000000000006dc432ef6168a45b10fe21b40b81600c9b2ba37186dcfe6a 0.14 MB 320 34
302,336 302,336 000000000000000035acf3478e963fc3088b6632eff7c147d09aa73b65bbf22b 0.19 MB 313 20
302,335 302,335 00000000000000000474677c72acfb23fdd866f6a41561ceceb345287ce1221c 0.22 MB 244 17
302,334 302,334 0000000000000000723784b993014078c32c000f4d1ee65b9bbf219b4c5436f5 0.35 MB 692 32
302,333 302,333 0000000000000000205c693606bb8b1bfb097701003d15913b047775eb1f6d3e 0.02 MB 16 11
302,332 302,332 000000000000000041986d1692536aaa7a7e4b5b4485d40fc7037afd6f50e13a 0.21 MB 337 23
302,331 302,331 000000000000000069cb7da92706186dfa64bc0277331660a8fcd32b4857a81c 0.23 MB 402 28
Previous 10 blocks ↓
Total Size: 652.67 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,283.47 GB sent, 76.37 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.