Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

15,505 transactions (4.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,625 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,264 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,624 (839,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,791 70,791 0000000000fa4cc562fb2f8161310b98c7a1825b5d2d66fd06722273eaf7bd38 0.00 MB 2 0
70,790 70,790 000000000076a09363c45c56364801e1d2085fbddcec9b4c1e665a4487208589 0.00 MB 2 0
70,789 70,789 000000000070ead591dd72446b0ff2bd52acc6b12c7bf1894c0562833152b0be 0.00 MB 1 0
70,788 70,788 00000000009a5193fb5b24708afc0f29632d346245175cdc8c27c96e104b36af 0.00 MB 1 0
70,787 70,787 0000000000abd38a782477049485f1dbcd69c4d98fbfbd9353414f745618444b 0.00 MB 1 0
70,786 70,786 0000000000bb541b98f321db2bbc4a83a67620addb0cfd62cbb9ec0990587044 0.00 MB 1 0
70,785 70,785 000000000069761d403ebd483443ff46a5a633f175e0ad461395842745e357c6 0.00 MB 1 0
70,784 70,784 00000000010536414d8a395aa99ba92e8a80786991bf2472827663a2808a29de 0.00 MB 2 0
70,783 70,783 0000000000fdde3d4fc5f71861f03d99167013c140a111ac12151b97824bdb99 0.00 MB 1 0
70,782 70,782 0000000000d2fbc68c444dedcc1fecc9f5f5b5727c13651dd69d4486fbd73f24 0.00 MB 1 0
70,781 70,781 000000000004649c0181d05c5a9ad6a4ca32b4dc5fa8e3a3704577fb4b8ab2e0 0.00 MB 4 0
70,780 70,780 00000000007205e556b62678f1f9e38177488bd43e472104ae6801a5a3bd78af 0.00 MB 2 0
70,779 70,779 0000000000a77bdd6f8f19dec87dacd7d896e393a545f22621ed4826168f4abb 0.00 MB 2 0
70,778 70,778 0000000000faad91122b3d34ad97cf2f083ee406f23dca0389c0d7bbc98d8ed6 0.00 MB 1 0
70,777 70,777 0000000000a0ef50cba2164c9cc37d6232ae3b3c741639915873fa811d6bf138 0.00 MB 1 0
70,776 70,776 00000000005ad9f485f2a2ff8ba063dce842c82ab04c37ed078b26c8d15c4449 0.00 MB 3 0
70,775 70,775 0000000000c794192c8ff3269998f196e0673e887898b1e66218ed85bdb2ef73 0.00 MB 2 0
70,774 70,774 000000000068b064975248170637af44b9b9c5c2619dea74bbe7f4f9d76fcbe5 0.00 MB 3 0
70,773 70,773 0000000000c989c12c58f4fb7d179759f46b06f94ccfc4dd80dffbbd6c0b2c40 0.00 MB 1 0
70,772 70,772 0000000000be75da89c31c3966ee23c0263cca66f6ed6481f4f312b0a9733f70 0.00 MB 1 0
70,771 70,771 0000000000d836dfc0b421ac84654e1322e0af89fd1cc41ad9fa53588b6339d7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,259.76 GB sent, 121.24 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.