Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,666 transactions (0.67 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,742 000000000000000000022cb30000000000000000000000000000000000000000 0.66 vMB 1,650 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,741 (884,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,697 26,697 0000000029822253300db7246639348e5affc111df1d816ab1fb5e667633814a 0.00 MB 1 0
26,696 26,696 00000000070333c448304941e69f6e6d435cc2d32b800170c5cc2db8405a0394 0.00 MB 1 0
26,695 26,695 000000004a0e8475f6b7b3c659f673554ff913df856475cbf14f7d815061c8e9 0.00 MB 1 0
26,694 26,694 00000000ea076acdfa15241108d6db3cd57602f7f66a7728f65035c9092417ae 0.00 MB 1 0
26,693 26,693 0000000084234d9cb61082cc70c33bd59bf8747b8eb60ad200f3a2d8c3291156 0.00 MB 1 0
26,692 26,692 00000000e16ec35774a24c636c3ab8f9ad09fe82cfa3bfc4bc157811183ac771 0.00 MB 1 0
26,691 26,691 00000000594e9b1d8dadfd9fb76d6ca05ed7ca33a0da5caffbed7fd95eb30f4c 0.00 MB 1 0
26,690 26,690 0000000023bd41adc5ed1f5ab7bc900da59f21a8d091660aaa7189d4fbd19fa1 0.00 MB 1 0
26,689 26,689 000000004874cc87a675f680ca70dd0e4a0280b8510de50e6c5e40c04389c060 0.00 MB 1 0
26,688 26,688 00000000a69f3b9ab93c7a8e00fee4e861f4c1fe3f4f03abf244f55b780379d4 0.00 MB 1 0
26,687 26,687 000000007b051456ba5fb54450340362b273c7e26d3b41bf0ee78a20b1120715 0.00 MB 1 0
26,686 26,686 00000000d59f628a430682dce359c7aebaad949bdd92196aabc6ee7cec65358a 0.00 MB 1 0
26,685 26,685 000000004d339e80d34d97483c9468849c4d494703c0598b360808fc19eabbaf 0.00 MB 1 0
26,684 26,684 00000000a6eeee937b0992a3fa9c954915995499b5a7fe542433cf37236c34ff 0.00 MB 1 0
26,683 26,683 0000000043f491e921bc2a3fb7baa63fbf860891bc50b9f9527bcc78920251c0 0.00 MB 1 0
26,682 26,682 0000000057871f0d4d2d1ee867297fb8574e660df79ee0c529115c94a365ee01 0.00 MB 1 0
26,681 26,681 00000000651fcc7b665541feff9a6d8358b491af432cd10d2c3b469521b21cf0 0.00 MB 1 0
26,680 26,680 000000005c5290210106ad923e5e318356b54c3431b4361f75cfb9640ab02f9c 0.00 MB 1 0
26,679 26,679 00000000ece44a39fcfafd8272f8b05a2b7d166989113177d36998dfee5715ca 0.00 MB 1 0
26,678 26,678 0000000001b3d360ff38c175cf10bfc5e75cb9c025a58506666f71d082ac138a 0.00 MB 1 0
26,677 26,677 00000000a8df8517cd4f5a5bed5b53300aa90c16ff7b6af63310f6c034243da4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.75 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: 2,293.25 GB sent, 122.37 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.