Memory Pool Memory Pool Refreshing

63,404 transactions
32.37 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,120 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,405 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,119 (69,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,392 799,392 000000000000000000032454ff12c33dce9ee43acc75bfaa55d89b7b8969ebdd 2.75 MB 1,853 7
799,391 799,391 0000000000000000000455f88df53368e610a0ad133f618658264e87f09c851f 2.69 MB 1,336 10
799,390 799,390 00000000000000000002779bd02714657390d25bc3d28cb066c890e3d069b1bc 2.05 MB 2,662 10
799,389 799,389 000000000000000000011951b4129d335448a9dfd001a20ff4b9cf1c92df1f97 1.82 MB 4,902 10
799,388 799,388 000000000000000000020111b411b340b7949c041ebbb7fe2dc9937a8f235086 1.40 MB 2,286 10
799,387 799,387 000000000000000000029479eda7ec6758475442558eebe2cef9503bc8844d84 2.12 MB 6,644 6
799,386 799,386 00000000000000000003ab2a7f7604c9bf4a78c1493bd1495b18ad3181129af8 1.74 MB 4,325 8
799,385 799,385 0000000000000000000309812c859aef621f262222eb6d2624556c1fb0421287 1.95 MB 5,413 7
799,384 799,384 000000000000000000014d84de9416254517ad89199e7ad0fa45a01b210f3fc7 1.79 MB 4,594 6
799,383 799,383 000000000000000000020f5af302c87ee322f1b627c300f1280f1d2f7e0d8681 1.50 MB 2,496 7
799,382 799,382 0000000000000000000094dd3ff1f71db039534f1850838f9c4ea9867177e064 1.69 MB 3,774 10
799,381 799,381 000000000000000000041977460db247ec0057bf71f6b73965e02ee991ecca6e 1.73 MB 2,624 8
799,380 799,380 00000000000000000001f4734758a04857e4a809162fc301f716d6c2e24beec2 1.59 MB 3,873 15
799,379 799,379 00000000000000000004274c57924e85c3fbaebc52d8f066411dc235850c86fc 1.54 MB 3,602 25
799,378 799,378 00000000000000000003826428fbe54db1496d24f7fca2406eb165da150b5f1e 1.79 MB 2,580 11
799,377 799,377 000000000000000000019e0ffedd9387cefb73a71fff0848d3739f8575de4e43 1.94 MB 2,211 9
799,376 799,376 00000000000000000004d7b1004658b1138404d43e47b73c9ec81ed8c41dbc3e 1.78 MB 2,541 15
799,375 799,375 000000000000000000043fa78d8d9012afd73452624e054a6c74720cc767bd50 1.50 MB 2,375 12
799,374 799,374 00000000000000000000a2d7b5f7218ca735fb3470323e61cee60db3a7aade91 1.56 MB 2,962 17
799,373 799,373 0000000000000000000192c0d0fb5c815556ac0a2f7cd21e074e34c1b3ccb150 1.68 MB 3,127 9
799,372 799,372 00000000000000000001f9229bc4254456c300a586284d57e76bae6e16ffc8d7 1.62 MB 3,470 16
Previous 10 blocks ↓
Total Size: 697.79 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,061.72 GB sent, 196.71 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.