Loading Tool

Explorer IconExplorer

Memory Pool

77,107 transactions
28.74 vMB
0.07802339 BTC
Random Selection Loading Transactions
Max Size: 173.92/200 MB

Candidate Block

Mining Attempt a4b4b6e7b3ea6f4ec42b9af034c5a5e7008ef1a184bd6330c1065f793a6ed77f
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root e804cff10f8f39234b7e4b44c4a030e4c3fd1476e2170b9ea60a94a2e5b30ce4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,909
Size: 1.00 vMB
Total Fees: 0.01832452 BTC
Feerates: 100.17 > 1.84 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (361,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,302 553,302 0000000000000000000eaedf3d2bd06fea0f926de591126fbe6bb885ea70f686 2,469 1.00/1.00 vMB 25
553,301 553,301 000000000000000000304d272e529aa51ec020ea2183ed44768ea27a62b33257 2,554 1.00/1.00 vMB 17
553,300 553,300 0000000000000000000ca65f776077debd51df3275f29a451c312ee6ea06dd81 2,809 1.00/1.00 vMB 8
553,299 553,299 0000000000000000002fb5012be16342623a11878216e6b9fc2b75cf4f702ece 3,375 1.00/1.00 vMB 29
553,298 553,298 00000000000000000008684b840c1b455501b250b145ae198d4c105ab9a783d1 1,975 1.00/1.00 vMB 19
553,297 553,297 00000000000000000013634311fa335fe19803787572538c73a92d415d7a6283 3,031 1.00/1.00 vMB 31
553,296 553,296 00000000000000000002809d00f7a0af227e9a2eb88473bd227f0ad622fd76f6 2,841 1.00/1.00 vMB 19
553,295 553,295 0000000000000000002d5eb19feee951d529c755abe2975896d9623b0ac1e2f4 2,822 1.00/1.00 vMB 26
553,294 553,294 00000000000000000027f8bf356bdd00a7e80fdc18d71ef4069a3f5b4ab1dd25 1,478 1.00/1.00 vMB 10
553,293 553,293 000000000000000000154eed548e82da351bf573567aa1cd249a32431c48f213 1,583 1.00/1.00 vMB 15
553,292 553,292 00000000000000000004fdd981a7e827a072716d5da481ba37e8ccd9295dde5c 2,748 1.00/1.00 vMB 28
553,291 553,291 0000000000000000001c5f5091d6231712fe0ee35fd02d8d4f8573b84f568051 2,500 1.00/1.00 vMB 21
553,290 553,290 0000000000000000002c3ee06479422cca3dd2af685c8333bdc55c30c400b23b 3,002 1.00/1.00 vMB 29
553,289 553,289 0000000000000000001747dcd05d814c16076686599ab0380ba4d9ff77a450c0 2,780 1.00/1.00 vMB 25
553,288 553,288 0000000000000000002c6fc5ad5440800577fc206a975c7aa2c8e8be91312900 2,871 1.00/1.00 vMB 17
553,287 553,287 0000000000000000002b8d5f6cb42d149a1b497cb1d903a47edf7fe7f15cd751 2,462 1.00/1.00 vMB 13
553,286 553,286 000000000000000000046721ec623edaffe98fdadf2a2f7c79207ffea1ad6f8a 2,302 1.00/1.00 vMB 31
553,285 553,285 0000000000000000001e0684cfd868b9fbef5e2108426f80d67dcbcf305e5bdb 2,500 1.00/1.00 vMB 21
553,284 553,284 0000000000000000000628b8d34b176e6fa3bdf83081e64d6c92a1852a49627b 2,416 1.00/1.00 vMB 34
553,283 553,283 0000000000000000001631828c8835feec935b27c2474bd84d71c8c64ae168c4 1,724 1.00/1.00 vMB 15
553,282 553,282 0000000000000000002b708640cadb0e1f5239174f8e542a146f7ae101baff37 2,068 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.15 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.