Memory Pool Memory Pool Refreshing

46,802 transactions
46.97 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,326 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,318 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,325 (575,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,988 266,988 000000000000000035e23d4e39912723b23ab09a6f6f060f749d0f808c9d64c8 0.05 MB 107 122
266,987 266,987 0000000000000001718bdbf77d59dd38e87962ee152313a35665e8aa382b4408 0.14 MB 259 50
266,986 266,986 0000000000000001a1dee78c869f439bc77103ec4b68debe7e024476885783ea 0.04 MB 89 27
266,985 266,985 000000000000000235553b3de26939d0b9c4e073d2d9c72d1ffd9a215cde3f28 0.11 MB 206 69
266,984 266,984 00000000000000065fe39be27db36d09c2298618a3a3524390d614e7282f1038 0.15 MB 266 53
266,983 266,983 000000000000000a74e00b8e9a8ee67858ec5fd7e76e28fea4c0fa0e624f9655 0.00 MB 17 176
266,982 266,982 0000000000000008f9fb747e199361c78633c1760e386648d13e9ec291df38e7 0.04 MB 107 107
266,981 266,981 0000000000000000660a627616b06bae7b0a93e4e1c67cb65f7438064ffdd71f 0.28 MB 588 40
266,980 266,980 0000000000000007b2083d94618991cc043fb28221d3f79bb774e93096b73482 0.25 MB 679 184
266,979 266,979 000000000000000324bfc826efedbc21f4efdef0387e0b6abfa710b768a4f1cb 0.10 MB 234 72
266,978 266,978 000000000000000153d277520e727ef3174ead7e4fa1a3adaadf26aa2cc24699 0.15 MB 372 87
266,977 266,977 0000000000000005fc0cffa2f1c60362ad998d2a6dd92ab69c34235a0e0b064f 0.21 MB 522 103
266,976 266,976 0000000000000001daf527009e07f452eee5dca920d3a9253b682d8bd26783ff 0.44 MB 1,158 73
266,975 266,975 0000000000000000c1346ecd6e4f946a11526e16731978b78de818fc09a87e34 0.25 MB 611 95
266,974 266,974 00000000000000019d423d47274ef8768c3400e98116d0b726f444c561e3f929 0.22 MB 495 100
266,973 266,973 00000000000000049453c85aacfeeeb5e56da9715aad4b04b095a5d8d90ec67a 0.21 MB 281 71
266,972 266,972 0000000000000007c1f4677da539a864db476ed291f9b0eeb538d658ffa112ea 0.11 MB 263 87
266,971 266,971 0000000000000005f8dd398b6e4b6d7c83a62810e9dda8b5fdfffbac6c069b81 0.07 MB 128 55
266,970 266,970 0000000000000009e0d5d8140378aa8a0a794104c6ed32de280d9f0ce21f77bc 0.03 MB 65 72
266,969 266,969 00000000000000015505ad3bdfb5d56cfa9dde2f2dc6974c7463270931ff2c3b 0.18 MB 245 40
266,968 266,968 0000000000000006058e4e477ba27ce2c16b9bb21ccd25b4cdb1d4c2673f8a57 0.03 MB 64 41
Previous 10 blocks ↓
Total Size: 647.33 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,477.62 GB sent, 44.96 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.