Loading Tool

Explorer IconExplorer

Memory Pool

44,106 transactions
27.31 vMB
0.07978484 BTC
Random Selection Loading Transactions
Max Size: 142.64/200 MB

Candidate Block

Mining Attempt baf9d232fe6c6c233da63bd430597c6b7ecc2e99f318a04c034a8ec04a315e20
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 9f985c6c15d2f0fa2a38b5e79febf3e017eaca2dddf4ad8142e185c29ee5b5f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,413
Size: 1.00 vMB
Total Fees: 0.02656132 BTC
Feerates: 150.77 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (275,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,602 639,602 00000000000000000008e86a6ba6cb45aaf8bb177011e047d1b547a1f5460d74 2,890 1.00/1.00 vMB 50
639,601 639,601 0000000000000000000a9e740c39f4162d9e922d8a63dc729bd7d218a3a01474 2,245 1.00/1.00 vMB 58
639,600 639,600 000000000000000000014865ddc3eb19b5dd8c0917de7e5f1c68809182160c26 2,632 1.00/1.00 vMB 75
639,599 639,599 00000000000000000006ca5f27b23d31fab1c52c92dc89383753c7a1abf317c0 3,050 1.00/1.00 vMB 84
639,598 639,598 000000000000000000092922b748b0f412833651f8fd2b30fd791eda1b07f5b2 3,018 1.00/1.00 vMB 42
639,597 639,597 00000000000000000005a6710312ab97297dc9364a35072315f14be5dd3cc239 2,097 1.00/1.00 vMB 40
639,596 639,596 0000000000000000001000d750692a10908620af19cc21409d3f84adca1001bd 2,740 1.00/1.00 vMB 53
639,595 639,595 0000000000000000000c4c0656039e34e81dc3c9802c3f06b8b9f654282fd589 2,710 1.00/1.00 vMB 33
639,594 639,594 00000000000000000003a41e6e0e08baec108bdfec104da1a4dc223471e609b5 2,341 1.00/1.00 vMB 21
639,593 639,593 0000000000000000000bbacaf19c258c4a4bcb2ceed36ad26c2d6f7bd5668a62 2,677 1.00/1.00 vMB 38
639,592 639,592 00000000000000000006d74ed331cbd7741aeb210a76a2522f7882b0bff29659 2,786 1.00/1.00 vMB 68
639,591 639,591 0000000000000000000e60180fb572465cc395b137ffb97abab240c666b6611b 2,872 1.00/1.00 vMB 86
639,590 639,590 00000000000000000003e79faa71c9e22ef942d69d1e20af10a374b821150d06 2,310 1.00/1.00 vMB 46
639,589 639,589 0000000000000000000cfa4d8da99a467e6e293cce8160ae04ef8a98b42717b2 2,352 1.00/1.00 vMB 71
639,588 639,588 00000000000000000004374f18276a2ac7efb160286c8206d84bbb3b050c4629 1,693 1.00/1.00 vMB 36
639,587 639,587 0000000000000000000427963dab9f02c312bcd3efcc5b01d41886988364980f 2,176 1.00/1.00 vMB 67
639,586 639,586 0000000000000000000025d2a5ef0864df18f8021c518ea53f80c9fc7d9da259 2,412 1.00/1.00 vMB 22
639,585 639,585 000000000000000000011e57839b2fa3f37fca4eddf8a72105ad1a6a2c5abbac 1,529 1.00/1.00 vMB 29
639,584 639,584 000000000000000000012078d8c956e9a658030abdb921a455fb444d080e1c7a 2,110 1.00/1.00 vMB 41
639,583 639,583 0000000000000000000cf13458466180e4a08b64fa5429c35185d349c2dec426 1,725 1.00/1.00 vMB 30
639,582 639,582 00000000000000000008cf1ee110f7cf1138af40e2eef32aae30769a494d0c8c 1,961 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.66 GB
    • Received: 14.00 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.