Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,345 transactions (0.76 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,281 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.75 vMB 2,337 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,280 (827,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,927 82,927 00000000001207a27cb107724f1f136322f1667244fe1333be859722dc152841 0.00 MB 1 0
82,926 82,926 0000000000186fee416bc26cd5ee0f53df05bf76713450f108d104ac166a1b7e 0.00 MB 3 0
82,925 82,925 00000000002fa626d8da62e21801a987f37d4def7984087ce17294e1aa148c41 0.00 MB 6 0
82,924 82,924 0000000000192b6a70fc3b1da9d43507acab26e35b0090f7ecac3b77d1ca0089 0.00 MB 2 0
82,923 82,923 0000000000143ad9443681e3b815a5ac610479754571b7f9aea074d3ee59e97e 0.00 MB 2 0
82,922 82,922 0000000000087228054391e59b65c6a65ba7d796a4e5023d2669dca4dbd20461 0.00 MB 1 0
82,921 82,921 00000000002b7a2d52e7e2c3dc15eb07377261e00f690176dc639599beae6717 0.00 MB 4 0
82,920 82,920 000000000003a8779877ef5972753de6bc15a70a6c8df490891be7e9452e8209 0.00 MB 1 0
82,919 82,919 00000000000a6e331b1f490afa7807aa808b9ef1a506df92c0d0307ae2ae716e 0.00 MB 4 0
82,918 82,918 000000000006a4e64d5daba8d5729ca5c56e856ef18e40318fa8dbc2de6610ef 0.00 MB 1 0
82,917 82,917 0000000000078844b3842f882b7bf393915bb14f3609c5f59f316c562755b648 0.00 MB 1 0
82,916 82,916 0000000000131187200f56c7606a96b19fd0973e3597fcee823e5c6595ed9144 0.00 MB 2 0
82,915 82,915 0000000000294e69613ee1986c641c925f1fb2f806c921e9435f3368fcdc0611 0.00 MB 1 0
82,914 82,914 00000000001d2ff1126361ce19c947c60975e3b042ce9dbb864189b5e5d5f99f 0.00 MB 3 0
82,913 82,913 00000000003134acac7474f9d0b5f92f3d1cbc7fdb26808a3ecd30cbf6677e0e 0.00 MB 1 0
82,912 82,912 0000000000186a46a5f34f4a63a84546b5b647be61053062838ea32e3c58a653 0.00 MB 1 0
82,911 82,911 000000000007b2a58d6a90b63e5fbebe100b7d338b866cc3c984317adec93a1c 0.00 MB 1 0
82,910 82,910 000000000030ba72899ab673654425cbf159dda74b071df79bffb5e429698a44 0.00 MB 1 0
82,909 82,909 0000000000042582d7984c0f3997d0ec2dfdf9a23e552fb387d735d9567bd950 0.00 MB 2 0
82,908 82,908 000000000008ef5c28f46143e8768839fbabe7a2d38b7917d1975645a3ab6d59 0.00 MB 1 0
82,907 82,907 00000000001d5da3d9258564ace8cbcb33b8a3e63c6f8a0d6a23cb052535d6f8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.92 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,228.26 GB sent, 118.16 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.