Memory Pool Memory Pool Refreshing

56,868 transactions
26.26 vMB
Show Random Selection Loading Transactions
Max Size: 140/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,844 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,679 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,843 (622,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
222,685 222,685 00000000000000b9cc3345c6383845eda77d235e1336d8c271cd51384d677c14 0.13 MB 209 95
222,684 222,684 0000000000000430c03d43e0fb2226369500ab75b4a95519b815d0d01bc86c5a 0.05 MB 132 165
222,683 222,683 00000000000000d6876602cd029f2b73c59c2e67829893e69d383d62b6df5a3b 0.25 MB 656 229
222,682 222,682 0000000000000318915eece767a429c5ba12c00b9c07bfe5d30a90a2c9bfc1bc 0.25 MB 459 140
222,681 222,681 0000000000000300ff91c2c7c0a61d4c0d115d6a8506d223a06030079ebb6a8a 0.00 MB 13 250
222,680 222,680 000000000000039973c8b9a8b7c5a881536cb0983ccaf24c16fa964d0f1a1267 0.25 MB 606 226
222,679 222,679 00000000000002efced072bc8f8c4d5eeb4d61abddbd815e44df4b707a4d101b 0.05 MB 69 89
222,678 222,678 00000000000001fea27fa935f627b83d08631ad23731838db1e143a48ee3a0f2 0.25 MB 623 212
222,677 222,677 00000000000001d18c42a51e7bb77d3173d4576383fecbd9247098f471b4e224 0.17 MB 399 193
222,676 222,676 00000000000000280538b331bb699b714474cd90302e183c722cbe7fbb8bf051 0.10 MB 244 189
222,675 222,675 0000000000000223ce0e7a190132952442851f1ed4cf98063195894ba8e96807 0.02 MB 62 252
222,674 222,674 00000000000000f82d48acf9e06c877722e8ca08a5e07f6d32359d21c8a5ad62 0.18 MB 413 186
222,673 222,673 000000000000010d697604b1b1adf93b924784f3c29cd10067b8b11ce27cf37a 0.00 MB 10 283
222,672 222,672 00000000000003d83772bfef70c62a6e99c48f3910e7577c9653a2d5219c7d52 0.11 MB 164 75
222,671 222,671 000000000000006abdc73634e17f85a4c5f3aa09a065f6339629fd0337eeb1b3 0.07 MB 97 137
222,670 222,670 00000000000003e4dfbce3253aa62fc8d154f5be84c7d1d88f1c2c830876188b 0.18 MB 441 194
222,669 222,669 000000000000030d2809a1fbb7728dd846c284d76ab862f09303db1da7a1b870 0.10 MB 190 165
222,668 222,668 00000000000001b6116d83bfb6fa4e35c5770c3508e1f8d7a6debb18f826dd19 0.04 MB 120 15
222,667 222,667 00000000000002059e6ec19ec0ec29e903b6d625e490288f3fee9459616078c8 0.14 MB 317 188
222,666 222,666 000000000000007e1a18f779fcb5c81bd676b5c1ccffeec7973cf7e5ee986a71 0.13 MB 262 182
222,665 222,665 00000000000002c19323a5f2cf7fe68d2727956f6820a2f7edd24a068f4e482d 0.10 MB 87 82
Previous 10 blocks ↓
Total Size: 652.10 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,209.19 GB sent, 72.43 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.