Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,456 transactions (0.89 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,081 000000000000000000022cb30000000000000000000000000000000000000000 0.89 vMB 3,450 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,080 (884,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,101 25,101 00000000af2647cbb9dbee39c29f100a4f56c0485d31bd4fb014faffb00df50b 0.00 MB 1 0
25,100 25,100 000000002543565369c9e4f85f1e5d7766a78aae245bf8b27360dde7146b2bf5 0.00 MB 1 0
25,099 25,099 00000000a8ea7212dea08a4f80a382f4a4616a36efadef1dad0cd26ee3027db7 0.00 MB 1 0
25,098 25,098 000000009a643e568776d544ce467a094c557aac15af482815589672c84030ac 0.00 MB 1 0
25,097 25,097 00000000c2af08bdc990057336e1e1060ea42a32118fa7f025164e600d4dbc83 0.00 MB 1 0
25,096 25,096 00000000324fd6a47d4ea109d58e54d07412557b8fe1428199cf42d1515d610a 0.00 MB 1 0
25,095 25,095 00000000b6550ea18c9ba47727c5d4c38aafd09f351e4c43acaa20ea09e00f9e 0.01 MB 2 0
25,094 25,094 0000000078046ce82ebbf7e36fcf4a818cfa4126cc1d6f344c0b0a0eda78a8ae 0.00 MB 1 0
25,093 25,093 00000000329a3713486235053955ba0fe1c46c11f6f59678b1d506c7334ebb29 0.00 MB 1 0
25,092 25,092 00000000fcba12df5f9fc74ad62e5be75dcfb85a44369c122400b9e87d29f885 0.00 MB 1 0
25,091 25,091 00000000f626bd139b2fa68ebae493f3e6dab16dac7dbe601672f43f4614c96c 0.00 MB 1 0
25,090 25,090 00000000017377a9395eba18f2100e85a6d5b2ecfca9cea1a1e28776b1316aa7 0.00 MB 1 0
25,089 25,089 00000000c2cc0666e5edcb598e78eb85a73fe6474ba8820e2bf91c44a6e1d756 0.00 MB 1 0
25,088 25,088 000000003ef1b5899bc9109e53913441d73c952fdee38eebb1269b89022999fd 0.00 MB 1 0
25,087 25,087 000000005b53eaac480eb4d7e0855c5fac447351790185705fc0e5cfeb468b0d 0.00 MB 1 0
25,086 25,086 00000000d08181c562a1f4deedb158220fe2d59462bfdd0047554c3d7b2c4741 0.00 MB 1 0
25,085 25,085 00000000ce5915a1386ec4b9df5c00f9c5a04083a9253fd0a7bbdbceee488c4c 0.00 MB 1 0
25,084 25,084 00000000433d805d5e92d12f4979bf58308ce78c22892af441bde2f1e21b84e2 0.00 MB 1 0
25,083 25,083 0000000046330c3ce4ae1b57077b1b1d17534757b73a7522e61c8aa3f950329d 0.00 MB 1 0
25,082 25,082 00000000c0ce776e7d6146febf092236ba6f511ec3bc012fd6cd5705c4c9d30d 0.00 MB 1 0
25,081 25,081 000000001432349423123046161a81e16d1145fe7e766c7476fd56237ca368cb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.55 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,187.70 GB sent, 116.20 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.