Memory Pool Memory Pool Refreshing

803 transactions (0.26 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,765 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 793 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,764 (863,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,035 45,035 0000000023bd2afce11e85fc4fb06a7557cb2b34f798a13a09e3022174c14dc2 0.00 MB 1 0
45,034 45,034 00000000174053d0e5e7b11ad125b61ee22a7b7c9b3ea0818f8e7a9834048644 0.00 MB 1 0
45,033 45,033 0000000008cf96757a08eac34bc7ee4bea7b4ecedd19a3e405701cb6ff44e93c 0.00 MB 1 0
45,032 45,032 0000000030c37193f6fd20f41d2ddd310aef5bdabf6da0753c0375dbb3abbcd3 0.00 MB 1 0
45,031 45,031 000000001a5e3618b37d0bd054ed19848658ce5b017772edd0d0a1af0de6f534 0.00 MB 1 0
45,030 45,030 0000000009513ddb9fd24e21fcd2d9912845e1628ff86ac7c45aa1c380a8d71d 0.00 MB 1 0
45,029 45,029 000000002c320a99ab09426942bc70fbc7f74586a3295a4502e1b467456ca81e 0.00 MB 1 0
45,028 45,028 000000002748b7e60b90f2684d051c3a51f94adfe9be506f57a25026502b4b1b 0.00 MB 1 0
45,027 45,027 000000000199b2a43330b9183dcdc37df70cf0f4e324964201ec6953c935d0d7 0.00 MB 1 0
45,026 45,026 00000000182757f2bde241bb2c5c374540491ba00c0109acf282ae0e97b6a3e1 0.00 MB 1 0
45,025 45,025 00000000057e6c4025f418ed8ddf931605af0f7395a5308712b81c375ab670c4 0.00 MB 1 0
45,024 45,024 0000000012fc5858b0d2108ddc987d6b47fe164aa18f6146d7d97d6cafdc5ee7 0.00 MB 2 0
45,023 45,023 000000001b16521669fec72f1956893a5451638678f2b7f5efbe204e822fbf3b 0.00 MB 1 0
45,022 45,022 00000000281abfe0b755d9bc940a310e2aab7f27d624ed967ec8d97ab3558167 0.00 MB 1 0
45,021 45,021 000000000e6dce5771ee1b9abbec3a60d39d78ddef8e501c8109d3aca0469ba8 0.00 MB 1 0
45,020 45,020 000000002f758588117bee327464e2649afe823bc955c7133e89d099c2ae8f3e 0.00 MB 1 0
45,019 45,019 00000000376791880281ffb27c7cc3c3a6928a775685840fcd6db6a1fa60a478 0.00 MB 1 0
45,018 45,018 000000000d5a7fea472822cadcbd59aed3364708cd9fb5509eefa82fa366ad20 0.00 MB 1 0
45,017 45,017 0000000028430a691481a7658d1ba055b993a3db93ce53da8138eb224334af83 0.00 MB 1 0
45,016 45,016 000000000021622c66ac2167cdad9e9484ac5310f7bd1f57d296e047a6ba892a 0.00 MB 1 0
45,015 45,015 000000003538049dfdbdce4762324b3c76f372fb9caf184ee989ceca11d18d66 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.12 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.45 GB sent, 102.60 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.