Memory Pool Memory Pool Refreshing

42,640 transactions
33.40 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,226 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,223 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,225 (166,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
697,115 697,115 00000000000000000002bc72d285da0b91d28f54b5a56d92eac879a7025d7bcf 1.49 MB 2,343 10
697,114 697,114 00000000000000000004e2effa1919ffc0c23f3b284cd574f2ba55c02ee8c6a9 1.27 MB 1,528 26
697,113 697,113 000000000000000000085fef4debc04bc4a785e7b78a74f820c80d1239864f96 0.61 MB 971 11
697,112 697,112 0000000000000000000a114bc636d13fdefb920adc4dcdbaff2475671dc04846 0.23 MB 116 8
697,111 697,111 00000000000000000007debcaa13c07080e7e3ee7b3eca6fbbf347d511b7b063 0.57 MB 1,071 14
697,110 697,110 0000000000000000000a8dedd9f195ada04892cd70f5ec574fcc7cebfdb44a48 0.11 MB 236 17
697,109 697,109 0000000000000000000741d829a3b5622f6ffeba64677d2806c9a0e04b8cbdc6 0.06 MB 129 17
697,108 697,108 00000000000000000006aef1395b0cd015bfb92342729a8641d007834f5c22cb 1.04 MB 1,100 7
697,107 697,107 0000000000000000000b64d94e95c6cef23c007f244462a44fa5b8f009de97bb 0.76 MB 1,104 15
697,106 697,106 0000000000000000000ddd8ce862c014d8305c381b839808cb8037d3548c3b23 0.31 MB 280 7
697,105 697,105 0000000000000000000565f0504430b1672dd829a7e85af4577bd4f7ef61646e 0.07 MB 40 4
697,104 697,104 000000000000000000022bb58922e2c6b71907d799233365098d9f46e745ec5f 0.56 MB 512 8
697,103 697,103 00000000000000000004240637344bd215c48373a09e3224569c95edcb1c32f4 0.26 MB 326 18
697,102 697,102 000000000000000000119fc2bc76f2c4d4a10ace0ac38628dfe98e87a6184978 0.00 MB 15 7
697,101 697,101 00000000000000000011f7fe34362ab30670243af6ce334670a0716324d96afa 0.76 MB 732 14
697,100 697,100 000000000000000000005dbdaf106526befc3eee2d8de07a9f6663a6b2dda772 0.61 MB 1,316 19
697,099 697,099 0000000000000000000a0e349235446f3a54f7d959a32f0cf9984cd02b5498b6 1.00 MB 2,150 21
697,098 697,098 0000000000000000000e72786895ed7353ba6e3eba48411ea821262a2c482450 1.30 MB 2,195 14
697,097 697,097 0000000000000000000026d6071d3c297eda5ce1796973208bc9a638e0cb6fd3 0.51 MB 1,135 16
697,096 697,096 000000000000000000077f3d51aadad436230f1bd4761132ef4e13831556bbb3 0.03 MB 47 15
697,095 697,095 00000000000000000008a8a68232099146dd1b4ab55176f5538ffb6184c1f8cd 1.17 MB 1,813 11
Previous 10 blocks ↓
Total Size: 686.55 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,477.61 GB sent, 115.45 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.