Loading Tool

Explorer IconExplorer

Memory Pool

22,168 transactions
4.85 vMB
0.01464611 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.52/200 MB

Candidate Block

Mining Attempt fb62539b6f02fe085282e5a8b627a6aff5825412c788a57416b7574a020a0c8e
Version 20000000
Previous Block 00000000000000000001fb8e41394318b04c5dd570751dc4df7675fb199e46cb
Merkle Root 5293dad56ea78e31f716a7474224b24ab3a12764be32217aa8208d01895e986c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 132
Size: 0.10 vMB
Total Fees: 0.00228444 BTC
Median Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,201 (771,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,734 141,734 00000000000006d35bda5b240264a88cf1f231de0e0e0be4d5261a2d51b5ddbd 0.01 MB 43 26
141,733 141,733 0000000000000942a3406d7a7078893c9dbab7923699c34f25a1bd94030fca25 0.05 MB 105 211
141,732 141,732 00000000000004bd01c4098a6fe336f09cdf7eb975084524ea13e9162a552895 0.01 MB 18 129
141,731 141,731 0000000000000203553d9934490b1224eca1a8b5098dba645957ddc41b1a0991 0.02 MB 63 146
141,730 141,730 00000000000005d9a60da449079762b937131553b77f4e0c2aa805b0eb833da7 0.04 MB 129 82
141,729 141,729 00000000000002fbb2f04014a6233a933f031de9d42da108c9093348d61c80ab 0.01 MB 17 411
141,728 141,728 00000000000003a872b45fb43721fb1b3f3f2c00db489411fff7d16e706dd422 0.01 MB 28 329
141,727 141,727 00000000000008852fb7811605c017289538a28bebf8f9eeee9f683339ef4a3f 0.01 MB 15 56
141,726 141,726 00000000000008062e7b9d371f6770048b9c3110e414e8a51b975b2997855fd0 0.00 MB 15 767
141,725 141,725 00000000000006ea8e07a03e2bbe363009fdc8d80dbcb6d3c8a3e2339f340506 0.01 MB 7 35
141,724 141,724 00000000000003174ad8fb32dcd75096b6d30c2078607728c0a1226488a53961 0.00 MB 8 595
141,723 141,723 00000000000008e989a9972a316578754ad557e8fa2ceba7d99cb12fcdede223 0.01 MB 19 201
141,722 141,722 000000000000058c1f1dd4400b4d2a0821f558a6ca6ea4db93fcefa4b52059e4 0.03 MB 108 13
141,721 141,721 0000000000000127e45f861639be8acd4c7f2a115db51a68bfb1e78b5fd846aa 0.00 MB 9 29
141,720 141,720 0000000000000699011951de08321600421f330a2f7ac3e933041edce6afb12a 0.01 MB 18 266
141,719 141,719 00000000000005bcc1ee2141c5a388c62b604de1e6321cd29dcd07ad1cfde178 0.02 MB 67 274
141,718 141,718 00000000000000a37815c99c14910a814c82ae296fa31094913e2cb6548ce8d9 0.02 MB 35 241
141,717 141,717 00000000000004e4a480bffb80279ee3db9364d3fbb800d534665045ace32568 0.02 MB 57 169
141,716 141,716 000000000000054a877ac51bb9a0a02a8bee7a57bc53c8b1acd9948026c14675 0.01 MB 16 16
141,715 141,715 000000000000086e6bcff5432ad424df9c9dfad1f6be580c40e3191d8be36ebe 0.00 MB 1 0
141,714 141,714 0000000000000695923520bab65086e710cd1a755f82308c5c6e2811f5b64aec 0.02 MB 28 160
Previous 10 blocks ↓
Total Size: 779.20 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 68
    • Outgoing: 10
  • Data Transfer:
    • Sent: 14.58 GB
    • Received: 0.31 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.