Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,581 transactions (0.42 vMB)

Priority:

  • 1 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
911,104 000000000000000000022cb30000000000000000000000000000000000000000 0.42 vMB 1,581 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,103 (880,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,855 30,855 000000008e0ad5c3acf822b81c4cfce1e7979113e4f05b9b34ebda06dbeb4376 0.00 MB 1 0
30,854 30,854 000000002d088e8e72fdb6701b44ba4392bca31f948a6aeb891e73fe9ce6401a 0.00 MB 1 0
30,853 30,853 000000008baf13024f6a32a87dcf1c5e94a499c8633670c330cd5ddfa4549b01 0.00 MB 1 0
30,852 30,852 00000000a53e8d6d170e65d5c26225f496f9eeeac24981d14f58ed82e668a8c6 0.00 MB 1 0
30,851 30,851 0000000026250d55d65b8e492e085f1a7cd88664b001dad1bd30de3fddb16278 0.00 MB 1 0
30,850 30,850 00000000040f72f19f397dbebc1def89e6e12730fdf10b788e3777ed8fe27fb1 0.00 MB 1 0
30,849 30,849 00000000dde33adf79c555d4f4899d49e547805ed5e4c9552cdf0290cf2bdb42 0.00 MB 1 0
30,848 30,848 00000000da23870f9947e4d6e424d2fa7b8ba8d39eb7851d52bce48cec542666 0.00 MB 1 0
30,847 30,847 00000000beb44df5a8905379e2d1967c8dce3ad983366761ba921e3bc1528147 0.00 MB 1 0
30,846 30,846 00000000cd25a182fadf9be7b076947fbb821f2aee10c4689aebe9345b3fe2bd 0.00 MB 1 0
30,845 30,845 0000000091b28a999bb293b3a1a996110d6472710b10ff0cf8f3064d66c3fe61 0.00 MB 1 0
30,844 30,844 00000000e619114b1e710e5494ad224e5dd72f186fe21534ab007df2fb73e610 0.00 MB 1 0
30,843 30,843 00000000412366bf770f5e9774d437d668f339864ad0223caf394fde3f4ff889 0.00 MB 1 0
30,842 30,842 00000000c370d9ac50632edf1b4dc3dab3d6d6c3b757d02c31e4b11f78700f77 0.00 MB 1 0
30,841 30,841 000000003b90cbf8bbe0d517a7adc2a55536c43db1af0381ad193b55acbf113d 0.00 MB 1 0
30,840 30,840 00000000a25b0d71ed31d1b3036b3a826a8ae4b3e634fd58ff8ede24ab8acb93 0.00 MB 1 0
30,839 30,839 00000000205bfbb17d6d71ef279059160cc56dce4e44f9d89eae5a1f9df1e456 0.00 MB 1 0
30,838 30,838 00000000aeee2d6798d728efde1b728e68fdb75fc452227e363ce85eda84e822 0.00 MB 1 0
30,837 30,837 00000000f032a6a3acdf91535a397e3d4ec52bbe9f9bc4db6d73c138d2b98276 0.00 MB 1 0
30,836 30,836 000000008290238c78fffd229e700a8aca835af02d0e9c52214c3dbf85784585 0.00 MB 1 0
30,835 30,835 000000000c9d053d34c48206d252404df1f31f0e76fd5f208022b24ab03c97b8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.43 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,369.63 GB sent, 125.94 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.