Memory Pool Memory Pool Refreshing

51,389 transactions
21.30 vMB
Show Random Selection Loading Transactions
Max Size: 125/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,817 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,474 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,816 (415,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
456,192 456,192 0000000000000000005fa6376f558db26f443c510333490ebe28e206c43a8a30 1.00 MB 2,050 153
456,191 456,191 0000000000000000015b8d6e4cc090346147a892a163d6d3504d3a0f881507bd 1.00 MB 2,786 247
456,190 456,190 000000000000000000c0b17d7c8e8ac92b1f1fe847f310bcec788ad06b119eac 1.00 MB 1,945 136
456,189 456,189 000000000000000000b88dc471912ee5140b721c77a031f6b69467dc56e89b7e 1.00 MB 2,047 138
456,188 456,188 0000000000000000002273f0a0d79cc33b7f37118f2a876811604451896af69b 1.00 MB 1,840 179
456,187 456,187 0000000000000000016492db1ee24a2c0e49701b52d9a4ba92a1c569b117e407 1.00 MB 3,466 324
456,186 456,186 000000000000000001e24dd37e14e925ec55bc8a65c6f7855b88b206dc0f4977 0.93 MB 2,212 315
456,185 456,185 000000000000000002503b2b87ef3e78efe3515cac0d97ebd8c56c913a68f1d3 1.00 MB 2,872 138
456,184 456,184 00000000000000000143827194d40b1589c62e7e6129352cf8827f63d7c6d09e 1.00 MB 2,405 138
456,183 456,183 000000000000000000eb65f934895b2c4b04e59ec8d06e464686e11350b753b3 1.00 MB 2,194 186
456,182 456,182 000000000000000001a4926a151347f646c96d195eb1a5a4485067b764953f9c 1.00 MB 1,775 201
456,181 456,181 00000000000000000157b1f85ce097e8e90f026942d43af70f7212195de60930 1.00 MB 2,073 198
456,180 456,180 000000000000000001b35c2fd563a7be643d556402a06f17993bf4dae166ead3 1.00 MB 1,952 170
456,179 456,179 0000000000000000023985ce6a312ed3ac804d74d6af1a1034759c61acb40bff 1.00 MB 2,676 257
456,178 456,178 00000000000000000131554c54fdc9773fae59f7fea1be58d50b1e58c0da6f47 1.00 MB 2,734 286
456,177 456,177 00000000000000000127d1ddae4d9afe4cf497d9474356d4ee2f392aef711a29 1.00 MB 2,196 237
456,176 456,176 00000000000000000181883359fea249ea135cb2674f00021293ab55e4610009 1.00 MB 2,584 190
456,175 456,175 000000000000000001ef393ecb30afd9b9a24c69f6831d951078b7bd8444f1dd 1.00 MB 2,364 197
456,174 456,174 0000000000000000019a8a5deed1747c60e515102544cebebc14b7237f1f8081 1.00 MB 2,128 263
456,173 456,173 0000000000000000021659f0eaad93e798a8edf0cc57165e5c2d969f982d647c 1.00 MB 3,121 398
456,172 456,172 000000000000000001563a496f655c67f77560ab939b4c6e25cea1622abcca23 1.00 MB 1,965 153
Previous 10 blocks ↓
Total Size: 702.86 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: 2,576.35 GB sent, 230.41 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.