Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

592 transactions (0.15 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
910,292 000000000000000000022cb30000000000000000000000000000000000000000 0.15 vMB 585 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,291 (819,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,354 90,354 000000000008d3ab85c416f447592bde1b743c2b9ce319f0fca372542a743b28 0.00 MB 3 0
90,353 90,353 00000000000b185f4ca2c02e810666f3239faca2b142b32ebb240eb91561bd6a 0.00 MB 5 0
90,352 90,352 000000000001df4c3bc9e1923d71ace8e058e6e88f6799e66c6705558f0bccec 0.00 MB 1 0
90,351 90,351 0000000000131dc05ced22eb0cb7899d91f7ad426e12a91ff15a67db078afffa 0.00 MB 1 0
90,350 90,350 0000000000081d3994c05b0321dded657b58123ea2247fee7e18519845e7d880 0.00 MB 1 0
90,349 90,349 0000000000129d2aea0b9b052428baaa8703e50e49c96b6acb8805bdd1b17fc1 0.00 MB 2 0
90,348 90,348 00000000000d2b36502d14bbae59c05455bbacd5531d8bede14361e63403df8d 0.00 MB 1 0
90,347 90,347 0000000000002cf6ed848246ae9f87c43f3427a484730a42d3260c09e973f526 0.00 MB 2 0
90,346 90,346 00000000000f926f42e5945a767efa9f107bd952eb29f703de189c0bd6f112e7 0.00 MB 1 0
90,345 90,345 00000000000ea6ee10c4dc7d355345b3e72f85992e3addc00300d0410b048148 0.00 MB 1 0
90,344 90,344 00000000000662ee5600113d73fe7d1905944110a868540947bfdfed04be9fe6 0.00 MB 1 0
90,343 90,343 000000000011d7cc7c3bb5ed008e29bc562948db0b0e3471e58937ddd55e1cff 0.00 MB 1 0
90,342 90,342 00000000000898ddd749e825183b88cc0276cabb0ac20b12d781da00a16be99d 0.00 MB 1 0
90,341 90,341 000000000011346692894e47278f2ec31892ca33c1b6e5095f45f2a4e0df0f1f 0.00 MB 2 0
90,340 90,340 0000000000084e2c042dfeba566833297a43bfbf2ccf0b86a7c9e0b10c4467a2 0.00 MB 1 0
90,339 90,339 000000000004f5b5950dd2cb44ea494ab73ed8d320f76c212261d3ca5040592e 0.00 MB 1 0
90,338 90,338 00000000000453d8cd4e17034c92ac890c4407cd9985411f4bb6657517db7dca 0.00 MB 2 0
90,337 90,337 000000000001935b3b95b14a8edd8bbfc6f54b36cb60eb720398e0457a4c7bca 0.00 MB 2 0
90,336 90,336 000000000013139ec529ff37043650ed5f821d48ce38c847e2412af1ffac1534 0.00 MB 1 0
90,335 90,335 000000000007d2139aedfd63173516f8ded17a1737e92ff1ca26f87decb596a4 0.00 MB 3 0
90,334 90,334 00000000000137ea6ef5d4ab57e4b2b014db98cd9a6829e4c88670e0f8eea031 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.94 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,229.65 GB sent, 118.25 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.