Memory Pool Memory Pool Refreshing

26,164 transactions
34.11 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
862,788 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,009 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,787 (798,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
63,922 63,922 000000000188af9f7e5cd42e9c769ae978d8738143dad54e69e50165f630552b 0.00 MB 1 0
63,921 63,921 00000000054d896ffc44364d38437b1d816eefe08f9f64b1892da4ebf8451928 0.00 MB 4 0
63,920 63,920 00000000069cb23e5328b455c8983e14f8a1df706ae8beb4d22053bd1ca386af 0.00 MB 1 0
63,919 63,919 0000000006385955526a32b21f8dac51144e2b385d25dccca4928bb2b429d873 0.00 MB 1 0
63,918 63,918 000000000253581425c12794eed07559d38c80ec2a8c9d64061ecaa86e1ab07e 0.00 MB 1 0
63,917 63,917 000000000c63ed55d8b773f2e9c5ffee2cbc557065b82af0e6136a494b856b5b 0.00 MB 2 0
63,916 63,916 00000000048d4ba53eeaf867c920254d6d97f7d31f41fd055ae660234aefafa1 0.00 MB 2 0
63,915 63,915 0000000007f49f9c7ec5b852fa0c5632b7a627d75444a0dc88d65065c8df2beb 0.00 MB 2 0
63,914 63,914 00000000006823cfd38cbf2a966dbb11e03bd0cc17fa54635172ce6e8a759384 0.00 MB 2 0
63,913 63,913 00000000020e8074c82a8518e98ed2d5d363f472ea08c56729f0a5e6dbd50b26 0.00 MB 1 0
63,912 63,912 000000000b970ee521c634e992ab41b737ca8e450e2a17f64d83c9e041f8c44c 0.00 MB 1 0
63,911 63,911 000000000743551952b43409987c004d339475e346e27ecc41d9042adc714284 0.05 MB 2 0
63,910 63,910 000000000b907da3af72a090071616e0324beaf61516824d9f757257cdc1e608 0.00 MB 3 0
63,909 63,909 000000000649bd4a4b387679b9948d00f3a4bdc6da2172732ad1b5efd8ccb66d 0.00 MB 2 0
63,908 63,908 000000000a8855f69fcc88637be0395283b320cbdba02ce1142fbe862b6ed28f 0.00 MB 1 0
63,907 63,907 000000000a32769704c9b1255f9911dfb290d79a280432eb4cc548019e8dc9fe 0.00 MB 2 0
63,906 63,906 000000000942cc2c5d54965e77bddf4d841300dc9fc75f331cfbb02b69dedab1 0.00 MB 2 0
63,905 63,905 0000000001fa580d097be8f756034a2504c8dbdfdad771ee8803758aea288395 0.00 MB 1 0
63,904 63,904 0000000005400372157d2ff789a5c0f74574676eeaaf5089cb3f0eea4d00b45f 0.00 MB 3 0
63,903 63,903 00000000001abe16a6830f4a8e87708149096f5532fcc4a006c1998e6c093bd3 0.00 MB 3 0
63,902 63,902 000000000d01802f8ee3429b62c8f9bbbd4918f960ac11ba47e243eca2b70839 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 685.69 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,399.41 GB sent, 110.09 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.