Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,600 transactions (0.55 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,102 000000000000000000022cb30000000000000000000000000000000000000000 0.54 vMB 1,577 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,101 (872,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
38,777 38,777 000000003b277b9cb04d3857539e022b216eb183112020446996d566bae8b817 0.00 MB 1 0
38,776 38,776 000000004f469a38f8aa118d185c3c52a3d8c56536a3a7f14a0fc528a716d5fa 0.00 MB 1 0
38,775 38,775 00000000725734898fa025f7264cd45528848fb0147d39617f7672f2e2b83b7d 0.00 MB 1 0
38,774 38,774 0000000079121378b2675669ec1343520d1330a12048ec51cc889d91ebef8f8c 0.00 MB 1 0
38,773 38,773 0000000013a209afb4e93589790fadbb378f89555249426fab67ac31ddbf2d98 0.00 MB 1 0
38,772 38,772 0000000063b5b90bd5029d7afb222cdc288a216fe3e359e8625faffe79e2ee54 0.00 MB 1 0
38,771 38,771 000000001b097555e4de32e8a02cc3eab46537bb13c748b58b9a3f3d8b41415b 0.00 MB 1 0
38,770 38,770 000000003a5d46732cfc80f9594de67d50eed6ce745ad1ce1b6d6ee72d24b8f1 0.00 MB 1 0
38,769 38,769 000000000bbf6b4e090ac5fdebca25ceac25c07da952bd9950b611ee83c88b82 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.57 GB sent, 125.92 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.