Loading Tool

Explorer IconExplorer

Memory Pool

86,940 transactions
31.59 vMB
0.21495859 BTC
Random Selection Loading Transactions
Max Size: 191.75/200 MB

Candidate Block

Mining Attempt 5534985bf7768c8a8ee4a5b98846d24c219b9b83a801e5614aa2d672dd684c4c
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root d3a8ec0d33559ab3fb99e9387a441e7e1f249672187e1fcbc49aaf00a35dc11f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,616
Size: 1.00 vMB
Total Fees: 0.10822668 BTC
Feerates: 502.67 > 10.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (809,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,434 105,434 00000000000044ad2798cc1fe6ffee8c50364c941d698366eca2cfa3776fe5c6 1 0.00/1.00 vMB 0
105,433 105,433 00000000000211bfe13485493c9f148ff58a69f3fe3edb376f34995088821e08 3 0.00/1.00 vMB 0
105,432 105,432 0000000000002680eaf803cc6afaff4b89a7107c93eac69bdd929b217e810423 6 0.00/1.00 vMB 0
105,431 105,431 0000000000029686be5854f5330f3c18513344943c0f6faf647cf4fa5424214a 1 0.00/1.00 vMB 0
105,430 105,430 000000000002f705cbcaafc24843771669f45d88a7f1b0e292f9e0d63d534c6c 9 0.00/1.00 vMB 0
105,429 105,429 0000000000010f407fc122af80e45c538107f670964f63953d632c6a6b2247df 28 0.01/1.00 vMB 0
105,428 105,428 000000000001132442f31bc3d31e44561416065db9a58fa13c7a2d6f2e56ab2e 5 0.00/1.00 vMB 0
105,427 105,427 000000000002b6d10cce8ed029b2276830701350b41598caa71848807673bb7c 12 0.00/1.00 vMB 0
105,426 105,426 00000000000258280bdd1baf7809cc812ad2a3e2bdcebaaa2793cc1a79bdc2d2 8 0.00/1.00 vMB 0
105,425 105,425 00000000000197936d12daab754fba0f62ef73c9ec69252f81719e3682de2c9e 11 0.00/1.00 vMB 0
105,424 105,424 000000000001e869fd90fb2a218e19b5a8b766cbd85e6f16e36fe3c9d4c280a9 12 0.00/1.00 vMB 0
105,423 105,423 000000000001174dfae1b7156bc2e51ad46e83a0751042c2824eb152cef3a182 8 0.00/1.00 vMB 0
105,422 105,422 000000000000d5a136de57f56b97a4f190b5825e2144f31d9e37df973b9e7e4d 13 0.00/1.00 vMB 0
105,421 105,421 000000000002c4240ca873f7708e638ed5bda27644751cc28faa576079f8c63e 21 0.01/1.00 vMB 0
105,420 105,420 000000000000f049d43c21d59c1db07a88a3c1977a8dba0ccaea386ed3f9944c 13 0.00/1.00 vMB 3,415
105,419 105,419 0000000000025bf2097729fe5a489b3d4a9103c3980e553fb1955f766620215d 14 0.00/1.00 vMB 317
105,418 105,418 000000000002f06f853d3fc376f70c079d7282052cb6e862ca1b4d76c0cc76ee 7 0.00/1.00 vMB 0
105,417 105,417 0000000000020d90fc733bab62cd68702ff37f03a5e6a94ed951c2214d502e47 5 0.00/1.00 vMB 0
105,416 105,416 00000000000173bfdc3377c4df9b5d0e8337d1b2414c03613aae07292609d92a 6 0.00/1.00 vMB 0
105,415 105,415 000000000001200626c50720bea1e4c84a4374f8a98d3060e07ef976dde0b060 7 0.00/1.00 vMB 0
105,414 105,414 0000000000000c23cb955034379d163ff56b157df37e6e5cbdb891c0aaea9371 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.