Loading Tool

Explorer IconExplorer

Memory Pool

76,476 transactions
27.63 vMB
0.07762205 BTC
Random Selection Loading Transactions
Max Size: 168.66/200 MB

Candidate Block

Mining Attempt 655c9d777495547bed1741b442d505d216c3658e48ed556320a97a5ad4a7cca8
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root a76cd0edab89f37814f1d5eb31da0d4ac39d6bd7f97a49fa861e55704a4b7a40
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,883
Size: 1.00 vMB
Total Fees: 0.01868344 BTC
Feerates: 402.60 > 1.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (110,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,761 804,761 0000000000000000000279f7da6996f97139f6554c6de3ab2d2a8df7ec0d7857 2,250 1.00/1.00 vMB 15
804,760 804,760 00000000000000000000259d09d74f4cad9b4b1ae31cc0e3cba92f23d384ca60 2,122 1.00/1.00 vMB 7
804,759 804,759 0000000000000000000150db81fdca685c2769dc06821e6c8bae59f1e6fdcb84 3,070 1.00/1.00 vMB 8
804,758 804,758 0000000000000000000024777a3a2d11104c23ebb8179729f153e9737cfed3d6 4,998 1.00/1.00 vMB 10
804,757 804,757 0000000000000000000103008be53eac23f9e7e0fe315a45b0ebaf5d181eafd6 5,005 1.00/1.00 vMB 7
804,756 804,756 0000000000000000000405f106db446a2759e369bb7a24d45b2910c7e0801887 3,119 1.00/1.00 vMB 17
804,755 804,755 00000000000000000003517f9fb4e372c49c0f4d505d91807d6d19d239745b8e 2,415 1.00/1.00 vMB 15
804,754 804,754 000000000000000000037152d3e05f467d933655d18d4c8f66c085cd95168752 4,618 1.00/1.00 vMB 6
804,753 804,753 00000000000000000004b525ed64053fe6453e8641f66afc7ae70c270d2c88cc 2,246 1.00/1.00 vMB 11
804,752 804,752 0000000000000000000359a3b7040ec8813c410b656c6b4c6a3dd572ac736547 3,988 1.00/1.00 vMB 8
804,751 804,751 0000000000000000000043253e8a598dddeef9498a88e6350b3e5e090736e07d 1,942 1.00/1.00 vMB 10
804,750 804,750 000000000000000000046f5760446b4535812ba36ffda97faae866e443b4f536 2,629 1.00/1.00 vMB 13
804,749 804,749 000000000000000000004ef3a0cbc2e537498f01225701132da976b643a6b7f5 4,110 1.00/1.00 vMB 8
804,748 804,748 000000000000000000045c293b9538961bf6f0a89bab361679f6d2c0c6759718 2,248 1.00/1.00 vMB 12
804,747 804,747 000000000000000000018dbc6a78f1702536af8aa670e301f11ffd7190a0977a 6,155 1.00/1.00 vMB 7
804,746 804,746 00000000000000000004f431be78457487c8acb4a3b0ffce639f01e88635524f 5,765 1.00/1.00 vMB 9
804,745 804,745 0000000000000000000326360b207935e5d3709a6ada435ff4c63c7ca5bf1976 3,542 1.00/1.00 vMB 7
804,744 804,744 0000000000000000000373ed008cbda1ff0ddc97df92f4e1c4fdd91b2d9f451d 2,246 1.00/1.00 vMB 11
804,743 804,743 000000000000000000041d45c7f4726cb0719aa24ef73e659930eaac0019d521 1,817 1.00/1.00 vMB 12
804,742 804,742 000000000000000000039e0297375e5f6a7c099b3c9f7b5340a0b65b8fdef274 2,709 1.00/1.00 vMB 7
804,741 804,741 00000000000000000003fae076d1cc1eb03103ca55949fad58c5017df12522d4 1,744 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.