Memory Pool Memory Pool Refreshing

26,530 transactions
43.51 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,997 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,669 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,996 (175,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
666,212 666,212 0000000000000000000bcf87b09c91ec139ce644c11dc7cda948f699d2298b3f 1.27 MB 2,459 128
666,211 666,211 0000000000000000000a0337ad64ee7c3b9060fa4ad9e951c8847a4c0d8536e7 1.23 MB 2,904 116
666,210 666,210 0000000000000000000655456ba6cc2f541403d1fe56668b3028a3a96bf0e964 1.32 MB 2,406 130
666,209 666,209 000000000000000000082635cfa5315d8d3b28b68571e278b682d52acb884645 1.33 MB 2,944 152
666,208 666,208 0000000000000000000a3a92d2494b041dc6639b6599beb94e7ea6f95c4b516c 1.35 MB 2,967 149
666,207 666,207 000000000000000000045c802f714f399852a95fb3dd2f30ab47ebe3ea44f12b 1.42 MB 2,187 119
666,206 666,206 00000000000000000008bbc84d24d161d3134546626c3fd2666a2050eeb0252b 1.25 MB 3,065 127
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
Previous 10 blocks ↓
Total Size: 646.75 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,401.41 GB sent, 39.83 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.