Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,366 transactions (0.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,156 000000000000000000022cb30000000000000000000000000000000000000000 0.34 vMB 1,366 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,155 (827,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,966 82,966 000000000016842633218aa86a4501981e480240127306559ec20d642807a088 0.00 MB 3 0
82,965 82,965 00000000000b5f3ce8f055023567236e8de5bdac61eabf7242817f2d71c3ccbd 0.00 MB 1 0
82,964 82,964 00000000002058e7f8ac3c708267f2c0a7fddfaef1fce0211d95e67dcff32320 0.00 MB 5 0
82,963 82,963 00000000000426dbac0beefe3d47fa23ef0326107057e0afba77d602a6cf066a 0.00 MB 2 0
82,962 82,962 00000000001a510f5456c118496da9ea8db3316af778a6ff08dfaf7f5ebe5068 0.00 MB 4 0
82,961 82,961 0000000000158693b1088337b9252329ab1f4367f657be8b440aab66c7fc5810 0.00 MB 4 0
82,960 82,960 00000000001b56bc31900dd55659364e7db7604c93979407d566ed42f6f1b459 0.00 MB 1 0
82,959 82,959 00000000001c6267fc862b2aea32d93c4bb807ac64a2213fcb7dd231ef71e4e1 0.00 MB 2 0
82,958 82,958 00000000002bb4a617351938d339132d76d5eac03ea29898447d75ce98446568 0.00 MB 5 0
82,957 82,957 0000000000239deb5e04fe11e3bed60e0bcf9d6abf953abef8976601b0bad5f5 0.00 MB 2 0
82,956 82,956 000000000013785824dcd0b0067a1a1a7d0ab52c6e73520e63fc948fb04aff0c 0.00 MB 1 0
82,955 82,955 000000000020e2b30647afb1f71ce3f575a24696ea395c4d78102fcda2d555df 0.00 MB 3 0
82,954 82,954 00000000002f5ac133be82944ae877d2d52e2d0723593f8f2c8708a146f833cc 0.00 MB 1 0
82,953 82,953 00000000002986bdb1369925766fad15e8fa48653822cdf7d5e885c2db1b0710 0.00 MB 3 0
82,952 82,952 000000000007c1e48e1293fa59cb6d155d4446dd60f4c8b6a8286c9d090e0110 0.00 MB 1 0
82,951 82,951 000000000026b3967ca6b06bf3e96a88dcd73c87e6daa91bb28fc795419a31ed 0.00 MB 1 0
82,950 82,950 00000000002ae32e4ad31c0255967e8efa2e7650983812596852f908e1ce7da8 0.00 MB 1 0
82,949 82,949 00000000000779ab7e83f1bd03458cdec255dabe431f8de5fd65e3de1aabaddd 0.00 MB 1 0
82,948 82,948 0000000000232b17a821dded7787574132edca2583625f283b627d10d7a0d95c 0.00 MB 6 0
82,947 82,947 00000000000183fd09e302d06c193a08e1a421984fd280e38f70bc2d72da0885 0.00 MB 1 0
82,946 82,946 000000000015843baeadeb01340dbe85f9336096e5c106c667707e3b504c755a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.68 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,193.51 GB sent, 116.88 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.