Loading Tool

Explorer IconExplorer

Memory Pool

72,682 transactions
27.95 vMB
0.06453361 BTC
Random Selection Loading Transactions
Max Size: 165.94/200 MB

Candidate Block

Mining Attempt 1ad643588c104256a392814b971645becf187d47570beebfc3d7cd1d63f11b9f
Version 20000000
Previous Block 000000000000000000003563c4b66b8c7aee15d5eb92bb97c05d0ba548e70e53
Merkle Root 534e5949a53901653e30fdc090530cf8f8892260fd17935bca31df048a114c51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,444
Size: 1.00 vMB
Total Fees: 0.00873175 BTC
Feerates: 180.34 > 0.88 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,033 (422,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,711 492,711 00000000000000000015aa57038f45913f363e677cf57904dcf091eb868c59cc 2,436 1.00/1.00 vMB 100
492,710 492,710 000000000000000000599fcbcaa90f373e3f0fcbfd85b5166502255df77fa44a 3,692 1.00/1.00 vMB 25
492,709 492,709 0000000000000000002c6a0cd5e42fd14522f05726864371b7321d07ca879002 2,245 0.96/1.00 vMB 81
492,708 492,708 0000000000000000000630d33672c9fa65bab4362d3d51994f720f3e99e52cd1 2,926 1.00/1.00 vMB 224
492,707 492,707 0000000000000000009a5e36e304ea423f2b1891f0f7333b7178b204c4699600 2,531 1.00/1.00 vMB 125
492,706 492,706 000000000000000000728c6a4c657230d54b16d73239d934e30a337bce8d63db 2,685 1.00/1.00 vMB 237
492,705 492,705 0000000000000000004ba8279ff78bb6331916b5c26adcf6530e554f2c67207b 2,242 1.00/1.00 vMB 189
492,704 492,704 0000000000000000002ad9d0a1b526756e47e2eb3de2ec465f0a4dd9272b9af8 1,671 1.00/1.00 vMB 120
492,703 492,703 0000000000000000009aa1ea9891b7ba057b8be7ea8cb20347ac9b2c4b000ca3 1,847 0.96/1.00 vMB 206
492,702 492,702 00000000000000000011751e1135bc3df4d3baa9cea38e5b7fc86a1ae0f39e20 2,781 1.00/1.00 vMB 247
492,701 492,701 00000000000000000020a2c5287dcd0aad36863c409526a33c687e3c6e92a612 2,020 0.94/1.00 vMB 171
492,700 492,700 000000000000000000c08640caf812df2b1cd8582150416d7eee09e310bcc509 2,317 1.00/1.00 vMB 225
492,699 492,699 0000000000000000006e9403707b6966d485d005c8be99a826c311d9a5db0ddb 1,972 1.00/1.00 vMB 208
492,698 492,698 000000000000000000a25aec700e82b622c7cabe43d6d7167269607946bd3af2 2,641 1.00/1.00 vMB 242
492,697 492,697 0000000000000000009039901968db0e78843accf5f90042e4e6aba071a3182e 2,793 1.00/1.00 vMB 259
492,696 492,696 0000000000000000005efe53361742bd110766afb7eb9ff5e7c47d0700bb72c4 2,543 0.94/1.00 vMB 207
492,695 492,695 0000000000000000004dd93d22d7bc91a6e7307fdcc7f924ca76c2e6e5f9cf97 2,248 1.00/1.00 vMB 78
492,694 492,694 0000000000000000006ea2b2a7cc22ce5eb3ecb6fe1291340a4c41a85978a6df 1,944 1.00/1.00 vMB 88
492,693 492,693 000000000000000000bbecfe333479a933b543eda8bed3e4302b7467c02b01ed 2,601 1.00/1.00 vMB 184
492,692 492,692 000000000000000000426e6f5e21edb434c5941d36b4254b9ed26c054b189712 2,304 1.00/1.00 vMB 240
492,691 492,691 000000000000000000a96de15a8ed3597e4e02762b1931aec8e0f693784894b5 2,277 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 666.89 GB
    • Received: 15.23 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.