Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,014 transactions (2.80 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,878 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,349 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,877 (894,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,743 15,743 00000000386f8c0a84cf4b273a29c42fd48ee6298794ba0b727b57c1775e5881 0.00 MB 1 0
15,742 15,742 00000000b39619d22d6ca3ce5eacc204dc75d91232f7b1a8c999bbb344310246 0.00 MB 1 0
15,741 15,741 00000000c2bf64c439d41a186c6f16ee8c5a71823b2ac78544e21d2fac96ab30 0.00 MB 1 0
15,740 15,740 000000005146fadc1e48397323e4033b24c57d570c83cf1572d05a5fcdba13fb 0.00 MB 1 0
15,739 15,739 00000000ad0d1ac122d7217cfc556bb9df1313eb3bcff8035e874ac27658e879 0.00 MB 1 0
15,738 15,738 0000000005af550e9f207552548852c066b3eb3313b38c0f186ec935581b7a8e 0.00 MB 1 0
15,737 15,737 000000001ba408b7a468f6504c69ada93ffa439e035117a69428e26e554d4c6c 0.00 MB 1 0
15,736 15,736 000000003ab699c5e00dc093d6b6332018d0c5dfd9d43f2f627898fb86891b65 0.00 MB 1 0
15,735 15,735 00000000e074127b02d5ade2288a59b40353ca9bcf2fc5075e368455a2f9392e 0.00 MB 1 0
15,734 15,734 0000000042c4edccf7e40717e4f0efb07342ed8a594fd5bea6e63ccd3209aa8f 0.00 MB 1 0
15,733 15,733 00000000e1e9f6bd427ea6fd6d411facec7acb22e09398dbb8796befe2a481c8 0.00 MB 1 0
15,732 15,732 0000000098552c926027a7429b912f09a528396b44d35c3b0d1bec1c188dc329 0.00 MB 1 0
15,731 15,731 0000000029d1a46b2783070643a3df28b19543e9c108314c63582a7666598d1b 0.00 MB 1 0
15,730 15,730 000000007e9c6293caac767e931b2d9183b7d41da6662fcefd8a6370a06372f1 0.00 MB 1 0
15,729 15,729 00000000c911f497df16f5c997e15593deb5f076f27cac02d617913aa38d0b97 0.00 MB 1 0
15,728 15,728 000000003e61fdad8cde90c6cc38a11b0df3c56b3cf1495b0d8b718627f6d687 0.00 MB 1 0
15,727 15,727 000000007d239948955d704839e6898e9f03d07c1836c6285ef891648e70be71 0.00 MB 1 0
15,726 15,726 0000000021af425e1ef5b288f757f9fe6f89fbb842dd379bad510a7da80fbb77 0.00 MB 1 0
15,725 15,725 00000000e9c6801501e35ad9c90ca074947490c6f2fbf168fcdc1d2357b9381e 0.00 MB 1 0
15,724 15,724 00000000ebe3d93526302ebef634da8d9824f986281b3b85bfe5d9eb0186050c 0.00 MB 1 0
15,723 15,723 00000000837ea5e9b4a2a48a79a61939162b42bdafaf5ba419a072b9446465e5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.17 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,170.65 GB sent, 114.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.