Memory Pool Memory Pool Refreshing

62,067 transactions
33.29 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,183 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,506 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,182 (660,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,625 184,625 00000000000000c15dd9070421ab259281bb4e33af8dcad88d97996a4205c468 0.08 MB 255 27
184,624 184,624 00000000000005cb50d468411653d8daf187ffd09640386bd45f9bee3633c0df 0.25 MB 526 112
184,623 184,623 00000000000007e6380e481ff3722b4bf0d0351441bea129d533174b7c216094 0.00 MB 1 0
184,622 184,622 00000000000002560b27f4ce68167ff0f6da9cdfb4ff8e852bb0fb0d21104382 0.25 MB 364 110
184,621 184,621 000000000000015db9f84ab83829730922e4fa48c166553f4255104afe544334 0.42 MB 886 127
184,620 184,620 0000000000000128f5d982c4bd19565629183a9bb26879ad2b48e385eaf58bc8 0.05 MB 134 198
184,619 184,619 000000000000039063d207b9e4023a4313cfb18fb77211670208c9fab4b8a732 0.05 MB 159 62
184,618 184,618 00000000000005e7303f9014a3ead6b12ccecd6d6838b7c5f8bb580ec7c2d3b0 0.17 MB 256 100
184,617 184,617 000000000000048cf63aa7ac7d41dcc5bc12434f1411a2132b8b91962f90b999 0.36 MB 997 144
184,616 184,616 00000000000003916f1665d79438cd2cfddb5a1afa40ba1fb9f3239362f20d1e 0.25 MB 546 861
184,615 184,615 000000000000065930264bfc0265254b5769d1c29b1c1f8fded2f0bb820593ee 0.10 MB 362 59
184,614 184,614 000000000000006ab328a8d5b469a0c2b564f7ec048815b8ed3bb20e232ca924 0.25 MB 576 128
184,613 184,613 00000000000002b7bc70d07192cc13272216039185dcb9e7d174e09209f35a39 0.00 MB 11 73
184,612 184,612 00000000000000e88380463b8be8522014a0aefdf98e6ce98faaa3c4946948c4 0.05 MB 158 149
184,611 184,611 000000000000076424124b433c10a2879c3cfb1c3d13b869d5335339021ee4dd 0.05 MB 145 737
184,610 184,610 00000000000005d1922e140091102b9a2354a9c4e341d0e49e358684fcddc087 0.16 MB 256 113
184,609 184,609 00000000000007fcaada05f4f8ff19c4a513853893538ab03bab6e5d60021047 0.23 MB 424 108
184,608 184,608 00000000000000395b9d8f37fdec9aaae72e4959c3090f9a35168db428c9822b 0.00 MB 10 376
184,607 184,607 00000000000002f3ed12009d0339690cf94eb0f1c68ca90fb6867e64508e78a8 0.05 MB 103 67
184,606 184,606 0000000000000253071b1f111a301d4022d5cc78dfb579f988e0dd9b11828cff 0.23 MB 502 118
184,605 184,605 0000000000000a3c26a28bd6cbfaec1fa47785d048ad1eddd49498796a684e28 0.25 MB 391 125
Previous 10 blocks ↓
Total Size: 652.73 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,285.11 GB sent, 76.78 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.