Memory Pool Memory Pool Refreshing

31,879 transactions
32.96 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,092 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,526 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,091 (61,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
800,166 800,166 000000000000000000001851b5a62764723770b1d15046bbf216fe8db6d4b8d9 1.74 MB 1,487 10
800,165 800,165 00000000000000000000618fc0f69a85ad1270dc83e7541e571de5f41c555880 1.86 MB 5,068 8
800,164 800,164 0000000000000000000534aecf6e512017e81ef7b1c732ac5ee836ab1e78f2c9 1.71 MB 4,377 7
800,163 800,163 00000000000000000000019bd6b41521d0c741ac99b3cf002ba7b41633e3e512 1.43 MB 2,858 11
800,162 800,162 00000000000000000002c5661a6fde25a41378eeb2098664c70aeb1c7e625ee1 1.52 MB 2,794 8
800,161 800,161 00000000000000000001fc40b3360237fa45ac0f092973957cd5463c79696ef8 1.58 MB 3,074 12
800,160 800,160 000000000000000000033b7877b6355fb88fd42e6b860ace1126715e6b41362b 1.32 MB 1,780 6
800,159 800,159 00000000000000000000d2ec019e349c9952614aab05834bd30c0de6d82006e5 1.71 MB 3,813 8
800,158 800,158 00000000000000000000f981e895c3c71283784bdd1bba3e6d021d5a04828de5 1.88 MB 5,159 6
800,157 800,157 00000000000000000003cdea7f1587b758e6ac5766ac9249464db7da422cb98c 2.00 MB 5,926 5
800,156 800,156 00000000000000000000a9fe3188eae8ae917727106946cc7ca998d4469483ea 1.86 MB 4,491 7
800,155 800,155 000000000000000000044b0c11310b9a984260182cbed86220707413a8113d6f 1.83 MB 4,734 8
800,154 800,154 00000000000000000003e9b8309cefdd998e8cb5fe4f6d95f4bf0b168a016acc 1.51 MB 2,503 12
800,153 800,153 00000000000000000002dd3ac7141320ba42941f406632565af9fc6374dd8bc1 1.98 MB 5,256 5
800,152 800,152 0000000000000000000455d274d62298cc416a2b2053e0886800bf132f12b07b 1.79 MB 4,790 7
800,151 800,151 000000000000000000038d6885e44531c24071c2c3313ff70cdd460d3cb3657d 1.87 MB 5,330 7
800,150 800,150 000000000000000000042d5b6c17d1e919a704df2bd860ab8675d88eb55dd77d 1.59 MB 3,490 8
800,149 800,149 0000000000000000000312adf363f9c69a39f3ab084499964c4b0b11c1380ba9 2.23 MB 3,222 9
800,148 800,148 00000000000000000004794f010ebc0583ddb1f7ce10cb9dc24bc6c9a87789fd 1.50 MB 1,952 10
800,147 800,147 000000000000000000000bd3c32e1744c8d7d7118141611ba03431256341a96b 1.59 MB 2,707 17
800,146 800,146 00000000000000000003669b2fc5b891b5c0011b2e2a90435997afd226a414e0 2.17 MB 5,436 6
Previous 10 blocks ↓
Total Size: 684.34 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,335.74 GB sent, 100.59 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.