Memory Pool Memory Pool Refreshing

25,334 transactions
28.30 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,508 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,347 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,507 (70,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
793,164 793,164 000000000000000000039cbf5301d808ddc346b794aa9649e9843c8308dfbe28 1.42 MB 3,690 94
793,163 793,163 00000000000000000000e0c7245a9d4d4cd4e07b7076e7c4edb1b3f0bf5ddb64 1.47 MB 3,838 84
793,162 793,162 0000000000000000000071454112e04f82456cb324605e4d9717e1c9471f1c40 1.45 MB 3,185 90
793,161 793,161 000000000000000000049af5d6e1bbae6a9f5099d9d9564d24951235afd19094 1.51 MB 4,558 71
793,160 793,160 00000000000000000002765c9c1b8475d7d52b86ac88ce5946fc985822490b6a 1.44 MB 3,286 93
793,159 793,159 00000000000000000004b6c2b4b741f2de805db500da9bcdd947f51f9935d907 1.60 MB 3,863 69
793,158 793,158 00000000000000000005729cafe134c7168e5d49db4e8093157231c662c79e60 1.56 MB 4,202 74
793,157 793,157 00000000000000000004df8459b75a9b8d33c0f17cb8e6b7c2022e667f688a58 1.44 MB 3,262 91
793,156 793,156 00000000000000000000ba3734cba26dac60db08abc96e5300362ae29d6cacbb 1.42 MB 3,414 77
793,155 793,155 0000000000000000000551f1909a35c4ec36ce470262337457a02e5586300543 1.45 MB 3,432 92
793,154 793,154 000000000000000000031e7406a441773cfe4539080cef3044dbeb810f24d8af 1.52 MB 4,035 74
793,153 793,153 000000000000000000056f71204f7cf5525b610a4c0a5f230d90800892cc5b47 1.73 MB 6,415 62
793,152 793,152 000000000000000000003c53e457c1382bc513050607733d3d4d7eb84238852b 1.54 MB 4,221 74
793,151 793,151 00000000000000000000f0b82263f9824a8d50975f3f3a84742b4b80c7083606 1.70 MB 3,503 72
793,150 793,150 00000000000000000002be0c46f987625722708439c636e2c69f93f5fcb03b05 1.61 MB 4,189 75
793,149 793,149 0000000000000000000073cfb889c881192b56aacdd5b07b3a08d5548f46dc8a 1.52 MB 2,846 93
793,148 793,148 00000000000000000002d5aef41f0feb93b4b083d1630166c80be038cb83e8c5 1.36 MB 2,856 98
793,147 793,147 00000000000000000003771f2820f2ac05d4250d0f6db52fc543cfa8c7a19ee4 1.51 MB 2,846 64
793,146 793,146 000000000000000000047e98235e840c82218ca1345a356a471e38da8aa132dd 1.51 MB 4,327 59
793,145 793,145 0000000000000000000101bceb15df0156fdef6f75c97ca9fe24cb503c500613 1.56 MB 4,647 66
793,144 793,144 000000000000000000039e92230e2023331bd1ec1dda556e43f8564135c80cc2 1.47 MB 3,087 76
Previous 10 blocks ↓
Total Size: 687.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,506.53 GB sent, 119.21 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.