Loading Tool

Explorer IconExplorer

Memory Pool

100,806 transactions
26.20 vMB
0.07427988 BTC
Random Selection Loading Transactions
Max Size: 177.12/200 MB

Candidate Block

Mining Attempt 0a6112d708397ccdce22736fba6c7b17895524db9c609d01454801fc469cc62c
Version 20000000
Previous Block 00000000000000000001c641766e70930b344c83d935c26e7694ea5dac4fa245
Merkle Root 34daac7169d80f95a31d2ef0ce9139f0a0da98288addf0f3e9e472650c24f7c7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,669
Size: 1.00 vMB
Total Fees: 0.01128244 BTC
Feerates: 150.75 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,057 (856,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,348 59,348 0000000003cbc55926d1d3579bbcef1899e01152188f2c1e03945dc42cb1748d 2 0.00/1.00 vMB 0
59,347 59,347 000000000106880041d25c6afbb0e009d2c3cc7f9a717341723b7eb84321e2e5 2 0.00/1.00 vMB 0
59,346 59,346 000000000c410b4078485a190424a578ffe8951e876c6a340fcaa1bd6b61f01d 3 0.00/1.00 vMB 0
59,345 59,345 000000000339ab279858b643b1d46d7cf59c3fe71ccca93043ff42d6972a1f27 2 0.00/1.00 vMB 0
59,344 59,344 0000000005c6272d610d70565f49130408182478bdad8a1cc978fc7ae54e576c 1 0.00/1.00 vMB 0
59,343 59,343 00000000057663c8c67c5b170010d479b30ceecc7dc56141adae89acbfa3b53d 1 0.00/1.00 vMB 0
59,342 59,342 0000000008b91385a5155adf27487a61fa2880f0529c92d6b3c7ec5b93bd03a2 1 0.00/1.00 vMB 0
59,341 59,341 00000000074a1fb049e729adace03dd6527744811f75b5f2f97e48832bf427d6 1 0.00/1.00 vMB 0
59,340 59,340 00000000003e37e465ecb767ead06e8349bd13cf68d41ae0c14097ebebc791ea 1 0.00/1.00 vMB 0
59,339 59,339 000000000a8d94a80e1b33daef1d168e17313aa292eb9b583cc74e25820a01ec 1 0.00/1.00 vMB 0
59,338 59,338 000000000c01d9411025e3d74b9f3d3c013980608149507452c02d323b251b7d 1 0.00/1.00 vMB 0
59,337 59,337 000000000cce8f6b2bc7a087ec64995ae0a9412059dfea55fbd1eabd02683e27 1 0.00/1.00 vMB 0
59,336 59,336 0000000002e8be44318fb91baf48b907fdfd5049524bfaa9330a37fbf5587f70 1 0.00/1.00 vMB 0
59,335 59,335 0000000007faf4d965a61b33fdf9a8f6347783ae3dcf72bf323b857be502e8ad 2 0.00/1.00 vMB 0
59,334 59,334 0000000000c149bf2a53213b03046e822862771686d64f5d8b6e2145d743d22a 1 0.00/1.00 vMB 0
59,333 59,333 0000000003419446fe272bc16c63c76617ef8061941889183232bade871e12ca 2 0.00/1.00 vMB 0
59,332 59,332 000000000b5456ee6b1f808b78c71a6e6ba9813c5737bf83e4e69cd2b8d9ab06 2 0.00/1.00 vMB 0
59,331 59,331 000000000294413b72dd267fec2f3fb1fed48c930eba1ba7c26c302f1a39a607 3 0.00/1.00 vMB 0
59,330 59,330 0000000009ef9baffc6fd1d4aa3a9ffc3ed090f855c58cfb610e9b936e571d4f 2 0.00/1.00 vMB 0
59,329 59,329 0000000003e73c09b70396c2000332276be77b8e31144b0e676b35254c27403c 1 0.00/1.00 vMB 0
59,328 59,328 000000000ce94cdd3cf88f9ef782c609bd487bfcc468719e607b651a2aece00f 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.22 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: 813.07 GB
    • Received: 23.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.