Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,397 transactions (0.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,132 000000000000000000022cb30000000000000000000000000000000000000000 0.62 vMB 1,384 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,131 (865,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,117 45,117 0000000027152bc2814d4cff1f5395c94e860659947472c08312ebaa6b34c3e0 0.00 MB 1 0
45,116 45,116 000000001432fb052af242340008a9427289f497e09c27ffa281e3f9853f519a 0.00 MB 1 0
45,115 45,115 0000000029708229ef10f10b289e000aedf10b4ffd7b8a851e6a575d0d55a695 0.00 MB 1 0
45,114 45,114 00000000026df7de51670164412c0b25c1cec454d57a303138de19fb1340396d 0.00 MB 1 0
45,113 45,113 000000003392359ac322a69823004e20a8cd19e66138e8271c1d4c1368000e72 0.00 MB 1 0
45,112 45,112 000000000afe4967313e67c98a491e12c23c0b662c0765671429a8292751ba6b 0.00 MB 1 0
45,111 45,111 0000000027553352a8c10c443c1adeb7be03d772120b181ddfb0e4183c96d49d 0.00 MB 1 0
45,110 45,110 000000000a4e9ab7ef05b4c0c7467a053d809287655a0f9c96f86933fb15ae61 0.00 MB 1 0
45,109 45,109 00000000109b9b5e2d19ce7765a6a29fc143ccde37564c47c23b1fedd860a999 0.00 MB 1 0
45,108 45,108 0000000005700d482d742ff9b5aa10108dcb821127f5248076e8d0b27cf70f78 0.00 MB 1 0
45,107 45,107 000000002dba09735986c66db9526c7d60e794f77fae5d4047b345cf4505ec01 0.00 MB 1 0
45,106 45,106 000000002e0714b4abceedf0a7ecbf736db4d5758dabf290f97155cc912db457 0.00 MB 1 0
45,105 45,105 0000000014c12869a32ed0c33e9cd60d87dc727e53f3672218c523c8241957c8 0.00 MB 1 0
45,104 45,104 0000000014eac5a269edb105cee2b891aa4d1c0718debc55e2ca1308046a11c2 0.00 MB 1 0
45,103 45,103 00000000373e3acba51e30dd3e9a2b23e8aadb092efc6c9e6b8697a9f2c24ea2 0.00 MB 1 0
45,102 45,102 00000000256581c2fafcc29495f64887222f08f6d1ded34157de6a62265a58e4 0.00 MB 1 0
45,101 45,101 00000000017e945ed676ec70f850b5e848172f88508add9c02b8882b66d1c15a 0.00 MB 1 0
45,100 45,100 0000000017015461e9d4c42b145fbb066b77667027a7598fc65f28ad73267795 0.00 MB 1 0
45,099 45,099 000000000ded19832762f519a35515871109febac5e818ad12c0d2f6e871b29a 0.00 MB 1 0
45,098 45,098 000000002d78b3d806f2425221bd4e5e352ea1490bdd0913926b3d64d0479561 0.00 MB 1 0
45,097 45,097 000000002324f2a485018b8cac88b1540d3e4eac36a0f9a082fcd12eb959220e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.63 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,192.57 GB sent, 116.66 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.