Memory Pool Memory Pool Refreshing

40,193 transactions
43.92 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
841,649 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,392 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,648 (488,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,287 353,287 00000000000000000facef336e948cf0fbf89bea6afd3187a14ad1dde6df9369 0.18 MB 169 16
353,286 353,286 00000000000000000f9922738b88da5f2770bfecc32222ec14d2a6d2a4cc1594 0.87 MB 2,125 31
353,285 353,285 000000000000000002808ae0c370d7960d2b868034dc11db8e6557b2d7b51c48 0.52 MB 1,202 28
353,284 353,284 00000000000000001513ef3920b60840a9163d9d876f25c4fa76d1bfb9a918be 0.16 MB 365 29
353,283 353,283 000000000000000007c45815363757364f467b93ced506de6d3b9d6bd4939f81 0.16 MB 328 28
353,282 353,282 0000000000000000127bc7b4eeeeafe33c1c52de45f8fd068c66bbaa95ad8c54 0.43 MB 988 30
353,281 353,281 00000000000000000f33b1031d9e18b35b38a5ea9e8aafdd59c87a57526a9c93 0.60 MB 1,265 28
353,280 353,280 00000000000000000e75396bdeacf18cfe2311880ca4e6479d653e6a9d08b9d9 0.71 MB 1,344 27
353,279 353,279 0000000000000000115fe2d3714141c3cc0f583c2f5998ccdb644c35f3609c6a 0.06 MB 118 24
353,278 353,278 000000000000000002f39a9c823e0f61fa60e3be14c2261cb6cc2cdcb50ff2f0 0.09 MB 116 16
353,277 353,277 00000000000000000747faebc7d0570269e078851f48091a73a2a8f467d237df 0.43 MB 888 21
353,276 353,276 000000000000000016b9c26a694330b76786cf9ff64839508e05a4642f3375af 0.09 MB 200 17
353,275 353,275 0000000000000000062eb40e114f524c778ee7a078736d4680eaf58517ad6d82 0.75 MB 1,239 24
353,274 353,274 000000000000000015026a2516a7cf881abcae8b5c727870963859d0994d3c2c 0.75 MB 1,974 34
353,273 353,273 000000000000000000c54112f6fca4786f9d849565c83cca878300cd75aa0f21 0.24 MB 527 29
353,272 353,272 0000000000000000018e6b9f35b5c5375d5d868f08691a95f53e6a50b2020cf3 0.46 MB 805 24
353,271 353,271 0000000000000000061e0d6caa88ac366ffd9ab9cd5b4da6d040671334cd8a38 0.06 MB 135 45
353,270 353,270 00000000000000000a5c48f19cbd5afc6880e88f796e7a937893867cff6a59d3 0.27 MB 558 28
353,269 353,269 0000000000000000084bc63b435d1a3039a71748fbd010c9e1177c497e97ae8a 0.20 MB 390 25
353,268 353,268 00000000000000000b1dd229b442b41a91fe6173b2c761c22a8c2f4d1754bccc 0.19 MB 385 26
353,267 353,267 00000000000000000d36903c94331f2546a77ad40d1f5613667fb1163ce2099b 0.10 MB 192 16
Previous 10 blocks ↓
Total Size: 646.10 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,325.58 GB sent, 35.92 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.