Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,061 transactions (2.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,098 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,280 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,097 (894,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,400 17,400 0000000008bc4027d2e156939aca5d091014eb18cf828323f0ec8417e6deba6c 0.00 MB 1 0
17,399 17,399 00000000aa40b6de0b21bc720178c8f99ada53055e6290a1bc57efea7b2b2297 0.00 MB 1 0
17,398 17,398 000000008da2021c09b4630bde368773ccd25615bef346820fd3a75464933867 0.00 MB 1 0
17,397 17,397 000000003e303baba9aabcceff6f9981ed8e6902e882e9f27199c1044e130841 0.00 MB 1 0
17,396 17,396 00000000391f348d135a8f2a6f7d29364d22ff7417f4328c93613d3afee6017e 0.00 MB 1 0
17,395 17,395 00000000bf02c1354af462f1bee42808d991246744cdea9e1081c42335055bcd 0.00 MB 1 0
17,394 17,394 00000000a127e9914321de365f02f675d67a65101570fc84885137711eb2e7f2 0.00 MB 1 0
17,393 17,393 00000000613ca669374f4047fcf4a974e96d74960ef0460ffcc9474d4788c80e 0.00 MB 1 0
17,392 17,392 00000000ea90ab4d0f1b4afd5b75f5964d9534b1adec1b80c88065d9b48e93be 0.00 MB 1 0
17,391 17,391 00000000125fc84803d00faaabd7bf94248d5990d8e7b686dc2123e8ca354913 0.00 MB 1 0
17,390 17,390 0000000049250992b026b15ff9bd802826fa4b75220c34429ac06822e49b2117 0.00 MB 1 0
17,389 17,389 00000000c8087bf791bcdcb8efb35b96b530365e7423bcbdf5d2380462e0d916 0.00 MB 1 0
17,388 17,388 000000005db1a0d88e6a45131ef3833451e3f8dc5e623044c7b8ef110a7e7b23 0.00 MB 1 0
17,387 17,387 00000000a2bf89cfb958c7ad313b2c0d3c48a5820e10cba1c3c31a729356ee05 0.00 MB 1 0
17,386 17,386 00000000c643d66964d7a5740b400c0fe249719450457dd91983d2568386ebcf 0.00 MB 1 0
17,385 17,385 000000006ca6353c2123bc4fea0d59d872c9878b1980c57c84814699bc461f4f 0.00 MB 1 0
17,384 17,384 000000006c42fd84cb014df28d0e7d9aae67ee905a4ab088aae219215374bde6 0.00 MB 1 0
17,383 17,383 00000000f33c067fb34d2c5d667c8803ccd3d0708c3e2f389c3e3e7d694631a0 0.00 MB 1 0
17,382 17,382 0000000026bbdddf913d325b3d54e33f5e1bafa03365c4cfd113749ef104b2b1 0.00 MB 1 0
17,381 17,381 000000007eabe136c499eb9a249d4f5b3647ef59567f87d0a46fe8da40f4e928 0.00 MB 1 0
17,380 17,380 0000000004cf511072dd15d590b540438c5df102130ad9a51d5c18ba8d01ee8d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.26 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,523.54 GB sent, 134.68 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.