Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,883 transactions (1.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,575 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,214 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,574 (403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,171 911,171 000000000000000000000c513ecf736c7a5f9798cba4ee9e730c22b0ed2f4bdb 1.85 MB 3,917 0
911,170 911,170 00000000000000000000e8d7f0ebdfefa2e38830ed23b7138941dc9bcab43cd5 1.79 MB 3,077 1
911,169 911,169 00000000000000000001cea64aa423c586e5031edaa6d89bfdcf6e7e154b6e97 1.80 MB 2,044 2
911,168 911,168 000000000000000000008bb12c4f582fc261d532f0ddb76c2177df43b67ba6b1 1.56 MB 4,075 6
911,167 911,167 000000000000000000008ce8c35732172cfdcd82d0240d169129fa4fc045cdcc 1.71 MB 4,853 0
911,166 911,166 000000000000000000004c6d99819ee00af7d4cdd74c7eab6ab529537a841ce2 1.63 MB 4,019 1
911,165 911,165 00000000000000000001dcf09ea82fc2ea91be0dab59145723604ee9f86c4645 1.73 MB 4,739 1
911,164 911,164 00000000000000000001c71f6e8f868698d31a413ae7fa184634f5fedec7249b 0.97 MB 1,853 2
911,163 911,163 00000000000000000001f30c2baca24031ee0ce7bcf5373704607397e1ddc23c 1.69 MB 3,294 2
911,162 911,162 0000000000000000000185383ef6ade33945d6a67f10809b4ab5befdc526e3f3 1.70 MB 3,369 4
911,161 911,161 000000000000000000007d70fe7b6114a777ca99697d2d70296c75f42556629c 0.03 MB 92 3
911,160 911,160 000000000000000000017925b8c1dbbe0c9e2b7cf160ed6cfba6be95b8509e5e 1.84 MB 3,585 0
911,159 911,159 0000000000000000000049319353ceccd9c1d715fc65cac92a9d25a3c432fb82 0.59 MB 1,194 2
911,158 911,158 000000000000000000003f2d742b3181a09a972527ad3272955224db5b742baa 1.76 MB 3,144 1
911,157 911,157 000000000000000000013c0cb314385f0e34b9496a3c7336619b1730d5476da8 2.21 MB 3,951 0
911,156 911,156 00000000000000000000db7014d1842f78ad55c5789e7a7426d0dcc84f7757d2 1.25 MB 2,564 3
911,155 911,155 00000000000000000001ad47094771e4e16bf5f61828fdb3ec105fd8242bbd4c 1.96 MB 3,345 0
911,154 911,154 00000000000000000000e6eaca5f0af403156638ea219f8c6bd2b805c914c264 1.73 MB 2,949 1
911,153 911,153 00000000000000000001c05c0c92ed6d07c0b50c1de1592d243fbb57dda2d5da 2.12 MB 2,945 0
911,152 911,152 0000000000000000000111740db2063b81b8fd37c492b505092ad89febc44093 2.22 MB 1,959 1
911,151 911,151 00000000000000000001599beb9542c93c55f53a3d3f6e8dad819d182cad2173 1.98 MB 1,593 2
Previous 10 blocks ↓
Total Size: 776.29 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,415.62 GB sent, 130.14 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.