Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

329 transactions (0.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,292 000000000000000000022cb30000000000000000000000000000000000000000 0.09 vMB 329 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,291 (881,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,728 28,728 00000000b24d3ab76151f0fc37cff5d9766b1a764f077ae11c594406d4d301af 0.00 MB 1 0
28,727 28,727 000000002c70298647caaa85720cf522df1f0817d666825bd07d8852499f7d4a 0.00 MB 1 0
28,726 28,726 00000000993766c5ce8d9bb9c3375bde26c2081cabc4c8ba6dd29ad4a06efd14 0.00 MB 1 0
28,725 28,725 00000000e1d2b24b31a917421cc249e5ecaf1cdd6858a771a04c0c3f8b7731a2 0.00 MB 1 0
28,724 28,724 000000003547c51ec4b336092b59e01d78c6463da8426e1818ec523a5bf2a14b 0.00 MB 1 0
28,723 28,723 00000000c71a2ce0c6cb3454116236443a4fe7b27595c978f2787473f0d3fcfc 0.00 MB 1 0
28,722 28,722 00000000c4bb9781c77caddd83a32b92a29f3fad743281fcac9333467fd94c15 0.00 MB 1 0
28,721 28,721 00000000399765b26fe1ec46cbc531f71ba07f682b4d86df5e9d8fd98c25a07b 0.00 MB 1 0
28,720 28,720 00000000f954bffbbcbe10423cc061c84582761d594e473ae17e7adb9f58373b 0.00 MB 1 0
28,719 28,719 00000000645d902fbab13e9ef7a6c795a3e59af77a486781bbd9f7f7f4cc35c7 0.00 MB 1 0
28,718 28,718 0000000031ced2e7930cf1fe168b4bf252514981becdc89ab21e6617f177940b 0.00 MB 1 0
28,717 28,717 00000000c3f188f0430c56d18daedd8ba46514ee452fc19331525ba6f98ef228 0.00 MB 1 0
28,716 28,716 00000000b772a1e9f529bdaee022b904c3ab99aa3ae41bc683c721c785f81c59 0.00 MB 1 0
28,715 28,715 00000000bdc915a006ecd91be4cc49619e41dfa8b952f9ad9fa13ba250f4da99 0.00 MB 1 0
28,714 28,714 00000000e360aa276b7daaf58f9acb307c489c242e32b8bb1561b2ca888ce624 0.00 MB 1 0
28,713 28,713 00000000ea0b72430fbaf6b0a5aad05971adb26b5480629b57b7b5dc135db35b 0.00 MB 1 0
28,712 28,712 000000006464bb01356ddff58e565218c94b2fcb1fd6345432f9483601e3059c 0.00 MB 1 0
28,711 28,711 00000000397914732e29d1c4e89118d63eea8492ba43afdbdcf952109dc3484b 0.00 MB 1 0
28,710 28,710 000000009201603b5f9774c39983ec2fe1e0935f9b7e39abc862695334dd521f 0.00 MB 1 0
28,709 28,709 0000000093c3314492b58041975b3483b19bdfb5c40fef3ab24d1796ccf2d1a9 0.00 MB 1 0
28,708 28,708 000000006a672528884be627cdaec0b51124e81c4cc20f5403fcb6c68daeb80f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.94 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,229.64 GB sent, 118.25 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.