Memory Pool Memory Pool Refreshing

50,596 transactions
20.42 vMB
Show Random Selection Loading Transactions
Max Size: 123/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,734 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,588 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,733 (93,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
777,447 777,447 00000000000000000001d00fe9384da9fc20b2730f24a0ef94aef24e5dc52177 3.06 MB 873 6
777,446 777,446 0000000000000000000608561ae70e5f6519896e959589c10b1392d3796a6fd0 1.49 MB 2,199 15
777,445 777,445 00000000000000000006fbf6f39642c9f6222f910ecb7abf41b84da720557e8d 3.65 MB 372 5
777,444 777,444 00000000000000000001e9df818dd288629fc4a1a6ab44faebebc44a9d5f141f 3.53 MB 580 6
777,443 777,443 00000000000000000006c8c83c264df3921266888fab9513d590476c2c88baff 3.31 MB 648 6
777,442 777,442 00000000000000000006d9156cd9e6debf2755df1addfa12a78bfdb7a6fe1c3d 2.07 MB 1,630 11
777,441 777,441 00000000000000000002a8e9f7bcbaa3c28a5c8c814746ef3b125f957039db16 3.56 MB 501 6
777,440 777,440 000000000000000000062cf1f7b667645145ef07c67603b5e6d85e73d44d8579 3.27 MB 732 7
777,439 777,439 00000000000000000005b19bdc4e5e54d1f4384c501c919b1c35dc647c4d10df 2.79 MB 1,019 9
777,438 777,438 00000000000000000003d886c62aef62f44a1143dbae46b77f40754521614dc9 3.04 MB 1,159 8
777,437 777,437 00000000000000000002efaf51eb28ffecaabe55f41d224f231d8bb0d226ec5d 3.93 MB 153 5
777,436 777,436 0000000000000000000718bb10aee6c46f3619043a623cc4226fd790c132b97f 3.63 MB 354 6
777,435 777,435 0000000000000000000103318cba7d635b567e914cc735d9f0a9b0c15fc03377 0.00 MB 1 0
777,434 777,434 000000000000000000063f94a940b50a397adacdcace412dcdd221ca250adcae 2.05 MB 1,295 11
777,433 777,433 0000000000000000000357c8b7ec5b7bfbd98fed83d20cd894c014671a0dd9e6 1.69 MB 731 10
777,432 777,432 00000000000000000003abd81e9b17dd06ac2a7d4ce040e4bdf81d26174c7574 3.58 MB 346 6
777,431 777,431 000000000000000000014fb9c4d51c284f040b1ca7fd0245b6bf52bda33493c4 2.73 MB 1,077 9
777,430 777,430 00000000000000000003070892cabf32f31442a08661a980da2251f04f9fc0dd 3.48 MB 714 7
777,429 777,429 00000000000000000004587fc6440c87adddc92e6af52c8411e6856e109f11b4 2.17 MB 1,976 11
777,428 777,428 0000000000000000000470fc318c465b19c887f20c6772a44bc671d74d89de3d 3.41 MB 502 5
777,427 777,427 000000000000000000039bf7b132f51e0c8db9fc50180eb9e988870c5308e915 2.24 MB 2,031 13
Previous 10 blocks ↓
Total Size: 700.85 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,385.07 GB sent, 216.05 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.