Loading Tool

Explorer IconExplorer

Memory Pool

21,253 transactions
24.41 vMB
0.05286135 BTC
Random Selection Loading Transactions
Max Size: 116.44/200 MB

Candidate Block

Mining Attempt f7e2246321785dd5492cd14cc5cfb5515424e6e9432ef8b8dc2544d29b558eef
Version 20000000
Previous Block 00000000000000000000335eb1c86db8e544179eeec091e2f14c3332af5d9962
Merkle Root e11bafd8e9e971fc86808ff305f497ac94c0427368d64d996984ae1cf8d1be25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,198
Size: 1.00 vMB
Total Fees: 0.00940259 BTC
Feerates: 101.21 > 0.94 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,293 (881,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
32,436 32,436 0000000099b15b0589dfe6b744c3141879611a4a1ed6495ffe0cc4184267d6e8 1 0.00/1.00 vMB 0
32,435 32,435 00000000479c32fd0772e16f6c20d68e11dd71159688b3ab5ac280a1ecc7ceb0 1 0.00/1.00 vMB 0
32,434 32,434 000000000f4006f90a7fd7e111b0a0401746531a05180f5814607184d8577115 1 0.00/1.00 vMB 0
32,433 32,433 0000000012d5aaacadae4096f5bed4c2d63123d29dc6ec5d6b0d3878845e4ace 1 0.00/1.00 vMB 0
32,432 32,432 0000000069565612bda141428d68fb0fe5ab07c4ff0eabb6751b7e82ff06a630 1 0.00/1.00 vMB 0
32,431 32,431 0000000069c7ecf1f18f4978826ba34df845eef2e1a709bde9baae0a965bba8e 1 0.00/1.00 vMB 0
32,430 32,430 00000000c485cc9e93bce830f5fb3a0ece0d8320f1dd326422af2f39fa33cf5b 1 0.00/1.00 vMB 0
32,429 32,429 000000009cddf540a92b8f664bf483bf52b78cb417d9bb994b6f753c2d120396 1 0.00/1.00 vMB 0
32,428 32,428 000000002f6170c5cba16e80b0b04cbe1a98e54c84d7909b144c186aa2c76599 1 0.00/1.00 vMB 0
32,427 32,427 000000007ac723863a72b424fc50b67194ade1838caccaaffd653064f7c10ac8 1 0.00/1.00 vMB 0
32,426 32,426 000000004b25a842448fbea768b03925ed327a8ab8c50d500e1a112d2e6fd624 1 0.00/1.00 vMB 0
32,425 32,425 00000000a3b65c186b272b8105156ff5ac2b370c1ffa9188292790fe27328c18 1 0.00/1.00 vMB 0
32,424 32,424 00000000d27e2faa35912f3960d418f1bed71702809d25dc7cb3885993bb1fa4 1 0.00/1.00 vMB 0
32,423 32,423 000000003fa00f09651813206e7ba1bc46d10ebf62b1d0d61d4d496080ce7d55 1 0.00/1.00 vMB 0
32,422 32,422 0000000040b30b7cfbd6e84d79879c6afb799b3fa0896ea3d5eabf9f2a333ff2 1 0.00/1.00 vMB 0
32,421 32,421 00000000492810b4e790556f716a6acadc28cbafb684d4c0e3354d6b448a881f 1 0.00/1.00 vMB 0
32,420 32,420 0000000004fd61632e6f0255d9e09ecd1ecfd7c0dd5122a23f64bc988c34bea9 1 0.00/1.00 vMB 0
32,419 32,419 0000000010ffbe1354ec5c27b1c3156d610eb9abfbbd3ba9f662e82e9afa58a5 1 0.00/1.00 vMB 0
32,418 32,418 00000000ab9fa49dd8886f559590ddfb819e8380cda9f88001a842a2a773bf9d 1 0.00/1.00 vMB 0
32,417 32,417 000000004905a0d1a1a350e3378926d6b35eb434a4942603f8711b3132474b6c 1 0.00/1.00 vMB 0
32,416 32,416 00000000cef520c344861bbd8356e70e345c9bf312683717edc5b3b96ef559cb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.11 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: 580.15 GB
    • Received: 8.93 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.