Loading Tool

Explorer IconExplorer

Memory Pool

77,245 transactions
30.80 vMB
0.13982348 BTC
Random Selection Loading Transactions
Max Size: 177.08/200 MB

Candidate Block

Mining Attempt 9704e47e74f93dc5c82b8d607b6991e47e5f908d3b454e63cd05a3cef70a4115
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 5317127125f9de3675f570ce9bea95655c5c469aa20c085038ae85cda3136ab7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,299
Size: 1.00 vMB
Total Fees: 0.05109900 BTC
Feerates: 150.36 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (192,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
722,787 722,787 00000000000000000000262b2e0bfb912bd29d3cf3d6968b51e1f58490a2f9bb 3,232 1.00/1.00 vMB 11
722,786 722,786 00000000000000000008f17ee4294f6b8f587562f4c18cf0b2b078c6d9ed35f6 1,329 1.00/1.00 vMB 5
722,785 722,785 000000000000000000030e5cb6b91a8cef64f02af1097293835f124d172389b4 3,238 1.00/1.00 vMB 18
722,784 722,784 00000000000000000007f520c323cd57a6c1322c8b150a43fb7e17df05a47bc4 2,833 1.00/1.00 vMB 14
722,783 722,783 0000000000000000000a641622fbac9b6aa6b558b126e54db28de77a796438fd 2,736 1.00/1.00 vMB 8
722,782 722,782 000000000000000000077bf59619f25c70f5008c5c47c1459bdaf2c2d4c0cfba 2,733 1.00/1.00 vMB 12
722,781 722,781 0000000000000000000441b05e166cc02de87dfb02370517fbd4830b3e2d5211 3,383 1.00/1.00 vMB 26
722,780 722,780 000000000000000000021b5a53717510632f1d8a56245689ad17f46b2d759d42 3,033 1.00/1.00 vMB 9
722,779 722,779 00000000000000000002121f5ff2afa8e3c3a66373d76e43218c1a88009b909e 2,043 1.00/1.00 vMB 22
722,778 722,778 00000000000000000007bcfa26af08cc7af86473fd6a7e5ad06f4e3953767666 650 1.00/1.00 vMB 11
722,777 722,777 000000000000000000060be0b7e278e0ae40e49ef58240f96d89efb79eeaa0dd 2,415 1.00/1.00 vMB 17
722,776 722,776 00000000000000000006354928bc62aad119225eed8e1c294456fddfa14a0b3e 2,952 1.00/1.00 vMB 16
722,775 722,775 00000000000000000002104e57a721a943b030cbda9f76c68f3323bef133c60e 2,937 1.00/1.00 vMB 18
722,774 722,774 00000000000000000006ace2d803f3e07a17d120406e85e5f6b30854d399d2ea 2,958 1.00/1.00 vMB 17
722,773 722,773 000000000000000000029dbe8bdb27bcb57c4530c3981e86292e43d6854156e3 370 1.00/1.00 vMB 3
722,772 722,772 000000000000000000042af0d80dded8037a5f233d6a7c3b3c322db793883324 2,733 1.00/1.00 vMB 7
722,771 722,771 00000000000000000002d2783b07d3fe41acbeb0b1db01555301a51f761a1d5b 2,040 1.00/1.00 vMB 13
722,770 722,770 00000000000000000006bae2ab368fefaf8e5469ca11882b8b7e871c31778f9a 3,323 1.00/1.00 vMB 20
722,769 722,769 0000000000000000000003b02f7607ee6193fb72e6fcd54dbaf23e61c7cfce12 3,223 1.00/1.00 vMB 9
722,768 722,768 00000000000000000003ed1f88d520fe9832311296eb8be8293d7e82fc5b9190 3,343 1.00/1.00 vMB 16
722,767 722,767 000000000000000000000fc396c4a0bfc915b65dc5d684251e2a21f734bbed77 901 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.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.