Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,935 transactions (1.94 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,746 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,152 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,745 (839,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,611 71,611 000000000040a9fc4091365b77fd19055333a60ee5efebe0580cec75aa66964d 0.00 MB 3 2,183
71,610 71,610 0000000000af397c5299f553adb81d9782c60a841bed337327b62c10cdcdf173 0.00 MB 1 0
71,609 71,609 000000000092ce2d33b38fb80f3aad04e91b1d1889da3a40e01f4b75d26ed71f 0.00 MB 1 0
71,608 71,608 0000000000e1d698379cd5683d9d7f538c1f220019b54b4810b3016f77966c98 0.00 MB 1 0
71,607 71,607 000000000068af379f383e88478432335ba320cf302e43a32bb0497f7160e343 0.00 MB 1 0
71,606 71,606 0000000000225d5f631217d0b79bc8e191fbca2bff3fb9d87d6311e6714671d8 0.01 MB 2 0
71,605 71,605 0000000000e987d462109d64eb3282467d89bfc76e4e5ab9c096363b2db3ecea 0.00 MB 2 0
71,604 71,604 00000000005d25db2d666b4753eca453fa75f68dccee298b57e677ec2ea400be 0.00 MB 1 0
71,603 71,603 0000000000957e1f8538797b10d71d125fe326a54070017160ba8d4936e32417 0.00 MB 1 0
71,602 71,602 0000000000624bdaf30f692bfff8456271dbfc7d54b44365d9dbd5b0b4d744a0 0.00 MB 2 0
71,601 71,601 00000000004b160c5a614139438ecde2c453cc893ff401081c9850e3aefd6aaf 0.00 MB 1 0
71,600 71,600 000000000077eef8175ff525b1553265fff386ff58834f1e3ef305d83b817662 0.00 MB 1 0
71,599 71,599 00000000005ef25eae0383a63268358a48b5c1093234397f60a746e4f7fff694 0.00 MB 2 0
71,598 71,598 0000000000863ef78f8743526337638956fe8b8e29ed742cd5bc56975d7dc595 0.00 MB 2 3,875
71,597 71,597 0000000000d157537af2bcd5039d233b818d48bfaa6810a0b65e280efc2474fc 0.00 MB 1 0
71,596 71,596 0000000000bd5bb0ab3a071a5ce4bc3114d1aba349cf4366e549eb838442aa80 0.00 MB 2 0
71,595 71,595 00000000008f9c98c4825a7ea4db5e6fcf77bfd29f5fee52391947651d8ee9ac 0.00 MB 1 0
71,594 71,594 00000000008ccece8bfaef171a9585043ac66aa6d7f70c0e7609704d0a4105e2 0.00 MB 1 0
71,593 71,593 0000000000fa3a07ada815952fe22e4310d2876351a0c18c509fe877227a0978 0.00 MB 1 0
71,592 71,592 0000000000aae927941d729f9a975814364bffc69e30f7e6793d8e1a5542ef88 0.00 MB 1 0
71,591 71,591 0000000000cfb1f8b06168c5b81d0775fe220bef14cd0050d3b81883020fb8cc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.76 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,293.44 GB sent, 122.42 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.