Loading Tool

Explorer IconExplorer

Memory Pool

2,433 transactions (0.94 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 5.34/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,302 000000000000000000022b910000000000000000000000000000000000000000 2,431 0.01530613 BTC 0.94 vMB 1.03
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,301 (870,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,675 41,675 0000000045629187565ab3d777a3ccd1186b92a9101babfba67e63e684b72878 0.00 MB 1 0
41,674 41,674 000000002f3334dbb47e5a4bd3dad6f10f538064469fb9d170c06fa9619f83fd 0.00 MB 1 0
41,673 41,673 0000000005adfb93eeb265e5963e539e5b74567d283369ca1973fba8e8b3dfbd 0.00 MB 1 0
41,672 41,672 000000003356ffe1ee72f59472c16d4548a06cca816efc5a4a637136e1c481cd 0.00 MB 1 0
41,671 41,671 000000003ff36bc5878e314588e1e2232b68d95070ce6b00f347fe8ec35b0405 0.00 MB 1 0
41,670 41,670 00000000399d1c907811e8b02e8bcc8075e3bd71733d9f028eaf26d13d7fd73e 0.00 MB 1 0
41,669 41,669 00000000046a876c159b4eb9694385b61f961c6ca719c8c164ac96c57e53d9d2 0.00 MB 1 0
41,668 41,668 000000001281576ca96bad06b96bddc7f0193cb10cc16641e224d59718d9e3e6 0.00 MB 1 0
41,667 41,667 00000000288b7ced9aa30762cedfe24f7c7616cad4f2cbd2ae883aea05a9fdc3 0.00 MB 1 0
41,666 41,666 0000000029bb8631221a5d38a01cb0948c96b14e7c10cf0efec11b6a5694d88d 0.00 MB 1 0
41,665 41,665 00000000513af8a5813dc11a306f0d9311da3b43f593851fe901721ca272f238 0.00 MB 1 0
41,664 41,664 000000004d57c78fc7396565f50c2d81898151df0d6087bacdf14ae8bae0feb8 0.00 MB 1 0
41,663 41,663 0000000001d687e4d8fec4d1ccc57edf1102101e7782be78f6e9d89a40c47b12 0.00 MB 1 0
41,662 41,662 0000000027b38e43dd8e2a040a2640de84c928ff1983833842fb3057dd24bbfb 0.00 MB 1 0
41,661 41,661 0000000016bf68afeb077abf818245b73f0ec52ad62f16d238c440a2b7db6f5e 0.00 MB 1 0
41,660 41,660 000000001e372f4e33e127356a4f8081e3e00c3036aaf0db6d5e6d75539c4d29 0.00 MB 1 0
41,659 41,659 0000000050ea55688fb50606a3e3a9070e6f6630b508d7549898fe3f4385c94f 0.00 MB 1 0
41,658 41,658 0000000008ec830c3a73159665caea8e9b4e2987a37c1169e21005a47d33b6be 0.00 MB 1 0
41,657 41,657 000000000a4ec4b71061b25f45d4aeaa610b4ea10a65ac827ca851a97cfaab86 0.00 MB 1 0
41,656 41,656 0000000013e09732e84cb34ee6ebfc76f185904261b587e6a49e63bc95de6034 0.00 MB 1 0
41,655 41,655 0000000062fc42b7419ccd81543c495a84e4c81f1fa5971d4960c96a3e9d9746 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,542.06 GB
    • Received: 136.53 GB
  • Uptime:

Notes

  • 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.