Memory Pool Memory Pool Refreshing

64,194 transactions
30.82 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,561 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 6,328 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,560 (695,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
167,189 167,189 00000000000008a9016d8f7b4a341055cfa5c3eec5851b40999259d63c416c1b 0.04 MB 153 38
167,188 167,188 00000000000000a372dc567737e72ca59ab356822dcc9014687b86c2b2e25737 0.02 MB 30 84
167,187 167,187 0000000000000002d8d6a4f2f12b4e59af2cffb553a5d0ae1a435adfb1f70c6c 0.05 MB 69 73
167,186 167,186 00000000000001334dff6fdd30939c94dafc2d3a089c1d734e8656b996a6ca9a 0.00 MB 1 0
167,185 167,185 000000000000046688dd5f00726fba3f22c540ad1d796d404996b1864aaeae49 0.01 MB 26 45
167,184 167,184 00000000000000fffb68adc4cc17321721abc7dce81b2d0cfd1585e538dc909d 0.04 MB 99 136
167,183 167,183 00000000000001b2a48ac1a3fad5dfe0c8d01e03ec32206e4177db3a14ff9bbc 0.02 MB 34 859
167,182 167,182 000000000000047187c2236610740b94be7885e6b76066d9cfb520247845e0ca 0.04 MB 113 204
167,181 167,181 0000000000000b76e8b9158a5c2e234cbd2f800b81c7cd25643da6b2c25d1f25 0.00 MB 17 294
167,180 167,180 00000000000009099eb94a3360edb0b634bacc221e90f187c8567b79305713b2 0.01 MB 40 78
167,179 167,179 0000000000000a589d89e8fc3929c34225b7c6aba19699dd9a92bc5be0013d92 0.01 MB 45 3
167,178 167,178 0000000000000762b6618d495a96f1e424d15902c3380238bf19ac7dbec87933 0.05 MB 122 150
167,177 167,177 00000000000001b0539af1448822a3d3b63261abc41df12880b8928f0833e065 0.02 MB 53 49
167,176 167,176 00000000000004071479485cccfdaa0a739ae7c4bf295413c439af52b00e0183 0.02 MB 64 104
167,175 167,175 0000000000000904f4389c7bf6f90c6bc383c67166347bf88328ccb018c3903a 0.02 MB 49 299
167,174 167,174 0000000000000034add55a96ac72532e3694575d4f61598f2893f68edc3abe36 0.02 MB 58 21
167,173 167,173 000000000000072a2cfb0fc19c0818d1a679cdb65bf4c703ccaa104649269f80 0.00 MB 8 0
167,172 167,172 0000000000000475814034fd53afd00fa5f65e70084354bb477bc10bb083c282 0.04 MB 85 100
167,171 167,171 00000000000005b6d78343c1523d8e83bb2a6df9c430acffe78835043fdf5612 0.01 MB 16 49
167,170 167,170 00000000000006f9056b4671e02e7550798d511b52cf0a1897c8f9d77da01959 0.01 MB 28 29
167,169 167,169 0000000000000b2936bdbb7c00fbbc6dca457fd8365d99d01dcecb07139fbc79 0.02 MB 51 115
Previous 10 blocks ↓
Total Size: 685.24 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,374.68 GB sent, 107.28 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.