Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

375 transactions (0.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,107 000000000000000000022cb30000000000000000000000000000000000000000 0.12 vMB 355 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,106 (875,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,921 35,921 00000000278700ea13b98aabccf15d4e2cc11e6319259f22cb389fc9806670cd 0.00 MB 1 0
35,920 35,920 00000000326bc78ec68b2dd13715b05e2cf275098b1ffd16719298a444bde118 0.00 MB 1 0
35,919 35,919 000000000d4f148a241ff34f76771b258d0d77d297e57633212174d5420ff404 0.00 MB 1 0
35,918 35,918 00000000641607dd8c0215ae6473895105da74a20d3e1a49b970e7f078191e33 0.00 MB 1 0
35,917 35,917 000000003f08e4c4257377babb80372d76b7a357e2504913be8ba4c447003104 0.00 MB 1 0
35,916 35,916 000000002484ac9a72a61e63b71fd005adce5a490cfa1ee59b39f09a60ae9ed8 0.00 MB 1 0
35,915 35,915 00000000b7dd4ed8c611251014b58e9782c546479318d045362b2c64cdc3d754 0.00 MB 1 0
35,914 35,914 00000000256f0e6e804f6c483a8dda412e4a3edbd91e62e7def7bcb5a55935bf 0.00 MB 1 0
35,913 35,913 0000000006da807b7a5a75906a8d041d96714ae1f9900ee0686be52b2d91b51d 0.00 MB 1 0
35,912 35,912 000000008ee4f65462946dde391a0b0b08bbab32bb545a1a3776ddcf731c6d6a 0.00 MB 1 0
35,911 35,911 000000007110f0590461e3d8458fd6c97cc2ab9a291ee09e1a0ac306031ed62b 0.00 MB 1 0
35,910 35,910 00000000b77221a3b89593c2b4288829acc1a674a43f8e33377350749ddffb27 0.00 MB 1 0
35,909 35,909 000000008376feb392fc14ee49f851db4e6c3a63a02522747fcff839511fa5a9 0.00 MB 1 0
35,908 35,908 0000000042cfe1603dc5c8f6cdce04bf53a2d18ffcdd563b8f2e0556e8c1bf5a 0.00 MB 1 0
35,907 35,907 000000003f6cc6bdbb73ddc1428d87bf01b3500333ffb98d37cfc3906fb399c1 0.00 MB 1 0
35,906 35,906 00000000048d7c63e2ecfaf513fbf886896772bbf9607d6d656f5f7124a0fdd7 0.00 MB 1 0
35,905 35,905 0000000027c6cee24dc6e5056d6d67bf32cfc23567c0151850da94fbbc2aed8b 0.00 MB 1 0
35,904 35,904 0000000039f9a34c82697476af915eea603578adf1cf3c93913091813fb7ed0d 0.00 MB 1 0
35,903 35,903 0000000051ea8e1111218ab8d8e74a2262c346c3ab9f254b8600ed9549e6f56c 0.00 MB 1 0
35,902 35,902 000000006faeba7466edcfa2f84883c3afbbbc01dba2c01c6f2b6f4c703ad184 0.00 MB 1 0
35,901 35,901 0000000072a9f2a4119aeaa96b39c6a4961f95fd55197f26ec9694de986dca10 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.44 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,369.69 GB sent, 125.96 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.