Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,195 transactions (1.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,727 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,154 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,726 (882,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,921 27,921 00000000eea64d44f7afa344b65a7d877d7b2462e37f1b1bb01e0d1c73d64dd9 0.00 MB 1 0
27,920 27,920 00000000b1096f1b9fcf4c9ef655df2141823a4ca72a79f4e7a02f1e8be862ac 0.00 MB 1 0
27,919 27,919 00000000d2277c56291ea3127302a80db4d4990ba1c237c70abd0642c6b976bc 0.00 MB 1 0
27,918 27,918 000000006d7d95c8f1c2484b969d32c9ed211561eae172c4a2f46caa1e31a9db 0.00 MB 1 0
27,917 27,917 00000000fc4aca2b2ed1e80cf22643f0045aed8b301c32836fa2e6efebc8b3f2 0.00 MB 1 0
27,916 27,916 0000000000f53a2654425ec97bc36751f2a706601dceda49d79e1fc45b906339 0.00 MB 1 0
27,915 27,915 0000000077ce8d8bd14bac59c7e40132746dbb73d5fc569ea41081335cb0d59c 0.00 MB 1 0
27,914 27,914 0000000010a978321d09daa5845f2d44f35fbbcc39850f41d0110648f911e7a5 0.00 MB 1 0
27,913 27,913 00000000e869252b45692f6bcac8a2e2ce140026feb5293e24234693edba9a9d 0.00 MB 1 0
27,912 27,912 00000000d09379061361f7a8280122a43f1dbaf6272ec7928dcf66c6ccab2c36 0.00 MB 1 0
27,911 27,911 0000000007474daa5ac54dcc3656ae5b7e3cd5910b430ef232bb7e2082f31227 0.00 MB 1 0
27,910 27,910 00000000137f0da4d85d0d5060e81211459608e14a9420f6f3e5afdb96448dc2 0.00 MB 1 0
27,909 27,909 00000000532ddefbcc074d32170fb3652d83342c006c61ad9de199f1ab61e742 0.00 MB 1 0
27,908 27,908 00000000600864bc4882226ceabe32b6d4b2f34bcec868a06e3e5a70fe55021c 0.00 MB 1 0
27,907 27,907 00000000e7c58ced1193b9c3af1d8525c019641254ba91fb42ad177e100d29e7 0.00 MB 1 0
27,906 27,906 0000000087223eaec36ef849a8cf07378f2b3ce9d1f35b319090c27ef2967c98 0.00 MB 1 0
27,905 27,905 00000000bc052b78d4e5f7824f57f93525c65b50c0c4cdb72d6b8c0f9ffe6742 0.00 MB 1 0
27,904 27,904 000000004962c7278bb561e642480f8f6440d066b4192f318f6f6b443ee02d0c 0.00 MB 1 0
27,903 27,903 000000001874d6537b4cb4bf34ac86aa1856a0164aaa63b492b400ae1910f9b4 0.00 MB 1 0
27,902 27,902 00000000ba018a3785ba7b18e78307a18a7701c8fbc5fd178fcef1856c151d09 0.00 MB 1 0
27,901 27,901 000000008ffd17327a2dcf8378b1c76a54b7b556a4e1509b8712b411c33d63a4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.72 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,292.19 GB sent, 122.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.