Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

18,296 transactions (5.77 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,696 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,903 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,695 (822,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,684 87,684 000000000017910ad7391512633cd242818225f01540ae0938584922b9f0ecb0 0.00 MB 3 0
87,683 87,683 000000000015dbc7c36801cefd3124d73a3f99274a799a1bfa3a371f3d6b88fc 0.00 MB 1 0
87,682 87,682 0000000000027df5505960876e78324b73f32605a1bcc405ad5d198de3b0b602 0.00 MB 3 0
87,681 87,681 00000000001510ecc142e46a9cfa50a475d65c988462bd18dc9b6911ffc621b9 0.00 MB 4 0
87,680 87,680 000000000011ebd03bf561bee3091982ee489290b6c75b11a30615f40208afd9 0.00 MB 1 0
87,679 87,679 00000000001719104df18531d024d0bdc1dc23355492836f2145cd60e504611b 0.00 MB 1 0
87,678 87,678 00000000000d0fafed1cd7f7d9eb6a893af68092bc05d9213bdf4e760864fe86 0.00 MB 1 0
87,677 87,677 000000000003c6100d9d13eeeb73373985a4c50d83d4afa46f5520bec5d43ed7 0.00 MB 4 0
87,676 87,676 00000000000db573e15df9bd68f64a2d36442ee68f76280b0a437438d2266e99 0.00 MB 5 0
87,675 87,675 000000000010b7db12431774207e74eeacbe99705eace65e32c07a2e8b0760f9 0.00 MB 1 0
87,674 87,674 00000000001d4a7528de2f9a31b46260cf66caef9496f91a20fc729a5f1e64d3 0.00 MB 2 0
87,673 87,673 0000000000079f6c254de946a586098428dd262a9ab82ed547e9123e3f123198 0.00 MB 1 0
87,672 87,672 00000000000a9bbfd3b677a8d0ef4c408bce299e53bcf42834014b6ec40d7555 0.00 MB 3 0
87,671 87,671 00000000001d27aea04384b90009fd070ef8bf28371e88d7e408cd1c1c406855 0.00 MB 6 0
87,670 87,670 0000000000109214485262bb20499ccf6168a011675b341e0461f139d502a97c 0.00 MB 1 0
87,669 87,669 000000000014a42da71d9d2d6dbeb5726864bbf75d83d2b18b10ab18c62254d8 0.00 MB 1 0
87,668 87,668 0000000000058a779c2e46e7641dfd81a6bac14460982fec46cf2dccd9e5a8b0 0.00 MB 1 0
87,667 87,667 000000000013213377b209893b62cd4678bdfa8b7fea2f55926b845c8c3caa31 0.00 MB 3 0
87,666 87,666 00000000000524fc647172becaddd739b57688666b5d627e366665bb1a950c60 0.00 MB 5 0
87,665 87,665 00000000000e7f0893622e3405196ddec20a994970a8410e048d35f2fccebbe7 0.00 MB 2 0
87,664 87,664 0000000000144325e1ef914b376b3965f74ba15773e6f74a5f186d551e40187f 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.84 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,154.87 GB sent, 112.61 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.