Memory Pool Memory Pool Refreshing

41,983 transactions
23.54 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,764 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,506 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,763 (146,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
723,274 723,274 00000000000000000003a2e23d6641746f5afeee23e66d1e0b62a5b2db512ffa 1.64 MB 2,405 10
723,273 723,273 0000000000000000000a28f589df88efaef6757a922cc01da63b694fd6270a03 1.49 MB 3,331 18
723,272 723,272 0000000000000000000736920a2fce5cc8601c4db8f83703704e8613288c6e31 1.23 MB 1,734 6
723,271 723,271 000000000000000000095006cce71afbf6f6200a26aa035af72d9e580f1b4a30 1.11 MB 623 4
723,270 723,270 0000000000000000000688a5157a5c6e8720593190ace7c52b41dfae94d1c26d 1.19 MB 1,119 5
723,269 723,269 0000000000000000000947ad866753b2bb1cb2381077e4426ce82b5354be193e 1.18 MB 1,766 7
723,268 723,268 00000000000000000009087177edc4743d43e036ac2b576fb1a1bbda85a9a42c 1.18 MB 1,586 4
723,267 723,267 00000000000000000000fb3d599c63e0f0dd03d46ad83f04292c6fcf2ea56ae0 1.56 MB 3,365 4
723,266 723,266 00000000000000000006f41b800cf5454e2be76028fe4688d6da0929acf50420 1.61 MB 3,089 9
723,265 723,265 00000000000000000004ffc708a011a2a7bc9b38b19c52800329fba18a6f867c 1.62 MB 2,385 5
723,264 723,264 0000000000000000000a7d1559c687eada3388b1464523531fe8cf4c718a84b1 1.49 MB 3,079 23
723,263 723,263 00000000000000000007a1eb22c5b65eab9ad93a801f4e14e8a18d3e7ed3e820 0.59 MB 913 6
723,262 723,262 00000000000000000000bf6d705e6be4962c6d978429426a07a1e937616c53c6 1.14 MB 1,563 5
723,261 723,261 000000000000000000010f2cf5144cb3f8282d1b6f2f9234c30267f69f537a27 1.33 MB 1,471 5
723,260 723,260 0000000000000000000a63fe80fda99f7a1c2cb3f71d165b9f678e83881d5fd6 1.32 MB 1,902 8
723,259 723,259 0000000000000000000869ed9e43f7a8a1480b10be1f32913c78c91088dc9130 0.29 MB 419 6
723,258 723,258 00000000000000000000c971226f2de4d8746cefc14c7e4d8f63d1548af93535 0.18 MB 402 9
723,257 723,257 00000000000000000003fa1f5efa01612d4f5a14938dfc95aced833faf70b699 0.38 MB 689 6
723,256 723,256 0000000000000000000956c620bbf30e7c2d45d4f304aa34481f3243be0010c9 0.26 MB 438 9
723,255 723,255 00000000000000000003f93330e858122c5de561d41bf1c2021aa438d6555f17 0.93 MB 1,430 8
723,254 723,254 0000000000000000000805adf5da432574bd73fa45d6e4e78565e9ca7c76dd8a 0.39 MB 862 8
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.69 GB sent, 204.06 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.