Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,289 transactions (0.36 vMB)

Priority:

  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
910,648 000000000000000000022cb30000000000000000000000000000000000000000 0.36 vMB 1,286 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,647 (839,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,784 70,784 00000000010536414d8a395aa99ba92e8a80786991bf2472827663a2808a29de 0.00 MB 2 0
70,783 70,783 0000000000fdde3d4fc5f71861f03d99167013c140a111ac12151b97824bdb99 0.00 MB 1 0
70,782 70,782 0000000000d2fbc68c444dedcc1fecc9f5f5b5727c13651dd69d4486fbd73f24 0.00 MB 1 0
70,781 70,781 000000000004649c0181d05c5a9ad6a4ca32b4dc5fa8e3a3704577fb4b8ab2e0 0.00 MB 4 0
70,780 70,780 00000000007205e556b62678f1f9e38177488bd43e472104ae6801a5a3bd78af 0.00 MB 2 0
70,779 70,779 0000000000a77bdd6f8f19dec87dacd7d896e393a545f22621ed4826168f4abb 0.00 MB 2 0
70,778 70,778 0000000000faad91122b3d34ad97cf2f083ee406f23dca0389c0d7bbc98d8ed6 0.00 MB 1 0
70,777 70,777 0000000000a0ef50cba2164c9cc37d6232ae3b3c741639915873fa811d6bf138 0.00 MB 1 0
70,776 70,776 00000000005ad9f485f2a2ff8ba063dce842c82ab04c37ed078b26c8d15c4449 0.00 MB 3 0
70,775 70,775 0000000000c794192c8ff3269998f196e0673e887898b1e66218ed85bdb2ef73 0.00 MB 2 0
70,774 70,774 000000000068b064975248170637af44b9b9c5c2619dea74bbe7f4f9d76fcbe5 0.00 MB 3 0
70,773 70,773 0000000000c989c12c58f4fb7d179759f46b06f94ccfc4dd80dffbbd6c0b2c40 0.00 MB 1 0
70,772 70,772 0000000000be75da89c31c3966ee23c0263cca66f6ed6481f4f312b0a9733f70 0.00 MB 1 0
70,771 70,771 0000000000d836dfc0b421ac84654e1322e0af89fd1cc41ad9fa53588b6339d7 0.00 MB 1 0
70,770 70,770 0000000000802b7dbe88f480b8cf129555864d6c90e588b7546e8517b5c51c44 0.00 MB 3 0
70,769 70,769 00000000007c83d5a8562194bbb88b900b08cad8940f5ca57cbb6dfa93c9765f 0.00 MB 1 0
70,768 70,768 0000000000b6b72b18d1124180768a8159cc84f81c3744251a35d487c271542f 0.00 MB 2 0
70,767 70,767 000000000104785f173afba026e59607076c932e1ab38f8b405a0114266ad410 0.00 MB 7 0
70,766 70,766 0000000000d2de8fa324b1e2cca0c26ce6db8555e55d80ee329c5d26bc5d159d 0.00 MB 1 0
70,765 70,765 000000000004455dcb1b3956a6b713cd72cf5f44793d7d5628d2c7adae671e81 0.00 MB 1 0
70,764 70,764 000000000106647c38d9547ee3d027c9e762d80f7f09060886004f5a1e647f4b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.57 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,279.69 GB sent, 121.45 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.