Loading Tool

Explorer IconExplorer

Memory Pool

78,419 transactions
29.46 vMB
0.07492331 BTC
Random Selection Loading Transactions
Max Size: 177.43/200 MB

Candidate Block

Mining Attempt 7dc082b930978dbfa3fd33963a80ed2497d2f71890dfcd7168d1b0c976a0a442
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root e4bc97a151907861c3029ca5f37983a7c99c1934022a90b25b4650cf598a1e43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,000
Size: 1.00 vMB
Total Fees: 0.01310005 BTC
Feerates: 40.26 > 1.31 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (287,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,377 627,377 00000000000000000002e560903c980f00697b5e06ac61226aa6532cf3b23905 2,033 1.00/1.00 vMB 29
627,376 627,376 00000000000000000008e8c4d5d250f7687973be99f8112922f0d02eb0812211 2,178 1.00/1.00 vMB 36
627,375 627,375 0000000000000000000bda705e4cbf563a4f675dd1cdd807a7c726dadb64a03b 1,268 1.00/1.00 vMB 2
627,374 627,374 0000000000000000000b60cca660f8b300cd64017e30c89230fbaa4b0a40e387 2,045 1.00/1.00 vMB 36
627,373 627,373 0000000000000000000bf65c9f67027afbcaed1dfbd834f8b42b5175764f1d5e 2,019 1.00/1.00 vMB 9
627,372 627,372 00000000000000000001991f837082c384965efb70a456e62d4c57295301fca9 2,910 1.00/1.00 vMB 33
627,371 627,371 0000000000000000000aa10721c72f1220ce068599b860b06251d827348a2ae4 943 1.00/1.00 vMB 6
627,370 627,370 0000000000000000000512cd08fb1248d9c0b2e0177108cba28fec703939296b 1,392 1.00/1.00 vMB 9
627,369 627,369 000000000000000000112c35fadf1c90f8094a8f14766b4e85208badb724d4ed 561 1.00/1.00 vMB 2
627,368 627,368 0000000000000000000886697ffee7c91d51ffcac5d5f46166ae93bb84d833a2 1,477 1.00/1.00 vMB 4
627,367 627,367 0000000000000000000ef2c1bcbd2345d4aa32dd953a5fe9fb97ebf269b8bce4 1,508 1.00/1.00 vMB 8
627,366 627,366 000000000000000000050927816c6100e890b0f17361b4fc2842876a6103faa8 1,646 1.00/1.00 vMB 5
627,365 627,365 00000000000000000000b71a796ea906827f62d0323d5a29b0e8ce918ea18773 1,531 1.00/1.00 vMB 16
627,364 627,364 00000000000000000004d19d709e5b910e337457b4b65dd177ba42c3916c9fe6 2,362 1.00/1.00 vMB 18
627,363 627,363 0000000000000000000bff4a89c361a45e7f9298fdfb6739e5d025d6488c1498 2,846 1.00/1.00 vMB 24
627,362 627,362 0000000000000000000a4ee9e8d45a31dd54da93333a1847ea1d1ae376294a5b 2,145 1.00/1.00 vMB 28
627,361 627,361 000000000000000000062cf55a343e791ef61abad6515fd53c5b52f2e6c4d8eb 1,811 1.00/1.00 vMB 29
627,360 627,360 0000000000000000000179397bec25e112a3e2e80236c13dacb696b0b4e28cf9 2,368 1.00/1.00 vMB 29
627,359 627,359 0000000000000000000187a306194ee979dd330d9e03795beec8ecbba810d4e3 2,657 1.00/1.00 vMB 32
627,358 627,358 000000000000000000094f3994dd4f76be4ba705701c7bc8f75676ba86a35d7b 2,183 1.00/1.00 vMB 33
627,357 627,357 0000000000000000000740dd556e5fe9a45291a6172bb06114caff56384bd8b4 3,123 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.58 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.24 GB
    • Received: 15.89 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.