Memory Pool Memory Pool Refreshing

50,491 transactions
20.40 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,618 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,733 (677,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,922 192,922 000000000000012ee5d6cfa047a83d6cf42bd2d57001219a24cebf416fcc2dd8 0.25 MB 586 138
192,921 192,921 00000000000000fa8b5bf09d32c250e1eaa2eafe3bc766ac02f2290dda634da7 0.04 MB 53 60
192,920 192,920 000000000000057ca5740e3d8f751b917df28f241a547e96f0d7367dec30c0f0 0.09 MB 284 167
192,919 192,919 00000000000006d6e1196d6815955f88c3ad1928f64f4fc956fdb18b8a5a6b7c 0.07 MB 256 192
192,918 192,918 000000000000026fd9b195af04eccea86c79d7f107ef8d40a77bea1a1bb9dd76 0.26 MB 594 139
192,917 192,917 00000000000003d911acbb319e6a0dd40da572514bd31e7f31025221af6360f0 0.06 MB 200 934
192,916 192,916 000000000000008f50afb2c37d22eb6cfafe02c709d6530d23ccb8f564254f67 0.00 MB 8 3
192,915 192,915 00000000000005af0e5b3e4da256b5c75e82105022f1ead36e732f72e8b89ef9 0.06 MB 175 127
192,914 192,914 0000000000000113edf2a19d11c8352913d667224cdecfe7445f2850775ba3ff 0.00 MB 10 0
192,913 192,913 000000000000042e03c76e300a4935bd80560d62a2affb52b80c633478e175c3 0.06 MB 99 96
192,912 192,912 000000000000034e13a8bea6dba501ddeb5ee18747070bc13d6af87ac0675b80 0.02 MB 55 185
192,911 192,911 00000000000007d0b52161b8ea5d46a7505c89088ca0da3f69be14bd38a9c513 0.00 MB 3 0
192,910 192,910 0000000000000824703eb9acf8a1214341c4445d1f46157095b0d9bf6fcafa6b 0.08 MB 224 143
192,909 192,909 00000000000003f20ba32c7aaba1ead5bb061a39079348560ca0bd2688c0398f 0.05 MB 103 105
192,908 192,908 00000000000001e67044a05a5cd85263a6356fbf0ba2065982befcc6338bf9f9 0.01 MB 32 94
192,907 192,907 00000000000001668a913052d10762f8dfdef529377eaa8b03f1393dec4c0577 0.02 MB 32 95
192,906 192,906 000000000000030fe8391778a50b800b1f4e677101c5f32ef2189c727bd1a998 0.15 MB 399 133
192,905 192,905 0000000000000686c8a4be8a674fb49173fa3a5144b0f3954fd4910f15498e93 0.03 MB 64 209
192,904 192,904 000000000000062b180110d15fe21d7f7ca0419f4410bdf7ebff55c1d600af42 0.01 MB 46 17
192,903 192,903 00000000000007f6622581e6c6ce3f45d9633a2383fa5c70478beabfb4c08c7d 0.02 MB 58 307
192,902 192,902 000000000000070029950a8a4b382c5c2402dddceae3eb2e3e221ea33ea30821 0.15 MB 327 161
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.