Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,853 transactions (3.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,864 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,109 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,863 (839,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,795 71,795 00000000000c9ba989c45bbb603bdbc301f5794047d79ddc31c2d4e3295f4fba 0.00 MB 1 0
71,794 71,794 0000000000498b86c541da9e6c54b37f95f44dd63afc4d9563a5a8e37598631f 0.00 MB 2 0
71,793 71,793 0000000000f7f71ce32a98a386b07be0ffb1fe52d1e44d0e8a57eae8c54eef09 0.00 MB 1 0
71,792 71,792 00000000000d2a96d8e1afd119206479ef3221099624bfbe863b5ba546dede59 0.00 MB 1 0
71,791 71,791 000000000095d0116de9ce94f81099b1000b53c9c59f0ce542834b2db960750d 0.00 MB 2 0
71,790 71,790 0000000000ca08bd44e3359c40eb3cbe572b1cea61e8bbcfebff822eb9514fc2 0.00 MB 2 0
71,789 71,789 00000000001ac62cf81e361751f551296334f9e827a7476eb27957d661d130ac 0.00 MB 1 0
71,788 71,788 0000000000bfcafdf2666c16dfa83763e93148f91f9af1ea7e25b4586350aa6b 0.00 MB 2 0
71,787 71,787 0000000000c60d2f6213ab50c9d98352cbf992571d12e9c7e51e96d5957cc236 0.00 MB 1 0
71,786 71,786 0000000000f8740411003e7cfaabdeb84bef66623056a941ca30298519b8951b 0.00 MB 2 0
71,785 71,785 000000000021a27b6fb46f326f28dfadb90b44c5a42bf13e3ffe40c849fa6420 0.00 MB 2 0
71,784 71,784 0000000000a9bc1519e185bcea5cc817714eff6833c06969dcb51aef03f63113 0.00 MB 4 0
71,783 71,783 000000000052999faec3075943d7031df89e4988bd9fd0758fa1c824130eba0f 0.00 MB 2 0
71,782 71,782 00000000001fab3ae9a9d78473e1b254632069369b4abebb5124096b132d9e3f 0.00 MB 1 0
71,781 71,781 00000000010647a62425fb143c271f4a255e85a961197fd0c5e1543f10707dc4 0.00 MB 1 0
71,780 71,780 00000000004dea26f98e2c6c8d1383784dfbd553717674a909114345e2c53c7a 0.00 MB 1 0
71,779 71,779 00000000002a4c801260e8c4509a3f6636c759d183da1e821788b5c8ee048ec2 0.00 MB 2 0
71,778 71,778 000000000008964f9b360c754d42093ae6a2589fd7013d773a36671555482ca7 0.00 MB 1 0
71,777 71,777 0000000000e8a2d6e03768751d67e5be2d7dd0a17b23871bc32ef336da42424d 0.00 MB 1 0
71,776 71,776 0000000000e52fd63f7e84093d4b0c49f03524ece3c1faff234067496bb82a67 0.00 MB 1 0
71,775 71,775 00000000000fa64f15b3348c972493ae33abc508c2baf61b380e3896ec32ce56 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.99 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,342.69 GB sent, 123.67 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.