Loading Tool

Explorer IconExplorer

Memory Pool

75,734 transactions
30.61 vMB
0.09347811 BTC
Random Selection Loading Transactions
Max Size: 175.50/200 MB

Candidate Block

Mining Attempt fa4b08cf1ed1f56d2a4734ef17c25d2de0042057ddb5b0e6ac0aed14e39d9276
Version 20000000
Previous Block 000000000000000000011482ebae814e70a9f8e811d6292cccb75fcfef31b0cf
Merkle Root 14616f7129b4abcfb9731f932f0241e288adb8a542dc63eb499e6d5d3eeccad0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,743
Size: 1.00 vMB
Total Fees: 0.01867716 BTC
Feerates: 265.25 > 1.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,055 (751,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,238 163,238 0000000000000a47038739b4f3bb07613017bd487ce674e006a452d9672420f7 36 0.01/1.00 vMB 198
163,237 163,237 00000000000005bb804ab5d10654bd98dd9d7dc048e3509a42c47abd21e3bedf 40 0.02/1.00 vMB 113
163,236 163,236 00000000000002e15c38adef23120018c73e54cb1341b5a299cf03f4341d3b5f 28 0.01/1.00 vMB 147
163,235 163,235 00000000000002e7da94b0d7ce22390e0d74e56b603db5e8a70a6a774aa2e9bb 96 0.03/1.00 vMB 21
163,234 163,234 0000000000000b38a6ed1e231feb75611e2fd15e237b81dd437c0940f4385c49 24 0.01/1.00 vMB 84
163,233 163,233 0000000000000027b49137f02cb3c79287c637c50835cbda014b875ac9eb5e9d 23 0.01/1.00 vMB 495
163,232 163,232 0000000000000ace731235e15bcf4c0f82ae5e2ffd402140edad2d0ee47c18ec 16 0.01/1.00 vMB 164
163,231 163,231 0000000000000899bf148ef9b9283cbd9239cc32fa5cb2545baff84a92b4ec86 10 0.00/1.00 vMB 0
163,230 163,230 000000000000032d219a1992d93bee77502fed90b113dd8d0bdf7557524f9977 12 0.00/1.00 vMB 356
163,229 163,229 0000000000000cbac53e5c43ecb2acba4d56a7b747f141c3b3a819d9af9d249f 14 0.00/1.00 vMB 28
163,228 163,228 00000000000005bd58af5a01fdcae0743b33cdd1cf08d87ae61cd903170edde2 81 0.03/1.00 vMB 141
163,227 163,227 00000000000005078d33f1357cad32e106592743b351d898478d659158b888d1 8 0.00/1.00 vMB 16
163,226 163,226 0000000000000c6751533d3e30e2e5b61a2630856fa25eaeab844cf904a00a5b 29 0.01/1.00 vMB 236
163,225 163,225 00000000000006ce4d139f5019593729287c90f7f609df80dcd1c4c13d659c2b 6 0.00/1.00 vMB 0
163,224 163,224 0000000000000c35f6ea08d7c83bbb189dca7b14f41db2125d3b5fa5d251e8b7 1 0.00/1.00 vMB 0
163,223 163,223 00000000000001196c1f54816848f154e42484f434e4750926917151455f89a0 55 0.02/1.00 vMB 160
163,222 163,222 00000000000000c9a300c535f48c34c82dfd6b2a15415091f64e2db327fd19f5 46 0.02/1.00 vMB 160
163,221 163,221 00000000000006aa07280aa193780341c6b7b89202489a62f0b713dc168a7586 92 0.05/1.00 vMB 165
163,220 163,220 000000000000032e48f05441dc7d6bb694b7b86d23978dec311e814b7e8a4e4b 90 0.05/1.00 vMB 73
163,219 163,219 0000000000000c92c4b2945deb1dac23accf1275a8adb121c92d3d8f2f6dae3d 25 0.01/1.00 vMB 127
163,218 163,218 0000000000000147135b9d93fc5a707dea89f78a6a05bd92cddd02cdbb38f128 6 0.00/1.00 vMB 891
Previous 10 blocks ↓
Total Size: 782.49 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: 668.25 GB
    • Received: 15.45 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.