Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,906 transactions (0.96 vMB)

Priority:

  • 1 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
911,141 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.96 vMB 2,903 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,140 (875,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,929 35,929 0000000010389aa06340eb0a7747a874581adf0efae3363416add19bc09c8bd8 0.00 MB 1 0
35,928 35,928 000000000f4617caf0a1af8ac23845b3dd5a79763c5b13104975b002331c7a09 0.00 MB 1 0
35,927 35,927 000000001cda39962a0b922cd1d42c7e3e8946a41de98c322e3428107c48fa8f 0.00 MB 1 0
35,926 35,926 00000000199daf1a7bc0fe2594e626486c69c166bdfd2a1eb0948a8fcc553bd6 0.00 MB 1 0
35,925 35,925 00000000afda8603a0a53d2b6d7915cd171371db8f09f41425036540d0492d50 0.00 MB 1 0
35,924 35,924 0000000010d70dbb98efa1c5f8dbe5bf82589833110cf08630259443101bd7b6 0.00 MB 1 0
35,923 35,923 0000000028a0b883d641086f03f065fe79e6e5aa4064d2c20f1499557e1a2519 0.00 MB 1 0
35,922 35,922 00000000aedbeb528a01e3b7d75b9170f07c96a8b5453c1c662c73a740e9d1b2 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 775.50 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,374.10 GB sent, 126.30 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.