Loading Tool

Explorer IconExplorer

Memory Pool

71,845 transactions
27.15 vMB
0.06720524 BTC
Random Selection Loading Transactions
Max Size: 164.61/200 MB

Candidate Block

Mining Attempt 9ff13baba1e3e420a49ce7175d228ceaf5f18c308118a342029d90cd6d2f30a8
Version 20000000
Previous Block 00000000000000000001381f5a62e9c027bf9ffc27a5ab4f423be770c8628075
Merkle Root 9b662c8a0c1c4686922f41efee3c693991de0b19b21ec4219231c0bc59321bc0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,244
Size: 1.00 vMB
Total Fees: 0.00894662 BTC
Feerates: 96.15 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,581 (864,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,373 51,373 00000000002ff63247421f6cd26e6009aa7bf172bf924225f34c3732738eec80 1 0.00/1.00 vMB 0
51,372 51,372 000000001a152cdae297022a416e46b615d85914e5e3c08e7fb6f622d843c2ce 1 0.00/1.00 vMB 0
51,371 51,371 0000000018345bb6c267c7b445e2b7cb3c0523683a4dbc5f16a26cf20486db71 1 0.00/1.00 vMB 0
51,370 51,370 000000001eb609d4c40d8d57d6c2668fdbcd5960c797517f113c0efadd3566da 1 0.00/1.00 vMB 0
51,369 51,369 0000000013866867ed847763aad05fe8ad78309ea60ea444d96bf16916ff4ee3 1 0.00/1.00 vMB 0
51,368 51,368 000000001dc85b6d85c680ce37d308918185b0b73a093ec1cf5a206169292f6f 1 0.00/1.00 vMB 0
51,367 51,367 000000001214c22b43ec48ecb7e28337da1ab8c100e9000067f3247c80e0e9aa 1 0.00/1.00 vMB 0
51,366 51,366 0000000015087d78f12c487ce19cbc380bdaf0a24b8f4cbb38812d8daa421cfd 1 0.00/1.00 vMB 0
51,365 51,365 000000000977793d7c9f9c135f1c2e6466c74d7a5dc466c588242be26165b85f 1 0.00/1.00 vMB 0
51,364 51,364 000000001bd7e218896d03a9d3390038b8678f4ecb46bc9cc78f8b2b36480502 1 0.00/1.00 vMB 0
51,363 51,363 0000000017ccdee520dacd5396ab420fa125efed5dee93bf512b0724afb721e6 1 0.00/1.00 vMB 0
51,362 51,362 000000000f5f540ee652bd9bd9c271a80e9d680754617cc0e004487a987786f0 1 0.00/1.00 vMB 0
51,361 51,361 0000000008fe7c366d925325e3f89d6ff924b4ab0c2c82cd06768fd13439664f 1 0.00/1.00 vMB 0
51,360 51,360 000000000cafdf120b978906e9af4a1c5ca26ec8cbfcfc01074ec580511b6915 1 0.00/1.00 vMB 0
51,359 51,359 0000000014aee68a8df05517b2822d618cd1788fb536884f23f23dc7a03d7533 1 0.00/1.00 vMB 0
51,358 51,358 000000001eb24f8452dea803ef9c609bfcf26043dbe67ee2364c4eb65f5ccc5b 1 0.00/1.00 vMB 0
51,357 51,357 000000000e92e944797e2af7eaf52c3ce01494feacd6a4dd899890c0a3aa61b3 1 0.00/1.00 vMB 0
51,356 51,356 0000000018dbcf366cdf8981e7df6a9f877dba5ddd14d2a97be5ab59f721620b 1 0.00/1.00 vMB 0
51,355 51,355 000000000169682d1a8684e1478c97e2f156e4f5cef3d0b8a009cf0807e28107 1 0.00/1.00 vMB 0
51,354 51,354 000000001a7c429cf952b0e4c42dbea99e649c61143cfd3aa6d41572c4639f46 1 0.00/1.00 vMB 0
51,353 51,353 00000000150007411182a8341de3e19caf59aa27b5efbe4133db21f84187617f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.40 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: 769.81 GB
    • Received: 19.73 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.