Loading Tool

Explorer IconExplorer

Memory Pool

37,315 transactions
27.84 vMB
0.05962831 BTC
Random Selection Loading Transactions
Max Size: 140.90/200 MB

Candidate Block

Mining Attempt c33656f935e4ae4aedfeefbfde10eb63ab3cbe3c9b3ba0d90bc8e099e6218f92
Version 20000000
Previous Block 000000000000000000020abe907a711cd23f00089985aa7a1746960afc1ae162
Merkle Root ad762ac275023fbb9e0f84206510ee2dab9772ba352f889e199100b0581380df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,463
Size: 1.00 vMB
Total Fees: 0.00662363 BTC
Feerates: 201.37 > 0.66 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,602 (807,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,254 107,254 0000000000021307473f6cff5a055a002af0786d1ffb0cd5892f298da2819e36 23 0.01/1.00 vMB 0
107,253 107,253 00000000000216df6a3f6f232aec7b229de2ab389564da98e926869b6f3a2613 1 0.00/1.00 vMB 0
107,252 107,252 000000000001d5646edcb2adf1083e696aab1232d8020e7e70b543cbab7615b6 1 0.00/1.00 vMB 0
107,251 107,251 0000000000016ee28ed8e3a883d2e8e1cf9e6daef49b5f693fe1f8382f2444c2 10 0.00/1.00 vMB 0
107,250 107,250 00000000000208efdea79d1586bcd899b4bdb4d1833d6ab1ec849416d77bf3ad 3 0.00/1.00 vMB 0
107,249 107,249 0000000000000055e0f718bb56d56d4ae70653cf2be37c3e1b2d7dc3926c878b 7 0.00/1.00 vMB 0
107,248 107,248 00000000000185a07e486a9e74ebdaf92522d8e83264c97f663b1a093495ff00 12 0.00/1.00 vMB 0
107,247 107,247 000000000000084a5ff676980386b6e877955fd84e583dd2e5c7d4d814af5ee9 5 0.00/1.00 vMB 0
107,246 107,246 0000000000010971aea91197cba3c7ff983eaef1bb22f55db197761c09db7e8e 34 0.01/1.00 vMB 0
107,245 107,245 0000000000007dcc719861e39a1646e0a4e9535c9d701601f11c08a8ad8189fd 4 0.00/1.00 vMB 0
107,244 107,244 00000000000071b684fa1dfd6ec1cce2b985800e4d08ddcb8b2990c5b6640e7e 12 0.00/1.00 vMB 0
107,243 107,243 0000000000011377f2993920bbc3bf7dd0871dee741c2c1a25f815d95de62838 1 0.00/1.00 vMB 0
107,242 107,242 000000000002195937e3ca1996ca714ab732976a8cebc8c43d2e38500a0248d1 2 0.00/1.00 vMB 0
107,241 107,241 0000000000020c011d2b5405585a8c473d750a2bf073ed4a5a5862e861f543cb 1 0.00/1.00 vMB 0
107,240 107,240 0000000000001f3d46804b7c518523405d75e39241060f6cfb53c55f769968d4 8 0.00/1.00 vMB 0
107,239 107,239 00000000000208b618adc3b083bdb3f288b5532f385bffddd7afdb7d8ad14a47 5 0.00/1.00 vMB 0
107,238 107,238 0000000000009e6a0920de7aa6d78ebfab183ee1845974244e9ba000ff7b271e 12 0.00/1.00 vMB 334
107,237 107,237 000000000000fe6bf07cc2e0814dc7f3c759b1dc8c280e9895196a983a3a9dd3 9 0.00/1.00 vMB 0
107,236 107,236 000000000000b5d021095a4e445419769e6151283d0b484edfee1105ab2091f5 6 0.00/1.00 vMB 315
107,235 107,235 000000000000e57e7fdc96e72231986f67fffb237b0d1cc24a43d4dfcd66fe97 28 0.01/1.00 vMB 0
107,234 107,234 0000000000027a38933bfc613f5a260c78704c2ec47ecdca6e79fcd506e237a0 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 11
  • Data Transfer:
    • Sent: 628.73 GB
    • Received: 11.82 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.