Memory Pool Memory Pool Refreshing

43,143 transactions
24.17 vMB
Show Random Selection Loading Transactions
Max Size: 146/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,759 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,050 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,758 (236,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,888 632,888 0000000000000000001084e06f0a95e5b0b5bbd42422ddbd4e27976d0c51bf89 1.33 MB 2,857 71
632,887 632,887 0000000000000000000bc9c4b0046f9591c9d8f6b3fc57185d3d11f843e881bc 1.38 MB 2,624 102
632,886 632,886 0000000000000000000503d8412329a4cd2c335862b5c9a1ee8568822db2a381 1.32 MB 2,033 83
632,885 632,885 0000000000000000000b77dbfe3d566b576caec935ce1744dfe3d8b4404e7682 1.35 MB 2,831 104
632,884 632,884 0000000000000000000d9f0da8e913d739fbab755548f075f7264b8d847fbb81 1.30 MB 1,888 76
632,883 632,883 000000000000000000051162d02a33bd30acd558d8131b3f92e3ecbbf98b223a 1.27 MB 2,424 68
632,882 632,882 000000000000000000062d0c3735452aa91083b5608a2470abf1173ccd98362e 1.41 MB 2,314 96
632,881 632,881 00000000000000000007e07ff97dc903e443db8ec80168f0ac39e45ad2813d38 1.22 MB 2,206 62
632,880 632,880 0000000000000000001057892cc571553c940a6dc9aaf2354dabaa96337b126b 0.00 MB 1 0
632,879 632,879 00000000000000000007ab06784d18b7ad068b35a98ce16a175047a21f79305a 1.44 MB 1,664 78
632,878 632,878 000000000000000000014384cb2ec6688bd4e3611ab1fcc123b5680c2a16837e 1.16 MB 1,253 96
632,877 632,877 00000000000000000003bb916d9880f5df37735864e51f20a593a798190663ab 1.49 MB 2,064 82
632,876 632,876 00000000000000000003b287f50e668724990456f834a9a4aa815bc5a689706c 1.38 MB 2,405 104
632,875 632,875 00000000000000000007b168e34b8fa7d7d8bd14cf83d7d60980b9e07f1efa84 1.37 MB 2,556 81
632,874 632,874 00000000000000000002d1938d05583551d41d2f09ecb86831992b58f2ccd267 1.23 MB 2,513 51
632,873 632,873 00000000000000000003424ea14a4060b38c7cd305fb4ac56db47c1ab0bf9b23 1.23 MB 1,198 61
632,872 632,872 0000000000000000000f88f64a1a71617b9aa877fa2393e6783f7b988dc35d7c 1.37 MB 2,555 76
632,871 632,871 0000000000000000000f8a7e4603eb4bc9db0a430af4c784fa8a0ce51f193c5b 1.42 MB 2,462 89
632,870 632,870 0000000000000000000e377d96107c505b10b449e9e03d04fb7cfd5d0e0a8519 1.40 MB 2,259 92
632,869 632,869 0000000000000000000bbc17789ba953f2ece6dc831f9ade71894750ec731c59 1.22 MB 2,304 41
632,868 632,868 0000000000000000000dd3774e962ff0e3c55ba00cb6d4cb453f05657d4d9c20 1.26 MB 2,583 17
Previous 10 blocks ↓
Total Size: 699.01 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,106.21 GB sent, 204.02 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.