Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,861 transactions (0.62 vMB)

Priority:

  • 1 sats/vbyte = (4 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
909,548 000000000000000000022cb30000000000000000000000000000000000000000 0.60 vMB 1,845 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,547 (878,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,655 30,655 00000000f12bc6f88ee0a649d8765e199162c26fd56ec97a27ea6052225bbe24 0.00 MB 1 0
30,654 30,654 00000000f6c937bf24a2cc46b3ed1cde5dc60dfd471a61b6a93b9bb8129cdd06 0.00 MB 1 0
30,653 30,653 000000004e6821c75e4ad3a9f8af52f60f6d62f50f853b47da1cd4f97589d342 0.00 MB 1 0
30,652 30,652 00000000625ef2760aa2db07986c1a9ac2fc57d276f77babfd92d60342eddc5a 0.00 MB 1 0
30,651 30,651 000000006fea3087150f31b598427b3f634627e721a578cf51059d8252bacad2 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.57 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,085.37 GB sent, 111.07 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.