Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

359 transactions (0.16 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
911,146 000000000000000000022cb30000000000000000000000000000000000000000 0.16 vMB 355 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,145 (872,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,798 38,798 000000003b35bd0e39ed48e58efbd1c3399b37204e3ace7a11f78b268746e321 0.00 MB 1 0
38,797 38,797 00000000505c3adfa1afc6aa256abdbbf0029de810f6b73c84a9c0315458b315 0.00 MB 1 0
38,796 38,796 000000007533864acf1958b41f89d33398f172e30368da0b26fe4122253d980e 0.00 MB 1 0
38,795 38,795 0000000020229e1f142050f2c166ff73ff160d5676e65e05891e0c11a001e367 0.00 MB 1 0
38,794 38,794 00000000567fc67c657f8a9fba43a0c5c1b30ddcf1d9a619244745079908ec76 0.00 MB 1 0
38,793 38,793 00000000102abfb38db26668adce601395aecf1cf2dc8a32263c2469b31005e2 0.00 MB 1 0
38,792 38,792 0000000039999470e07301490a2207c6d8c41dbceb471a4cd8e3bc3f142ad518 0.00 MB 1 0
38,791 38,791 00000000862d4b58bbe558f299e8e9adf334c259db4cee513839291225567a8b 0.00 MB 1 0
38,790 38,790 0000000079f0db35af041216d83713d3401b5e5cd57d25fa3184022cb8bf9eeb 0.00 MB 1 0
38,789 38,789 0000000041af1c76aec21509c53dd0fcf2c02e6d8a1edb19c1c2239080c28c11 0.00 MB 1 0
38,788 38,788 000000002c146ef319d181a9436ba688cfd381df45508ee47c1ad4363070f2af 0.00 MB 1 0
38,787 38,787 000000001db4613c3738d29b825f099f30a22f32a79d7ed8c5e6c28391a7c303 0.00 MB 1 0
38,786 38,786 0000000077cca303da59541a550628aa107e1cfbe736a508a4515a288a0f1ce0 0.00 MB 1 0
38,785 38,785 00000000026e961f3111d02226477bf0f5258608921ad5a0d085a4036680e22c 0.00 MB 1 0
38,784 38,784 000000001b90d03e3b370f288f26ad545fb8b6a0f3eb780253efaf505931c8c0 0.00 MB 1 0
38,783 38,783 000000003bbb79d3144d0049af91a79a8ae96636b1a90b01f2a7c3a688dc1721 0.00 MB 1 0
38,782 38,782 000000003660c84ef2b2fc279cdcba1553c88215b61f6b2f1a4650d86c767d9c 0.00 MB 1 0
38,781 38,781 00000000481b9d583dad0dc8c18571ecff8014f74bc85bb33bfb792aede51e07 0.00 MB 1 0
38,780 38,780 0000000030f0957f0a3df34207b2838598ff95d07d9a5ccb11c72753b74cda8d 0.00 MB 1 0
38,779 38,779 0000000008937bf762fddf03d8478ca067031b84e150e6658a6c521475ca3960 0.00 MB 1 0
38,778 38,778 00000000173cf85a4f7635e9fec178a4fff601546711387c9553cd6d6f5be94d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.51 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,374.23 GB sent, 126.34 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.