Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,179 transactions (1.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 912,151 (894,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
17,379 17,379 0000000060b405ccbb14ae8a7abd3bef969cb221df921df7b843a7925e58b15c 0.00 MB 1 0
17,378 17,378 000000004a3800d7e58a1ce431a4b6648b496f3e0bf84386a6e43b7e9c9765cb 0.00 MB 1 0
17,377 17,377 00000000db834c597fdfc2c9144cfe0760d1c94b823bb60e8b27426efc200513 0.00 MB 1 0
17,376 17,376 00000000d28a7e1a0f73dcd41b000599e616ea3c996d610edb8691d3e8b3b31a 0.00 MB 1 0
17,375 17,375 00000000bcb7b7e99a4c63a7898083515a0c5c344d05b2c1820711fea4db7bbe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.36 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,526.69 GB sent, 135.24 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.