Memory Pool Memory Pool Refreshing

84,220 transactions
30.94 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,335 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,919 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,334 (520,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
326,204 326,204 00000000000000000e94622a487beed05ae976afee78f27fe4824ad2aeaa365c 0.03 MB 45 23
326,203 326,203 00000000000000000b6e194a8e40d3cc834c9289c1d954075d88bd1a50fff20d 0.06 MB 99 25
326,202 326,202 0000000000000000001b1869a233cff62a4cee0b8b613c43705884243cfa6198 0.49 MB 886 30
326,201 326,201 00000000000000000b08bd12db3e9c420ef0e3f0b8ab7773353963b00b4dd924 0.04 MB 68 23
326,200 326,200 00000000000000001f0f96013aeb9278d2e6cc42e1adf7601ea40ce713e8b32b 0.12 MB 217 21
326,199 326,199 00000000000000000a64854aad69903b5be9be82c9bb126e299464d1c5437796 0.42 MB 876 29
326,198 326,198 00000000000000000ba07bb663a0d2f8b5ff6e4b557c4b535ec71722152ca089 0.49 MB 988 30
326,197 326,197 00000000000000001bc321665451c9f9cf53b85a098e8c12e80a248429a80dc3 0.48 MB 743 24
326,196 326,196 0000000000000000011e9ea690c51e70c55c7608cc9fa748250d8651e35f6e34 0.22 MB 496 33
326,195 326,195 000000000000000012a9c72e4e35af4276b76c3af41abfc9bdd8799dbce17bb2 0.06 MB 145 24
326,194 326,194 000000000000000019ae9e2b6dc5f4738991c52a987578540a4bf264c5fa60ca 0.70 MB 1,502 31
326,193 326,193 00000000000000001c7dd96067108a217fe6278453f5ff23a6951338c68a5634 0.02 MB 46 22
326,192 326,192 00000000000000000d032e82962df12a699b74282698c29edc52ae95731a7351 0.51 MB 1,014 28
326,191 326,191 00000000000000000fde983d4d1cf54a89dd4dfe1202fd2129ebb8eff59c5d34 0.41 MB 743 29
326,190 326,190 0000000000000000149b008defb86229f6fed41474635e7edc6c40f0e872fd45 0.05 MB 61 11
326,189 326,189 000000000000000001ae919e22b9901302bd5e7bfaaac5caf3a9260abbdb245a 0.13 MB 269 28
326,188 326,188 000000000000000015c320fadab0c517ecdc93a7b3e9e6a775e76452d4295b38 0.22 MB 288 22
326,187 326,187 00000000000000001d636fb5278c2c178f34897c5130fbe4456f156ce30d9a22 0.25 MB 563 29
326,186 326,186 00000000000000001c84e54cc4cbaed881c03490a7ef8a0e646734364c085805 1.00 MB 2,026 28
326,185 326,185 00000000000000000a3a641f9011eaa829d9672185b3a73937c44bf6e75f276d 0.25 MB 830 50
326,184 326,184 00000000000000000877fab8a56d022f613604fc15378090eab23610bcbbe881 0.24 MB 534 34
Previous 10 blocks ↓
Total Size: 654.83 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,412.49 GB sent, 91.87 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.