Memory Pool Memory Pool Refreshing

44,720 transactions
34.79 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,144 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,966 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,143 (175,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
666,205 666,205 0000000000000000000c14013d7a05749c72201be6c9a7b911c0f1706e215fd9 1.24 MB 1,858 135
666,204 666,204 00000000000000000008ddd27c4a394d76db9a6b0f5e16ab1e6c157d23a398b5 1.25 MB 1,920 138
666,203 666,203 000000000000000000002227c8917bd6b2889c83f92721bf47ac548430dddabc 1.37 MB 2,402 132
666,202 666,202 000000000000000000014e46f2b5274f70bdedc60ff3399839b19f2f686b019a 1.32 MB 3,126 155
666,201 666,201 00000000000000000002c6f160deed28e1ed64e74acdf1e2913602446001ca9f 1.32 MB 2,632 66
666,200 666,200 0000000000000000000a62375d353f834e1b389b9009838ca3f3d3320cd28b55 1.16 MB 2,443 67
666,199 666,199 000000000000000000074658b628fdc311ccc74ccf62820bbacbe4752c30a0b6 1.18 MB 2,173 90
666,198 666,198 00000000000000000004ec82ce09d7eb1d3963dd0393a3633c02c656afe6c162 1.42 MB 2,585 143
666,197 666,197 00000000000000000003e4850e23793b5541ef8b19bdf437026a2743bbe95dbe 1.29 MB 2,606 114
666,196 666,196 00000000000000000001f4a27ca39496496fc562f6b1d65a27eee6749787b753 1.35 MB 2,399 101
666,195 666,195 0000000000000000000328e62b16db299e76d916a243d9a1478ffb2747d1b2bd 1.33 MB 2,157 120
666,194 666,194 0000000000000000000c4154d1c81ff9c8196c77f7b4644ba108904ae650f82e 1.43 MB 1,871 117
666,193 666,193 0000000000000000000da62c958d85ff79a0dc10c65a15a930b0639e28e1fd03 1.10 MB 1,052 128
666,192 666,192 0000000000000000000c266cdff8b13d9dc35f9b8f179911f546164c16124774 1.33 MB 2,221 134
666,191 666,191 0000000000000000000ad2ac2da65e2ff799408aaa229367723444860769c8b1 1.36 MB 3,084 157
666,190 666,190 000000000000000000064fdb420dccd869fcfcc3a238eaa68d2d82155ca1b7f0 1.31 MB 2,107 78
666,189 666,189 0000000000000000000539525586176f7e140a0ddd8e78d1697b2180f8852f9c 1.28 MB 2,746 100
666,188 666,188 0000000000000000000806a15239fec56cb3e5a72b3c49785e01bd0e0046ec39 1.27 MB 2,842 91
666,187 666,187 0000000000000000000bc453d45fb510f38d296beed9834544ee27f1069ad351 1.54 MB 1,516 128
666,186 666,186 000000000000000000019d2c2c6b6207bfa8209650f74aaa37aeed2f76082439 1.38 MB 3,224 149
666,185 666,185 0000000000000000000cc82b0a9a6e290cd13721a1abf88fdebb37fdc927308e 1.45 MB 2,418 142
Previous 10 blocks ↓
Total Size: 647.01 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,444.49 GB sent, 42.29 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.