Loading Tool

Explorer IconExplorer

Memory Pool

81,820 transactions
31.01 vMB
0.07490190 BTC
Random Selection Loading Transactions
Max Size: 188.78/200 MB

Candidate Block

Mining Attempt 2ae6873a2ad5fee2d8c979fb263dd4a8859e9a824f6e6d7d92f497bcaef8d767
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root df687cc4eda0068b308cba61fa77b3a6d971af18bd0e8ae612fce05ec3e998d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,113
Size: 1.00 vMB
Total Fees: 0.00801648 BTC
Feerates: 60.16 > 0.80 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (647,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
268,142 268,142 0000000000000003fac9ae5a84ddfec5c947213e7058c64bf97c7d259b419d93 5 0.00/1.00 vMB 54
268,141 268,141 0000000000000000f57ea2c2a0a994655966fcf7d9b53989abd2437a76ded3ab 618 0.50/1.00 vMB 89
268,140 268,140 000000000000000762e0bef1609adcb6a7eaf56b23bd72e358d1d534117339e3 303 0.18/1.00 vMB 75
268,139 268,139 0000000000000001ca2d3ed5c44616620a375f3dccab2cc981f0d1482f06409e 407 0.28/1.00 vMB 49
268,138 268,138 0000000000000006a4d330709a4cf9d5837aa2fc34ca1abd2511759095c1a346 465 0.25/1.00 vMB 65
268,137 268,137 0000000000000004bdb97ebdc4fa1d1e14e7d7afcbd248bcf0870c9c42bf5165 177 0.12/1.00 vMB 13
268,136 268,136 00000000000000056335d2bca1191d7dba15e5d5810308ff2b097a3bb9329ffa 213 0.08/1.00 vMB 53
268,135 268,135 0000000000000005d673c83fbb0e38b3d30216b8f2b1b4c4a6308bfb1a854f54 1 0.00/1.00 vMB 0
268,134 268,134 0000000000000002a39150ce0284359937da062e051a11d798a73487e5865b50 167 0.08/1.00 vMB 75
268,133 268,133 0000000000000001252d88fc04f86503fdbb0cc9b009e5c2401642c67964f25b 230 0.10/1.00 vMB 49
268,132 268,132 0000000000000001f342f57488ad5ad95f6308e8bad4d884bb63e026866c1fad 202 0.14/1.00 vMB 42
268,131 268,131 0000000000000006108df3b929ee8a6a961ae7b7f696e98d3d1aa393792bcf79 617 0.25/1.00 vMB 85
268,130 268,130 00000000000000078403ab4b055dc28b3707088c284f16475a37b8d54c4bc83a 109 0.06/1.00 vMB 21
268,129 268,129 0000000000000001812d80e7eaec13b8a4a47b918d55f8e526797bd49dd69c0e 612 0.34/1.00 vMB 59
268,128 268,128 00000000000000079c3020a8304ec736e97b570f52aca00f836d02d5a9a4c26b 1,103 0.48/1.00 vMB 71
268,127 268,127 0000000000000004ee5b6ace996ab746f1e6dd952cdbc74c0b4f8b9ac51c7335 549 0.25/1.00 vMB 164
268,126 268,126 00000000000000019c36cf877c271a0dc423c68dbdf1426a5c2eaf84176325d6 178 0.07/1.00 vMB 54
268,125 268,125 00000000000000040d4ea5e3231317e9e1185ac9a3cabfd138e56b0695286131 303 0.13/1.00 vMB 37
268,124 268,124 00000000000000096f5c3334bb24a490c5c656174991989c24d531af20021a7f 189 0.09/1.00 vMB 70
268,123 268,123 00000000000000084468642a78312986608605b2103e9705bdd02f507dd558e3 312 0.16/1.00 vMB 66
268,122 268,122 000000000000000524719db2993655809d352e7ca6c6e33fa0401f15ddcc368f 84 0.05/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.72 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: 705.16 GB
    • Received: 16.65 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.