Loading Tool

Explorer IconExplorer

Memory Pool

1,115 transactions (0.39 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.34/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,249 000000000000000000022b910000000000000000000000000000000000000000 1,096 0.00914884 BTC 0.38 vMB 1.21
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,248 (672,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,771 239,771 00000000000000b858fa34983fce3385b9cb74d70685ac1d549a9682b97c3853 0.08 MB 177 151
239,770 239,770 00000000000000f4efa423dfc478f059972d2cf3d634ce96fbf83252d1c8ca27 0.11 MB 261 202
239,769 239,769 00000000000000fb1aa04e5465d82c4b4676f40e4fa91324ed390484659e3713 0.03 MB 68 162
239,768 239,768 000000000000003ea0353f72021fd85b4de15869f6e191f3d5de0d85e38984e4 0.08 MB 95 108
239,767 239,767 000000000000015b9a422c16222553bfec14822c2746406985eb84baac8da7f2 0.02 MB 48 178
239,766 239,766 00000000000000467ac9e9382ef556f5a3d1faa22c6e374529d5671e2232b201 0.15 MB 312 252
239,765 239,765 000000000000014ffecfc595b8d1f4e82cd241343c7e47f931c99f066dad3840 0.08 MB 157 108
239,764 239,764 00000000000000e1cbca1f06a753f4b0723025e1553b7253e5d5a004bce824af 0.18 MB 388 151
239,763 239,763 0000000000000154d5c72dd1b44d95ff83923d11566b22513a5471a852183f9e 0.25 MB 63 34
239,762 239,762 0000000000000159e1973c5ac3f985513c9dcc3e92a96c51d758bd827e25c79b 0.05 MB 64 92
239,761 239,761 0000000000000063a1ba36b84386be8ade50ab51315910ff1881e5faa7f368bb 0.13 MB 270 166
239,760 239,760 00000000000000e4ff07f644e242ca534716cdfa25d28c3eaeacfa6258f99eb8 0.03 MB 92 186
239,759 239,759 000000000000008081ac062e328b4eefcf44c63c6812c645e0226b63a1e253d9 0.06 MB 140 141
239,758 239,758 00000000000000eb421dbbd31da8de9cdd3e5c2ed086380f654b39c4c561e66e 0.02 MB 40 99
239,757 239,757 000000000000007e183701e5001bede0544e6f438b0f526cbddf7bd28604bbd4 0.13 MB 319 162
239,756 239,756 0000000000000006c2316221e5c7152b8e284239f5927822f5c063924845aaad 0.08 MB 194 171
239,755 239,755 00000000000001504bb22280027aafce99de77ac843f88787d3b6c3474ecdab9 0.13 MB 290 163
239,754 239,754 000000000000004ae283af794469a2988ce01bb8ec52357cbe18d229f7673d33 0.06 MB 95 146
239,753 239,753 00000000000000e1172d2b8ff900ea11ac10ba4089e2ab20f1191a487e8fc1ef 0.09 MB 194 141
239,752 239,752 000000000000006fa9b080a1dce8dc48e103415e4ae2062370dcca06148d9953 0.06 MB 112 135
239,751 239,751 00000000000000daa0fc6fd27b0f9feb82ddbd4da2d7e5472d0aaf1d7697d155 0.17 MB 194 108
Previous 10 blocks ↓
Total Size: 777.54 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,537.76 GB
    • Received: 136.03 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.