Loading Tool

Explorer IconExplorer

Memory Pool

84,838 transactions
31.38 vMB
0.15267167 BTC
Random Selection Loading Transactions
Max Size: 189.42/200 MB

Candidate Block

Mining Attempt f0876fca0b2871e171a2b795923a9759961cf75e8d168a7328852b53ad07c552
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 4e332cc8b53b070c5481f66b5939c423d8cb4da1f75b995c016dfab87dd7d01d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,663
Size: 1.00 vMB
Total Fees: 0.08056639 BTC
Feerates: 366.60 > 8.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (178,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,494 736,494 0000000000000000000146dc6284cfd97daad5dc504a999e5c8b0f56abd33c79 2,776 1.00/1.00 vMB 15
736,493 736,493 000000000000000000069153725ffdc8b8a623fd0563eb6bc1eab3657862cdd7 2,333 1.00/1.00 vMB 5
736,492 736,492 00000000000000000004d2402056f42037324dd842e6003bae5cdd10971ca791 2,980 1.00/1.00 vMB 17
736,491 736,491 00000000000000000003e284d809f2a7be671f784636990a033b9de9c2fb4309 1,541 1.00/1.00 vMB 12
736,490 736,490 0000000000000000000631160b7eaf06cb7f8f1a16e7fcfa6d81a10309810c75 2,576 1.00/1.00 vMB 18
736,489 736,489 00000000000000000003b785fe04a5a8f25c541e5cdf54d91477f3531477cb4d 1,812 1.00/1.00 vMB 22
736,488 736,488 00000000000000000002e89d2dd11c8f09116caf3c274cc69d63944f13c1915a 3,157 1.00/1.00 vMB 24
736,487 736,487 00000000000000000007b46a6726f6a6cf12ebc7c0af485ef1c30fa61cda3ee6 3,535 1.00/1.00 vMB 18
736,486 736,486 00000000000000000003883f865390cbf02cd9813d0acb5e806a6084192989e9 2,682 1.00/1.00 vMB 29
736,485 736,485 00000000000000000002316fd432d123e092d205c529203de6113f00e0fed0fb 2,178 1.00/1.00 vMB 7
736,484 736,484 0000000000000000000207a54da5aa8f6e0906a6fd7a5cf3153db56f261cddef 2,877 1.00/1.00 vMB 19
736,483 736,483 000000000000000000031c581c9feda9382bdb944a9e5df9f6c4f21609f3c4d6 1,375 1.00/1.00 vMB 10
736,482 736,482 0000000000000000000772ad023ff322062885a52e30d179980c9d6bcfd3ccff 2,528 1.00/1.00 vMB 22
736,481 736,481 00000000000000000008bce7ad903f0c644bcc9896c80dd776f13ab36581f8e4 1,876 1.00/1.00 vMB 13
736,480 736,480 000000000000000000042461bcca45076a0a6546a354dca06788a6b3d1b036b3 3,230 1.00/1.00 vMB 19
736,479 736,479 00000000000000000002fc3129338b8c2261b78c381665037d6d0b433b01f6b4 1,941 1.00/1.00 vMB 12
736,478 736,478 0000000000000000000403944b63a4c9c761420ff2dd64281c61a694e42d48cc 1,947 1.00/1.00 vMB 17
736,477 736,477 00000000000000000005155d9009360b2a560690a70ce7acd9f49117c08661ad 2,430 1.00/1.00 vMB 21
736,476 736,476 00000000000000000001b0d093fbf7bbf93f718d1c82971e4e669f5bfb422e0f 2,651 1.00/1.00 vMB 19
736,475 736,475 0000000000000000000015caecf8c60a4ee3b56a1127688c1128be8d459ec238 3,278 1.00/1.00 vMB 31
736,474 736,474 000000000000000000075aa84e03ba42905850120766a6765a0db85818cf1d59 1,452 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.34 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: 661.68 GB
    • Received: 14.82 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.