Loading Tool

Explorer IconExplorer

Memory Pool

51,610 transactions
30.53 vMB
0.09870562 BTC
Random Selection Loading Transactions
Max Size: 163.99/200 MB

Candidate Block

Mining Attempt 9d95edaf1601e740c9f5a61e2be690eb229d853d58d99d28cf248dc3964dd4c8
Version 20000000
Previous Block 00000000000000000001ee4aa122a84c1edba54383a46e61a1360f7651db78b5
Merkle Root 3b5eab220d8d9952fe89f87dd81572abf9c2f5a2009695badf96151ad0b172d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,782
Size: 1.00 vMB
Total Fees: 0.02429771 BTC
Feerates: 70.30 > 2.43 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,815 (82,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,680 832,680 0000000000000000000262d2b475f65bb38890de00d9921f8c8f47a6b8c16be4 2,948 1.00/1.00 vMB 23
832,679 832,679 000000000000000000022c4f0c163707abf89dcd10f9788d81819132e2ebc22e 2,351 1.00/1.00 vMB 23
832,678 832,678 00000000000000000000416b16eeb92ece7ed26e36230cfdebec510bedbfe7d4 2,473 1.00/1.00 vMB 18
832,677 832,677 0000000000000000000045e929733b91a9e8d7a92a8f2cc7af9b307eff526b7c 2,797 1.00/1.00 vMB 26
832,676 832,676 0000000000000000000326326367369c454049499195b98aebbd4ec552a351a9 3,536 1.00/1.00 vMB 55
832,675 832,675 000000000000000000015dd13538eac865fbe079eed08786168ea4e191496cbb 3,948 1.00/1.00 vMB 35
832,674 832,674 0000000000000000000051c134448155ab4b88c63830cde97a1b2f441195fcf8 4,052 1.00/1.00 vMB 44
832,673 832,673 000000000000000000015a068319bd2a371fd74d4f7353aa12e6948deae46faf 3,286 1.00/1.00 vMB 30
832,672 832,672 00000000000000000001e422a53fa03e47b5524541a0e359e5ccea3888aa0283 2,277 1.00/1.00 vMB 25
832,671 832,671 0000000000000000000303b14b6aaf580554b223e5f679e71d6b7d2d75b7e8e9 2,295 1.00/1.00 vMB 25
832,670 832,670 0000000000000000000260e1f5b9fb4b64520a9b90b1cc40aafd131ed6b54143 2,436 1.00/1.00 vMB 21
832,669 832,669 00000000000000000001efcde21f4d7a06a52723e631479c249c008660637ed0 3,799 1.00/1.00 vMB 39
832,668 832,668 00000000000000000001ce69a473062de3166a5f418532a2550d2388eda12bf1 2,471 1.00/1.00 vMB 27
832,667 832,667 00000000000000000000a7c4b315c7475bff08e49a7b94b8732d632d5ee18cb5 2,767 1.00/1.00 vMB 42
832,666 832,666 0000000000000000000388fb679e95cb2c97814b18143791c250d567a47d5470 1,660 1.00/1.00 vMB 27
832,665 832,665 000000000000000000014494533e5a46ad69653d9daeb0028aaf1561c43b155c 2,683 1.00/1.00 vMB 41
832,664 832,664 00000000000000000000fcbb09589c7ab1b51c10ca30eebfd3c5a38df1ed1dca 2,534 1.00/1.00 vMB 46
832,663 832,663 00000000000000000001b0340910e73a1cab69eef52ef7ca29ed6ed3c1e1c5fe 3,594 1.00/1.00 vMB 56
832,662 832,662 00000000000000000000d144ea79299cb4221fdd68528ac78a3b317d117819a2 3,500 1.00/1.00 vMB 68
832,661 832,661 00000000000000000002b58e514ff6c8c23a765b7a8cf581233a592696018ee7 3,140 1.00/1.00 vMB 42
832,660 832,660 00000000000000000002ce4ae83b4a78636e00178e6f65abfda8a022006869bf 3,473 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.06 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: 651.14 GB
    • Received: 13.43 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.