Memory Pool Memory Pool Refreshing

27,456 transactions
32.03 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,863 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,119 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,862 (534,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
328,274 328,274 0000000000000000159d08ffd0dd3f5c62026fd00da4df3bbd17111733a78af7 0.11 MB 326 42
328,273 328,273 00000000000000000cbce4bab600b104aaa970fb705892aa03212337b76235a6 0.08 MB 136 25
328,272 328,272 000000000000000000b6bcef712a274f2f24581e43a561d6bffd6937c6b07333 0.12 MB 258 29
328,271 328,271 00000000000000000595b44471ca6d0bae6c7d363bc241e61b833df54efb5b37 0.35 MB 314 14
328,270 328,270 00000000000000000ef9d63a3e7a93bd86aee5d38a050665febcd7d63f7fc6d6 0.17 MB 415 11
328,269 328,269 000000000000000015061069d79aaf9e41a3067633c723aee36043a5f2ef6c2f 0.31 MB 292 19
328,268 328,268 00000000000000000f6814788d29f049368782faf5c0cb57683ceb4d3629f9a6 0.35 MB 764 31
328,267 328,267 000000000000000011ac75b51c0986734b1f76a52ab689bfb55cde3fef21f8de 0.01 MB 25 33
328,266 328,266 000000000000000011846838ea84da0d0f49fb8fa1e0f09292157387728c1560 0.42 MB 780 20
328,265 328,265 0000000000000000099201e5e3e5bb51d1a69a086b56f84e38e2990699bcd53e 0.51 MB 909 30
328,264 328,264 0000000000000000024ad2f995e091be78a116ea69805eb8e2970b34f0709345 0.02 MB 39 23
328,263 328,263 00000000000000001b54263b3855d2ecdb5a0139cf8a95e50a05505551e7b1da 0.26 MB 578 24
328,262 328,262 00000000000000000b2d704cacddb4a003346e324a8f392e3fc4d89c4599a7fd 0.13 MB 283 21
328,261 328,261 000000000000000003806217606a56c63dcd470b0b6215e2e12576f0ba11c1cd 0.15 MB 290 24
328,260 328,260 000000000000000012f2dde17621abda8c34ba386c8fce0c1f3e3d51f88fb075 0.02 MB 64 38
328,259 328,259 000000000000000018dc106787fd4cf43cf04305160215b0808a69fecaf010ab 0.16 MB 300 32
328,258 328,258 0000000000000000000f6589eb0d67df6cab9d307211e9862d47fbe2dfb75085 0.39 MB 633 25
328,257 328,257 0000000000000000118c22ec7576732ef9a9cecf74769496fb19eaf3fd829656 0.03 MB 64 120
328,256 328,256 000000000000000019f8a7944cff70217a78b7302455b39acf0c2b55e693d817 0.16 MB 335 31
328,255 328,255 0000000000000000085aaa63cf8c6c6bd948ed382026d1f0cf53ce01da5a4af1 0.55 MB 882 28
328,254 328,254 00000000000000000aa7d2f914c027862e7c8ed790c93d07b1d17f09304c1d27 0.06 MB 106 25
Previous 10 blocks ↓
Total Size: 685.84 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,405.91 GB sent, 110.80 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.