Memory Pool Memory Pool Refreshing

74,193 transactions
33.65 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,423 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 4,074 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,422 (726,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
118,121 118,121 000000000000b76b01e8af6725321860071d1a2d4e11dc68ca1587738e0d700d 0.00 MB 10 0
118,120 118,120 000000000000ae8e96b9876d5315c4dfba63db7999d67ae3a3dd2f42a756fa46 0.00 MB 1 0
118,119 118,119 000000000000aea2dd7915030aa1b2ee205692a2adf922356ebeb20ea4597878 0.00 MB 6 0
118,118 118,118 00000000000088919c83fa05ca1954accec67d94a05f32e6813b1f6972d1f355 0.00 MB 3 2,237
118,117 118,117 00000000000066db7631090a215f308d55036a247b240c5730e3cd41bdacd1e1 0.00 MB 5 0
118,116 118,116 000000000000aca2c518d9d90ac9196a5a03a56e9766800917d475ca200f736e 0.00 MB 11 1,380
118,115 118,115 0000000000006dec59539e8586cabc1b408a8a6a0dcf36ce3d2ea94171ea192b 0.00 MB 4 0
118,114 118,114 000000000000ace509cce24dac2c16025f9250a536d34e0a927a42166aa31000 0.01 MB 12 326
118,113 118,113 00000000000045826ab24506966f6bc12b60b68cb0563da771bdb96c05c35085 0.00 MB 8 0
118,112 118,112 000000000000c5627ccab3448cd0888c3a4c733804723f7677723098a0133309 0.02 MB 81 0
118,111 118,111 0000000000003b23b6d6d837438d13368bebdfb6a86349455e85679f5f0ecb70 0.00 MB 11 695
118,110 118,110 000000000000a5d2790a58ad6ae55836d7ac719efe670359ddf7a31b47e5dc70 0.02 MB 23 168
118,109 118,109 000000000000a762cb1a7bef575739a653cbb0cefe4e94627c59408af1f33b92 0.00 MB 5 0
118,108 118,108 00000000000024fc2d86eb78dc70ab8de8fbce810238908fcd5b848c4be2d40c 0.00 MB 9 970
118,107 118,107 00000000000090bd7cf3d3e0b76f24c78cd1d56bd56ed2f23a02b5907557a265 0.00 MB 3 0
118,106 118,106 0000000000006a84381a15fdb5d873f98a86388713669c889fa6bd36313edf9f 0.00 MB 9 835
118,105 118,105 000000000000bc724da5fc61773fad1365f88807f8bde976f5a63c0bdcd33c6e 0.01 MB 4 1,185
118,104 118,104 000000000000a020fab6f716328b2eb65d65fd684ffb1831fe768b80ba7a3287 0.00 MB 4 0
118,103 118,103 00000000000088cffdb49a92370d5c4207729c0b0d0393d31d31016469dffab2 0.00 MB 8 0
118,102 118,102 00000000000028d1af07f425f4bbacd62058fc4555f86779c7e96426db7f4758 0.00 MB 12 980
118,101 118,101 00000000000065061358d17e10037eb26e22ede3abacaa144e21dea8a54d82a8 0.00 MB 16 732
Previous 10 blocks ↓
Total Size: 651.31 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,113.67 GB sent, 67.88 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.