Loading Tool

Explorer IconExplorer

Memory Pool

24,499 transactions
26.84 vMB
0.05337176 BTC
Random Selection Loading Transactions
Max Size: 127.70/200 MB

Candidate Block

Mining Attempt c9aaccab7b44a7a5126c5287718c9343052c1f89f6d8099f2a31a9eb97d9de8c
Version 20000000
Previous Block 000000000000000000016eb8bebe8584b7aecd7a44be07876d633c9fa7a4bae0
Merkle Root 1024152cc504911d9d1b8c23a37a17c7a85ed8760f4dae9f31ec91f29e036040
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 221
Size: 1.00 vMB
Total Fees: 0.00311343 BTC
Feerates: 6.83 > 0.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,484 (790,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,788 123,788 000000000000692979b87f114026b4bcc4a965d5d52f15a5e6bd52a46397ca0e 12 0.00/1.00 vMB 701
123,787 123,787 00000000000000f1339d78018b621df8f9f290ace314e77ebfc95b10fbccb046 8 0.00/1.00 vMB 308
123,786 123,786 0000000000006a07c7abe4b6705ecc8a2639c92e16fdbc7204e2100b52d2118f 10 0.00/1.00 vMB 352
123,785 123,785 000000000000124dbc9784001396a175dc514bf4af80edf855ce16907e37d357 11 0.00/1.00 vMB 315
123,784 123,784 000000000000694dc68450e97cea0b049f7947d67c7a0c9eff5ba538ee60de9b 52 0.02/1.00 vMB 342
123,783 123,783 00000000000068b1d4509f992c5f89c13c36cc1f7936aa91fe7272a702cf9e74 9 0.00/1.00 vMB 0
123,782 123,782 0000000000002c4697be4825f330acb36e32a757f7d4f5d228b523649630a582 35 0.01/1.00 vMB 2,493
123,781 123,781 000000000000685f26dc36c67da1709868423bbf63425037e06916e80084a3fb 12 0.00/1.00 vMB 1,782
123,780 123,780 0000000000006a1c4434e14dc177f0ea5b7af1f3c02ebee890b259f07915bbb7 12 0.00/1.00 vMB 619
123,779 123,779 000000000000562c8ace3cfe4f5235f0f1d2f71cc653cf1e9a6c88ed7fd793d0 21 0.01/1.00 vMB 496
123,778 123,778 0000000000004766e0d9dcfa1af693e7470db375b4668281b387bf346af92b02 7 0.00/1.00 vMB 338
123,777 123,777 000000000000438fc2ef78f04662947af7130c17e935f98ec8e79c99cbb798b6 48 0.02/1.00 vMB 271
123,776 123,776 0000000000004c48b96aa6c39bb79bd8be3905e6a5bdfc7f5bffe8cee7bb014a 8 0.01/1.00 vMB 1,349
123,775 123,775 0000000000005e59ee33b4301cdfaae4611159e451f44c85c98d354b5cfe59ec 26 0.01/1.00 vMB 995
123,774 123,774 00000000000026c11b5026120a93034c8b9522f0d2c8f300d3aa07c5d90a86dd 10 0.00/1.00 vMB 656
123,773 123,773 000000000000606e2db66a22257a1ec139b146232091ff3b19240d03f9b29389 9 0.00/1.00 vMB 0
123,772 123,772 00000000000056c5cbb0ada3f374fc28b12666486f134d2043648c995888df91 11 0.00/1.00 vMB 845
123,771 123,771 0000000000001dc66351bed143c9302d57a97261be29d1a02e93f72767170cf1 2 0.00/1.00 vMB 2,272
123,770 123,770 00000000000025244e23268a9b0b215026a0480642e253ee63537fa90514d6b6 14 0.00/1.00 vMB 1,453
123,769 123,769 000000000000497d581e0d9d85570cc7e3007fa5ab4c6facabaa3f3276db29fe 11 0.00/1.00 vMB 549
123,768 123,768 000000000000025a037be7a6ede7cfa11811bf497a477cb6d7f219ecbd6db960 32 0.02/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 781.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.23 GB
    • Received: 10.82 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.