Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,126 transactions (2.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,914 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,749 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,913 (829,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
80,745 80,745 00000000000ee599cf37a2f5b4caeabade3d06863fce9189a0b3c24dc4c44341 0.00 MB 1 0
80,744 80,744 0000000000400a34c21abf8f71d233db29451f0afc81b50ab54fe7b35dfa3262 0.00 MB 1 0
80,743 80,743 000000000017085fe621bfa878320e249fb12e97a026abf1266941fbde3a2716 0.00 MB 1 0
80,742 80,742 000000000032de2c686043775ee6b007cb8ddc1982ee4c7301fc2048b80c2a08 0.00 MB 1 0
80,741 80,741 000000000013955d62e0c71f3db17c08234e170cf53a69420fc6b9b5b2b94605 0.00 MB 2 0
80,740 80,740 00000000003114f3fa9624baeddaadd39334455d60e35654d87cec93a3910d6f 0.00 MB 3 0
80,739 80,739 000000000022f87b45f2dfe542b7f9b87dda94d7ad204963819696a48669cdac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 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,172.71 GB sent, 114.60 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.