Loading Tool

Explorer IconExplorer

Memory Pool

76,288 transactions
28.84 vMB
0.07230193 BTC
Random Selection Loading Transactions
Max Size: 176.26/200 MB

Candidate Block

Mining Attempt 6ed90fe7bbeeccacc02ad781bce3e735a4fb36020114b8ea82a3fada6c93210c
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 933f37a8b3c4fdd2f0847549f676c5f1c246d2f72201c7bf82b76970249e2d4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,287
Size: 1.00 vMB
Total Fees: 0.00960213 BTC
Feerates: 104.17 > 0.96 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (633,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
281,735 281,735 0000000000000001ce639807059bc64891edf83166412c95e7f6fc2e57cbb157 138 0.05/1.00 vMB 48
281,734 281,734 0000000000000002241cb455da3ba5c8e9ae29da1bdc52f44584ab40febf1b9a 188 0.11/1.00 vMB 21
281,733 281,733 0000000000000001f76a668a08b9041ba6938ca1af654056cd0ec97e1dfd0d84 48 0.05/1.00 vMB 10
281,732 281,732 00000000000000022430ed6a2c29c9d6ba054af10873b91d699c67b5fd810516 813 0.40/1.00 vMB 44
281,731 281,731 0000000000000001ad01ec69f5ef5e3cbfe986036a4ac6d8c34e27aaa2fc1ac1 243 0.14/1.00 vMB 26
281,730 281,730 000000000000000214e707fc1fc917f7dde32606286651c59399402ebd81e7e2 138 0.10/1.00 vMB 17
281,729 281,729 000000000000000091a9fda3a3ae442687020e2589af758d5874d5fd3b72df6b 304 0.16/1.00 vMB 34
281,728 281,728 000000000000000203dce39b8e24e7e87e6bcf1d3c608ddfb04aa017a31a924a 409 0.25/1.00 vMB 37
281,727 281,727 000000000000000133180d2dfd0f2775115aab47f8517c267e4d13476a342eec 1,168 0.50/1.00 vMB 61
281,726 281,726 000000000000000026a34e6c4a19d9e30de91ea3abb7f6dccc8de89c6d44fdfd 185 0.14/1.00 vMB 25
281,725 281,725 0000000000000000c168ad46e29a6a463050c2de8c353b0566428c298d9c1dd1 1,042 0.50/1.00 vMB 40
281,724 281,724 00000000000000001e3dbc081c56b64f243d2ba9b68f138fd43e57e92bdfdd54 719 0.25/1.00 vMB 59
281,723 281,723 0000000000000001710a9ae1ca5c9ecf6d4232785ec322a92faefc3e22303629 321 0.14/1.00 vMB 32
281,722 281,722 00000000000000001112314367e69256a881612e23bebc2b8206fbf1b659ab6d 165 0.08/1.00 vMB 21
281,721 281,721 0000000000000000623dd7eba114526b4a31ce086ee2a3e8e5430a9a5645c7c0 516 0.25/1.00 vMB 42
281,720 281,720 00000000000000017570577565548be3d92156a202d67f5e823dca47a1ce01eb 1,235 0.73/1.00 vMB 26
281,719 281,719 00000000000000022ceab1cff87bce24a5768cc3a7de3546a0b857f271a369aa 809 0.25/1.00 vMB 96
281,718 281,718 0000000000000000d9b66df4ad101c297a1c13140eea8d3bb3ae750ca569b35e 503 0.43/1.00 vMB 26
281,717 281,717 000000000000000013450124bda13b1a1bc8ddf297302e6133b909d0de0f7720 122 0.05/1.00 vMB 37
281,716 281,716 0000000000000000f998f580f0f8d2393322c5da3b2131b4280920df4b979d7f 923 0.50/1.00 vMB 26
281,715 281,715 000000000000000260430a8bd5fe93d30c19bdd6b66cb2278c2fce9c1d550151 807 0.25/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.82 GB

Node Details:

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