Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

579 transactions (0.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,493 000000000000000000022cb30000000000000000000000000000000000000000 0.26 vMB 577 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,492 (895,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,316 15,316 000000006558f80439cd507d367eb163d8ffbd41b0e889496ad78651160edeca 0.00 MB 1 0
15,315 15,315 00000000b1ea431b039ce942cec200e048b3fb6f0ba780a65fc257806bf07973 0.00 MB 1 0
15,314 15,314 00000000ad65366e179e709e8f701069c81eab86372e8402e870db84546ecd95 0.00 MB 1 0
15,313 15,313 0000000045b3018f2e64954276b1a17353b769ad78f1d5ad283fb5ff004b8044 0.00 MB 1 0
15,312 15,312 000000005ae8767dd34fdfeea990d252677b728f14fe728f2417d994106d673d 0.00 MB 1 0
15,311 15,311 0000000066edf664b80dc3264dae20d42a4afc3890b794e3566443d4ff1c422b 0.00 MB 1 0
15,310 15,310 0000000019b087c673fac5d6c3950db85980b7f016277201c74f5e05451a352f 0.00 MB 1 0
15,309 15,309 00000000902066edd29a95b1a5c9ff40a394ee6b094f26af43e5af85c16bffdc 0.00 MB 1 0
15,308 15,308 0000000042305b2df60adaef33168596723908e36a698d9de34c870ffcd769f9 0.00 MB 1 0
15,307 15,307 000000003436e0cf933983c3c32ebd7c2be03944769aadec8609d2505a927ef9 0.00 MB 1 0
15,306 15,306 000000003a7d1e69088ab6aa4c34d23294cda8d61bc66ca2072e40423329dbf3 0.00 MB 1 0
15,305 15,305 000000001a48bc32237128e774d32a5c9581b22cfc2d1b898c6f225f8efa6cd7 0.00 MB 1 0
15,304 15,304 00000000363616c05349991f4b0a42016c00ae893dac5101f16c83e0b734b838 0.00 MB 1 0
15,303 15,303 00000000ea4e61ce18aa6c7a5e6a89f8befc804a96f2c4b5f20e2cb2e3e82ae7 0.00 MB 1 0
15,302 15,302 00000000d76beea9794354c1d6c3c070fed88f41dd38ef97591fed68a44c4c2d 0.00 MB 1 0
15,301 15,301 0000000068e432c0e63d1a4a6428280e261ae45f3f6cb40c0ae732eb122b97a7 0.00 MB 1 0
15,300 15,300 00000000ac1debc9b9a430372843951c8a4e61f12bd561d50f5d96ecb8326042 0.00 MB 1 0
15,299 15,299 00000000aadf4a72fd58645820a003539b2a0bf3e6d8aea9bacfe561236f03fd 0.00 MB 1 0
15,298 15,298 000000002a56e97ba0817a5dc735ade92e8ab92c4bba5813766fd1b0cfa54c04 0.00 MB 1 0
15,297 15,297 00000000109074c9fd0027707d138ea760b9e78607a8183a633afa364a57ebea 0.00 MB 1 0
15,296 15,296 0000000016b984699422959f1c0d7efede323c3bcc7de7168a0cbc53d5c069d6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.30 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,244.05 GB sent, 120.04 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.