Loading Tool

Explorer IconExplorer

Memory Pool

79,026 transactions
29.60 vMB
0.10559360 BTC
Random Selection Loading Transactions
Max Size: 178.18/200 MB

Candidate Block

Mining Attempt 7351447dc877f6467f21969f6da09843c1c1358fbe5c40a1a644e83e568b0259
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 0369891a8b85cace5599ef94c145748ecf277158a6409ac5194cc056b77137cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,541
Size: 1.00 vMB
Total Fees: 0.04048767 BTC
Feerates: 164.34 > 4.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (350,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,140 565,140 00000000000000000016cfda05046ffcd926af7d8ef3b5c13043ecf455fea716 1,701 0.58/1.00 vMB 12
565,139 565,139 000000000000000000262846807fcfe0f6db136d33f32711f6414fe5f92d72a6 2,688 0.89/1.00 vMB 15
565,138 565,138 0000000000000000000db0e0cc5905046a97dd9a3cbff0bfb39e5b4ba569ff82 1,671 0.53/1.00 vMB 21
565,137 565,137 0000000000000000001fc1f44519387a403e31fa1da09cff502803250b82e7a0 2,376 0.80/1.00 vMB 13
565,136 565,136 00000000000000000012416cef6e342e7bec8e25d1675dc327024d41fedc2ba5 834 0.26/1.00 vMB 16
565,135 565,135 0000000000000000000833f0eeea8d113aa82ec4eba4ca576e11bfeef3534add 2,571 0.82/1.00 vMB 11
565,134 565,134 00000000000000000011c73f7458a334b2aced6bdce2812f728dfade6d08761f 1,795 0.58/1.00 vMB 10
565,133 565,133 00000000000000000017f59dfe5797cd17f316774d202a4ca799926e8561b68e 2,906 1.00/1.00 vMB 10
565,132 565,132 000000000000000000057bdcb66acc670ae1226a04e6e70c83c015d3a4ee39cc 3,167 1.00/1.00 vMB 11
565,131 565,131 0000000000000000000ddc548fc2a4451dfea7c20fe39d51ba3281e98ce69217 3,031 1.00/1.00 vMB 39
565,130 565,130 00000000000000000012e42db0909b1e0c2ccb9c4465e3da79b12e317ae2a1a9 3,179 1.00/1.00 vMB 11
565,129 565,129 00000000000000000004bb3e0f454016b4cfdc78c37bc16b078dc91a4e59a56e 2,875 1.00/1.00 vMB 25
565,128 565,128 00000000000000000027b6dc8a90388cead2a4fb7b4c2a197da52ef2cc3f8084 1,290 0.52/1.00 vMB 17
565,127 565,127 000000000000000000019ba2be7a2afd40144e264249d74f2b18b47ca5c5ac44 1,796 0.74/1.00 vMB 2
565,126 565,126 0000000000000000002b1a03e3bf2aa0fa8eff98865c030badf61cc1152c251e 2,919 1.00/1.00 vMB 4
565,125 565,125 000000000000000000035b20a5669d353827e0354ffc1fd3afaa87e85e30c82d 1,839 1.00/1.00 vMB 21
565,124 565,124 00000000000000000001b679a8d59aec25239cd4bcd3ccb8798258a23ca8fd42 2,767 1.00/1.00 vMB 19
565,123 565,123 00000000000000000006e4544cdf6513eb6ad625e6f43244911c6b5c7d66ad46 2,890 1.00/1.00 vMB 32
565,122 565,122 0000000000000000002a5f09991349832bddc5c29d59b03ac915eb94b03ffa26 2,979 1.00/1.00 vMB 29
565,121 565,121 0000000000000000002d0ca7d9dbc034b1f2f1eca7e8aea9a6e6ad956afed567 217 0.11/1.00 vMB 12
565,120 565,120 0000000000000000000145d39c4856f8e900e26958225389cf912405483abe68 1,303 0.62/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.