Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,617 transactions (2.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,846 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,780 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,845 (829,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,766 80,766 000000000035b52928c756c522c3e64d073e966cd2e36b5ba8ad2c1a900e94cc 0.00 MB 2 0
80,765 80,765 000000000034edffbc788bc6f6dbdb8f504b40a00271f615a13499114e2912dd 0.00 MB 2 0
80,764 80,764 00000000002476450e40a686936c8a7845a86cb120c5f3e338e8029d8494bfbd 0.00 MB 1 0
80,763 80,763 00000000002dcbd4eba1c967a80cbfc9ccd1bb0ab5852e9e10a3462fcbe01061 0.00 MB 1 0
80,762 80,762 000000000013b4e57f327080a46182146bc4ac342b7c46b2693ecb694e2a3cc3 0.00 MB 1 0
80,761 80,761 00000000000aea50bacb1a39f900b24e530cece688722f26d8394906953cbc07 0.00 MB 5 0
80,760 80,760 0000000000058c3d47d1410caad22f5266e617ce1fdcd739fa0e20574318d2f4 0.00 MB 6 0
80,759 80,759 0000000000189ff509c58ae6479b76b3d8037c3413e0fcfce9c2fd708fb9a656 0.00 MB 3 0
80,758 80,758 0000000000057d1e8322b8f0b5f16913a11e9d41ec249b03f934508fd1043e33 0.00 MB 1 0
80,757 80,757 00000000002a4073f8c2dc6c59144c9fc2e971b98106d4c551d5da9a056b7029 0.00 MB 1 0
80,756 80,756 00000000001f0b12e0db09c1a047ce14a607df17553fa3473a309b7181c25147 0.00 MB 1 0
80,755 80,755 000000000046468b2a24f9fc922fe961221828f63a8c93fde06aba7ef748d823 0.00 MB 1 0
80,754 80,754 00000000000766668d8e44781959468039cef27db3fa509b6ff59d624676f916 0.00 MB 1 0
80,753 80,753 0000000000411ea30755cdd48fc01870936613c29b213f671fbbe3b28adfe0bf 0.00 MB 1 0
80,752 80,752 00000000002b3c63c8b98cf34e7312aee0cb4504dd833769e2d8806556e7b69c 0.00 MB 1 0
80,751 80,751 000000000001d8f705067659750e9aa7738cd22ffa7e848b09aa207032082d2c 0.00 MB 2 0
80,750 80,750 00000000002660b2c214f2e5a7e565ecc45818e92509beccb4f25b6a10e8fd4a 0.00 MB 2 0
80,749 80,749 000000000046aa4c28979a04c8466dbf6336ef7dd2d2d767c0e499417d371f1e 0.00 MB 1 0
80,748 80,748 00000000003eb2ed2ee07bb42df05f0175124f13939fafcb835f46f53988f068 0.00 MB 2 0
80,747 80,747 000000000012adac926e80add0520a0c497de860d0ece7e11229059e32e5ddb8 0.00 MB 1 0
80,746 80,746 0000000000459f5a8ea00eb7382b6e53b3bafba706d45f2d7eb3c24db430e0bb 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 773.11 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,166.88 GB sent, 113.85 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.