Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,305 transactions (0.90 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,506 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.90 vMB 2,293 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,505 (878,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,650 30,650 00000000a03d32b36f176fb9b9dbad294527c09f7b582e0cb190c5323a300566 0.00 MB 1 0
30,649 30,649 0000000049e7dfc0fd545ec00cbf85427af488f371fb3a3760b3f5a4f1f2a5bb 0.00 MB 1 0
30,648 30,648 00000000c09f0a9e3ec6604a58c3c567b0d97fb06dcb9f026bdc61780a71de83 0.00 MB 1 0
30,647 30,647 000000009006136d93c886f6e215715c3b0baf0369c87560a1ef3db72abd97d0 0.00 MB 1 0
30,646 30,646 0000000001bcf667e1529891c7d08394fda9b792f5712c939b1eb765a912da7e 0.00 MB 1 0
30,645 30,645 000000004640297fa01829e77b5db43e925b12f83ce0afa3e7fae64db407c808 0.00 MB 1 0
30,644 30,644 0000000057b1ad810fadee93b80bfa5c2e61290d6b15b6428e2c63859cb95268 0.00 MB 1 0
30,643 30,643 00000000a71074606d40683b22056a66c71de1a8e1d8933dbdc32e39f4514bd4 0.00 MB 1 0
30,642 30,642 0000000075bb63d50dc78d3e013a58c62d03341242b4f247133329c8fbb537d5 0.00 MB 1 0
30,641 30,641 00000000aaf665667614b2bcd1beb65b055df25960dfb5575162d2b1db649289 0.00 MB 1 0
30,640 30,640 000000009e5c208e7722f42407a7ffd8aa61165371c43f5e4a97b8e9b251040e 0.00 MB 1 0
30,639 30,639 00000000397bc60be5919a5653005e55f0ef361ae272616e2745f9b707aaa9d0 0.00 MB 1 0
30,638 30,638 00000000288c5b5d62557ea004b12b68dc4d6058e10e22f35ed55d87521de76d 0.00 MB 1 0
30,637 30,637 00000000a159e29614b3bf08a14f0e6289bd233fae6f8d3459574a816e6346f0 0.00 MB 1 0
30,636 30,636 00000000d842c52811bf43ca359b479d1e7279735cdbe1bd2af186bfc9e0bce2 0.00 MB 1 0
30,635 30,635 000000005157dc1bd901d30ad0bd26d5eeb0cd7588d5cc666a56b47d6db0f7cb 0.00 MB 1 0
30,634 30,634 000000003ce275473ce24c2e6085894318c6c82de154ee1ce7952e7f525802c7 0.00 MB 1 0
30,633 30,633 0000000083a93c450ff34049dd4b82e652cc00c3905de5190e672280b5f346c3 0.00 MB 1 0
30,632 30,632 0000000010ddeae8e8c2226cc9f427c3d44f2aa7eecf1f4030216a429f0cb1a9 0.00 MB 1 0
30,631 30,631 000000007e0044c6ed195ef3f8de42580f96af8566092de8c750e1b65b405008 0.00 MB 1 0
30,630 30,630 00000000a1b82a6c0726a4a60321ea6e1ab3476025248c4d14ec7257567d8119 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.48 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,082.11 GB sent, 110.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.