Memory Pool Memory Pool Refreshing

27,806 transactions
40.13 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,917 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,307 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,916 (75,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,326 766,326 000000000000000000018b991876b21dde1eabe8b6fd3cf2b2e76c591da95b60 1.63 MB 2,560 15
766,325 766,325 00000000000000000001b3917fe210678961168eb131da25fbf0f669fe544884 0.15 MB 340 16
766,324 766,324 000000000000000000077737b46c1a87a5b09beeab472b28a10938ba46627f9d 0.78 MB 1,680 16
766,323 766,323 00000000000000000005d71ab9bf898b2a7a123fd3bcb280d7440dea19302afc 1.48 MB 1,125 9
766,322 766,322 00000000000000000001267ca7e5c3904070624db47b5892d880b8b9db6d3703 0.32 MB 785 16
766,321 766,321 000000000000000000023d0c69193274628ff7d93c3b03f6c9f9edc7f80720cf 1.06 MB 1,660 13
766,320 766,320 00000000000000000004ec23867af21a069e0aa549dfd2221a4796c0a6d35f4a 0.77 MB 1,598 17
766,319 766,319 0000000000000000000391ba7f2b4d70ce376f3d561d1abb3dc2c671ee0a8917 1.06 MB 1,805 14
766,318 766,318 00000000000000000008271ed5b2ea6af1b8a48dec7da304347000f109194306 1.50 MB 2,795 15
766,317 766,317 00000000000000000005298a1d29ee5f670a37a2990d30caa4ed3b9abd66a2cc 0.46 MB 248 2
766,316 766,316 00000000000000000000cb490fa978b8d47d9addf2e277cb1fa177802a86b701 1.42 MB 3,013 17
766,315 766,315 00000000000000000000fbb6a06bc813c12721a6e42f9daf26b7f8e19e0fee51 0.95 MB 1,256 14
766,314 766,314 00000000000000000001f929959220f09b6f4dddf411e8ea22aaa0ca3c8fd2fb 1.13 MB 1,207 10
766,313 766,313 000000000000000000033d76f098a181f0f733b12693e6608232e5949a5e624e 1.27 MB 1,515 17
766,312 766,312 00000000000000000004bb0355d9e4bb9a67c331ec28584deffa9e99dfdb937a 1.74 MB 1,152 3
766,311 766,311 00000000000000000003a2a0c868309393c35864fcfbbb38fce4a748cdbb604c 1.72 MB 1,936 8
766,310 766,310 0000000000000000000446f12c1244201a4648eba75e8d3531f6bf57031b3ef8 1.65 MB 2,132 4
766,309 766,309 00000000000000000007a32dbe64126c3e9becfb32aa50fad7d230fff903c898 1.61 MB 2,993 15
766,308 766,308 0000000000000000000267a4b490bc188b1fc6a57f28056622067f270038a479 1.53 MB 3,367 20
766,307 766,307 00000000000000000001645c6dc66c2d41fbc842b597a24cfb695848e6671fc2 1.64 MB 2,533 27
766,306 766,306 0000000000000000000244da60ef22344833d673aee7c4fd60ec66cb367e57c6 1.54 MB 2,555 13
Previous 10 blocks ↓
Total Size: 646.61 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: 8,376.51 GB sent, 38.80 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.