Memory Pool Memory Pool Refreshing

93,942 transactions
31.40 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,172 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,136 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,171 (380,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
465,176 465,176 0000000000000000001015bc316faa921b724f37706f2f858ac0e068504f924e 1.00 MB 2,219 182
465,175 465,175 0000000000000000006b7823ad354b376b15243f9811168d8024e4fbdaea6232 1.00 MB 2,512 240
465,174 465,174 000000000000000001a505709334ebc521995a71f1db3a6fed011c243f0c2f4f 1.00 MB 2,433 255
465,173 465,173 0000000000000000001da18b6caa80f54a8b965d3a518c748bec32cd69ef891f 1.00 MB 2,169 228
465,172 465,172 00000000000000000194cd62176d50ee551add14c192cec35067ad498cdc65ee 1.00 MB 1,945 198
465,171 465,171 0000000000000000011b866135bc5073ce058605c24f1820d619d21bedb8dbb8 1.00 MB 2,152 190
465,170 465,170 000000000000000000476baee359d157ec27279bef7462dc25c148b001dbd01f 1.00 MB 2,919 238
465,169 465,169 000000000000000001593c19ef6a82ac8b508584a99c354b9d06a78402b6207e 1.00 MB 2,260 198
Previous 10 blocks ↓
Total Size: 654.53 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,379.00 GB sent, 89.67 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.