Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,071 transactions (1.51 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 4 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
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,756 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (845,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,243 65,243 0000000008daee8aeb5591036c4e77423095d7d53dbc76a0f1e1847b340c4b0f 0.00 MB 3 0
65,242 65,242 0000000002946b7f0d72b0eff40bd5dc665877135c121f57331ef0da714701dc 0.00 MB 1 0
65,241 65,241 0000000009f1af7d7c2dbb39d36e0e350c3b806938afa767094fb3011aadc023 0.00 MB 1 0
65,240 65,240 000000000226357118b088cd44fc046fe2ae1da31b384ada85618168827548f4 0.00 MB 1 0
65,239 65,239 000000000935914b6dd3005dd8817aff4d80f5a800def7e32a3ba309e624c325 0.00 MB 1 0
65,238 65,238 00000000061827566ed49ffb32d0f56c3c132527b7171553284c668ceeae8219 0.00 MB 3 0
65,237 65,237 0000000005fdea3d4c8648d781078a3a87529c29ffcf4f6ade26247fc24b2ac8 0.00 MB 1 0
65,236 65,236 00000000063e0d7e67e9514367e4f1c1406a0bc7d7db3c61a4870a03c45f1cde 0.00 MB 1 0
65,235 65,235 0000000000fef0e920ced8e97efe275733eca2e20db4f28571430887665e53c4 0.00 MB 1 0
65,234 65,234 00000000019794078dd960ac2bf814b9af03715db8a11c0b86193a47c6d8654e 0.00 MB 1 0
65,233 65,233 00000000071aedaa15103284277146d1f58d9e044653825bb16300feb4e3454a 0.00 MB 1 0
65,232 65,232 00000000020cc59d593bbd914c81e97c0891980d45eaf17ee508846a600f5827 0.00 MB 1 0
65,231 65,231 0000000004f86bcfecc0ce7a8a5d85cb1629826570daaa29efef85401afa09bc 0.00 MB 1 0
65,230 65,230 00000000042bc9e37d93cf8856148341bf185a8cd875d68ec10b62514fe13e87 0.00 MB 1 0
65,229 65,229 000000000adabf71f8eb6dff15a455bf88f87365d342243bb60657ca35fe39d1 0.00 MB 1 0
65,228 65,228 0000000002a92d991babfbfa3c7669c83ef1e00cbc519d7b9f0763c2b6d12dd9 0.00 MB 1 0
65,227 65,227 000000000312b9b4b42e78cc61b734c71d6556fea5bccac92159af795f71bf35 0.00 MB 1 0
65,226 65,226 000000000172297e2d2d6495bc0b3d92bdfa78db20799161b229d41ef64fcbc8 0.00 MB 1 0
65,225 65,225 00000000086915bd17ce8ac302fe17d840a64cb59f8727bee048089f9fb940c0 0.00 MB 1 0
65,224 65,224 00000000005a2c9897869c528aed58dcda19ffa070dc68c3dfb38b68abe8b574 0.00 MB 1 0
65,223 65,223 0000000008ebf9e6a892eee212744e94b495ba386fb96769d5d060e25313fb63 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.59 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,281.24 GB sent, 121.57 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.