Loading Tool

Explorer IconExplorer

Memory Pool

44,387 transactions
26.60 vMB
0.06187561 BTC
Random Selection Loading Transactions
Max Size: 140.38/200 MB

Candidate Block

Mining Attempt 16306d1d22baa56f6b64d18e605eb35f74a49df5e501839a98b37d5988ae71d8
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 4c53f22c46fa8c674075f79c16aaf064c5a0402eff66d89dbd86fc6a11bb3af1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,385
Size: 1.00 vMB
Total Fees: 0.01299012 BTC
Feerates: 100.36 > 1.30 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (266,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,311 648,311 00000000000000000008bb4b97e4ff6fedac9f5413c4c3f26e1170bedc640657 1,962 1.00/1.00 vMB 60
648,310 648,310 00000000000000000004a6f47c5d976bcee27a5290c74115ebd3685fbdc3253f 2,465 1.00/1.00 vMB 91
648,309 648,309 00000000000000000002443f812e4b4a41f824e1c6042547313c3587d0fb0c1c 2,749 1.00/1.00 vMB 67
648,308 648,308 0000000000000000000e21b853ce46f1d9576d4c73115f655175dc870cd58b8b 2,639 1.00/1.00 vMB 68
648,307 648,307 0000000000000000000ac53812267607ff42523ac6638e6216321fe5f6b26cc4 2,575 1.00/1.00 vMB 69
648,306 648,306 00000000000000000001f53d79f927800f278819c4405fdb072b3c02cbc96b37 2,602 1.00/1.00 vMB 98
648,305 648,305 0000000000000000000b067d7a28041f1c47f233531e888929650078ac445da3 3,204 1.00/1.00 vMB 96
648,304 648,304 000000000000000000050c64cb118ffd91bb31d1951889500b1b56db721df9a8 1,992 1.00/1.00 vMB 20
648,303 648,303 00000000000000000004c0fc20a8a1427e47b65bd5dd7c6fe612371dbaa6494b 2,663 1.00/1.00 vMB 53
648,302 648,302 0000000000000000000a0249090a076146a471402b7f7653f402f625d14f7a21 2,441 1.00/1.00 vMB 41
648,301 648,301 000000000000000000068e2cb5a1e573fe55e18be40e64e301a3da0d27c86d29 2,422 1.00/1.00 vMB 46
648,300 648,300 0000000000000000000b0615168c762b33544712296ca3eab70e766ed4c51ff6 2,582 1.00/1.00 vMB 28
648,299 648,299 0000000000000000000d84e911d446893069dd8461fa6243df83bbe2c6e4456b 2,159 1.00/1.00 vMB 63
648,298 648,298 0000000000000000000cc3063d4b360013ba3a7dca47ca5064a958b03bece7ac 1,993 1.00/1.00 vMB 81
648,297 648,297 0000000000000000000f61bc63244fa6a7a2f4c531fdbae838f06ce19544a704 1,475 1.00/1.00 vMB 12
648,296 648,296 0000000000000000000a64c1239bf75468f94c0340b71d396ae4e94628c69b72 2,270 1.00/1.00 vMB 25
648,295 648,295 00000000000000000006f8a1dddb345b61f1e16cf89bdb8f2d5c05467eeb8e3a 2,709 1.00/1.00 vMB 19
648,294 648,294 000000000000000000047054b475772ebcd2f72ef55644a7dba7ef381c8ce999 2,373 1.00/1.00 vMB 82
648,293 648,293 0000000000000000000458e381fde1d93ea6bc6aed9578212926fe682deeb0da 3,125 1.00/1.00 vMB 74
648,292 648,292 0000000000000000000fe4826c5345ef9f1844e424b0ae0839cd64ca5984a5da 2,205 1.00/1.00 vMB 88
648,291 648,291 0000000000000000000d28218f6fe3f668e762cd5c56c21aad226e5442fe849a 2,527 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 781.91 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: 645.66 GB
    • Received: 12.75 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.