Memory Pool Memory Pool Refreshing

52,666 transactions
34.34 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
848,558 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 3,186 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,557 (383,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,197 465,197 000000000000000001bd075ae5debc33fd57ea77c8a7d5bded861052e4d803b9 1.00 MB 2,242 160
465,196 465,196 0000000000000000016b6c4944fd603bcf99dcea7853bffec3aa17f65a59428e 1.00 MB 1,730 211
465,195 465,195 0000000000000000014f40b1f6afc9e055e2880b624e928bc390844c6da78b64 1.00 MB 2,172 190
465,194 465,194 000000000000000000c78c500fc40c271113a0981615ad29913654e4eea9886d 1.00 MB 2,315 137
465,193 465,193 0000000000000000005906729f2c37a09cbda3dda1134aa9243fbb29b9b5ae3d 1.00 MB 3,753 122
465,192 465,192 0000000000000000019dd52b44300d9ed245cafe33b3644f4aa7e47ef30dc4d3 1.00 MB 2,695 148
465,191 465,191 000000000000000001ff2e341797f288ba522dc97acc3aea0bcaab33df472152 1.00 MB 1,459 125
465,190 465,190 000000000000000000ea18f712303a0d2dc233b71084560652f39ff2624a2fa3 1.00 MB 1,775 143
465,189 465,189 00000000000000000046d540955f453b34ea6c56c67d493204b0511bdf8b598e 1.00 MB 2,498 182
465,188 465,188 000000000000000001311e97d7b870d3af9e7c8ac26b14b69935b7a777a16a21 1.00 MB 2,044 167
465,187 465,187 00000000000000000137b421d2b20b4b729021717c467be62f4315954673a010 1.00 MB 2,813 147
465,186 465,186 00000000000000000022397515fefc14ba17ddc28102f3a99e8d06de96306572 1.00 MB 2,462 260
465,185 465,185 0000000000000000012342b4e308044c2b8bc9f9fafc40012e4d44df778742e7 1.00 MB 2,212 179
465,184 465,184 0000000000000000013854b79bf0298073af541d17d387e37726b5e013804ff5 1.00 MB 2,185 186
465,183 465,183 000000000000000002068b7964c066f24cbfbceddc713c1f0f98aa1352a2919b 1.00 MB 2,376 160
465,182 465,182 00000000000000000153d916bcf0e808805a166a1abefa66b2c22e2a138a21c1 1.00 MB 2,335 138
465,181 465,181 0000000000000000006216fd557be2a796e8c359e1881b3f9b1756a4b4647577 1.00 MB 2,224 196
465,180 465,180 000000000000000000c62100375c0f3b180ba3666ff27453407b3a53e86e7a67 1.00 MB 742 159
465,179 465,179 000000000000000001e258fcde396dd9ff512321922d0b4af42057ee4ef046d2 1.00 MB 947 184
465,178 465,178 00000000000000000117b3501931c8393a1e8974c2b93925bb87c8baa4d2ad8d 1.00 MB 1,985 168
465,177 465,177 000000000000000000348ad489d5e02c0c89c973ee32b57c01a8f8803877fe74 1.00 MB 1,296 123
Previous 10 blocks ↓
Total Size: 658.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 102 incoming
  • Data Transfer: 1,893.58 GB sent, 3.35 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.