Loading Tool

Explorer IconExplorer

Memory Pool

79,054 transactions
30.04 vMB
0.12365327 BTC
Random Selection Loading Transactions
Max Size: 180.21/200 MB

Candidate Block

Mining Attempt 3332835a47d7ff0d490f2c261b995d5bcb78967fb84ec9c29d14c8eb29a2d517
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 949c657a972259c6176f34712d8d65a7ab579fcf5f66ce8e1e60d2c12ceff37d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,742
Size: 1.00 vMB
Total Fees: 0.03813198 BTC
Feerates: 673.02 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (442,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,636 472,636 0000000000000000008dbda38a29ec6403510357c4a0dcdde0b2cb9112f099c5 1 0.00/1.00 vMB 0
472,635 472,635 0000000000000000007fd7d76e50426edcd34494eda7318565f1570c76631baa 2,468 1.00/1.00 vMB 114
472,634 472,634 0000000000000000006fad920832bb017abfb6462ea60650619be255218a1e14 1,885 1.00/1.00 vMB 330
472,633 472,633 00000000000000000061231f8728268e206ed16935de8ca43cf2acdbce3b8eae 2,308 1.00/1.00 vMB 230
472,632 472,632 000000000000000000ae36d1ffd7e8f898382fcaa17d7dae8075b330cc5ff614 1,895 1.00/1.00 vMB 131
472,631 472,631 000000000000000000601b3ecf7ace8805708d8e7f1f10c3c0514cc062bdf7a5 2,064 1.00/1.00 vMB 323
472,630 472,630 0000000000000000001846c581195191d25456461b64222fda692c18749e14e1 1,733 1.00/1.00 vMB 345
472,629 472,629 00000000000000000128c2921028ca019542781faa25e1d8acf511c817636574 2,233 1.00/1.00 vMB 428
472,628 472,628 000000000000000000288fd707ce7761662274f3aef87a0c129c39a839e19ee1 2,061 1.00/1.00 vMB 165
472,627 472,627 0000000000000000010154e31aa0ef1cd2ceb17c818c676e5d1f185ae4047d1d 1,931 1.00/1.00 vMB 254
472,626 472,626 000000000000000000a4ac36d1240f6cfa293f04485fe32adb9d707e3450fd3b 2,018 1.00/1.00 vMB 277
472,625 472,625 0000000000000000011094e2e3f61b7e298aa53d8d05ca6bdd17d4eb55c61f23 2,056 1.00/1.00 vMB 295
472,624 472,624 00000000000000000002749089df7b6ee80f5cd5a41c8e64316c1a7e067273fe 2,397 1.00/1.00 vMB 330
472,623 472,623 000000000000000000ccdcc2247bae0f4ad0fbe125c9dd5f46f96f77dc891ae9 2,458 1.00/1.00 vMB 365
472,622 472,622 00000000000000000059a78c30e5c6b1a2b999868fee6676ec75da2f2437b54c 2,069 1.00/1.00 vMB 389
472,621 472,621 000000000000000000e9c0de9c696b7d7801ebb49879107d7b54888ce53f78d0 2,541 1.00/1.00 vMB 404
472,620 472,620 00000000000000000033ea141ca13f5b067fd83acdcea3c977d9bcc69d0d8c38 2,002 1.00/1.00 vMB 228
472,619 472,619 0000000000000000011878b129384abfc4e04d3c8b50534219772b324bbee85a 2,390 1.00/1.00 vMB 366
472,618 472,618 0000000000000000015a2a28d367d16f6482df0aad3da5538eb4deabe5dbc952 1,478 1.00/1.00 vMB 75
472,617 472,617 0000000000000000003d89a2e737706305b408313163fabb8d0b9c099e9c2b1c 2,457 1.00/1.00 vMB 359
472,616 472,616 0000000000000000004421bd0a6d849c54f0d29a433ff121353aa8684f7c3fc5 2,492 1.00/1.00 vMB 341
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.