Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,993 transactions (1.57 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,162 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,377 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,161 (853,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,762 57,762 0000000011b003f6b24af912c0d0b3bda8948d6666a01c904426ccd410d5b051 0.00 MB 1 0
57,761 57,761 000000000649d84e809bef855780e7afd560aa7868e0c3f16b6378a80d595925 0.00 MB 2 0
57,760 57,760 00000000017822728661a1c1400fb50ed8f0c59bc2bc1498ff692633fc467083 0.00 MB 2 0
57,759 57,759 0000000007bef04a0e93ea79cc5b563d2fe5b879d66e4763762dc05e0d8700e2 0.00 MB 1 0
57,758 57,758 000000000fc021b4c618d93eeb080f9f9298d82fd4929695fcfe20dea527c5ed 0.00 MB 1 0
57,757 57,757 000000000acbbfc6df4898dfd5e0928da376635dd326b89d7a2363783f1919c4 0.00 MB 1 0
57,756 57,756 0000000008328d5ed919dcf89f1c788d159b011be017d2398e97a31617166807 0.00 MB 1 0
57,755 57,755 0000000010ff78f0ae569783b131bec1ed75a88d974c0fc42113f92b69b53fb7 0.00 MB 2 0
57,754 57,754 00000000023b7d70a3790ced7cf731e1683ce421949dc36b2d041f9b43beb040 0.00 MB 2 0
57,753 57,753 000000001212367e7d951ad072b5c25b180025848a0379ca003676789d7a370e 0.00 MB 2 0
57,752 57,752 000000000e0906d22711c4f9b48cec3d3fc8d13b1a769d5145cb833b4a965d7f 0.00 MB 1 0
57,751 57,751 000000000d3f1b9db6aac104ead9802e60f28c0b64e853cf601a906df1d1b354 0.00 MB 2 0
57,750 57,750 000000000e12590b68edd4723a2b30aacc53d29346f5e1e071571ee469ed5990 0.00 MB 1 0
57,749 57,749 0000000008a71ece13b3e6b686fac76a900cafd10334fc00682bcd5f675d3921 0.00 MB 1 0
57,748 57,748 000000000b3ab549f80a71fb39cd29d4d4964902182752a3f9f1f4b46d82d7ed 0.00 MB 1 0
57,747 57,747 000000000141fd3c610c4367cadd3c59563f644a129906070c8978a17b931b14 0.00 MB 1 0
57,746 57,746 00000000136bb827a6ecf9b44d4a8a59aee40714a547a76f2c127e6b02cf68fd 0.00 MB 1 0
57,745 57,745 000000000656fc6c70d0b26a2cc5bceb54f9ef58069eb27a4dcc0d583442bdfd 0.00 MB 1 0
57,744 57,744 000000000870e80de3b887e8867e2b39a02b655f66c7f1738882d57789ac8ca9 0.00 MB 1 0
57,743 57,743 000000000b41a31ecd8f5fc5ce226b79107a845c3dd97e54b79723e49c87a473 0.00 MB 1 0
57,742 57,742 000000000186b1d0aba1528b6951d796aafcee5038aeb7125ec159c0000c6eec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.55 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,374.73 GB sent, 126.48 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.