Loading Tool

Explorer IconExplorer

Memory Pool

29,107 transactions
17.86 vMB
0.02570772 BTC
Random Selection Loading Transactions
Max Size: 103.85/200 MB

Candidate Block

Mining Attempt 8bb912173895e9ed428a8e93a045a1cb8ea7cfcbb2df6a493d4d31efe6c8581a
Version 20000000
Previous Block 0000000000000000000139044c1eb3e3a35eaedffdee5e3ee3cf2d7edd4eb8aa
Merkle Root ea073c849483c74f4bbf8c415ab9fbe8255f61a05abbf88cd8337dbfc7ccb461
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,285
Size: 1.00 vMB
Total Fees: 0.00717803 BTC
Feerates: 99.25 > 0.72 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,823 (30 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,793 938,793 000000000000000000009a5623769ff517047e098c6940ae72d3396d157af3f3 3,808 1.00/1.00 vMB 0
938,792 938,792 00000000000000000000d923c02d363bf7fdad78fc6d0b825b4ee52443cf38af 2,065 0.66/1.00 vMB 1
938,791 938,791 00000000000000000001c5a4daed68118a8c9b04b2d706966578d90b61b57e64 3,436 1.00/1.00 vMB 3
938,790 938,790 00000000000000000000ff57f9f34a439adaa78fdcc15728ae8d1e31945053a0 1,575 0.53/1.00 vMB 2
938,789 938,789 0000000000000000000172c5a4d6f42fbf3ee7879523e101fd1872a6c9a1b91e 3,144 1.00/1.00 vMB 1
938,788 938,788 000000000000000000006914908f092eaac27347c34e3f7b8504ed275f742b4f 3,327 1.00/1.00 vMB 1
938,787 938,787 000000000000000000001002e2990214f99ef2d7945bb16ad69ee5672b4b5f53 2,319 1.00/1.00 vMB 0
938,786 938,786 000000000000000000019ba919def76d87d95ad92b4887201bbc501931cf8ec8 2,105 1.00/1.00 vMB 0
938,785 938,785 00000000000000000000cc73e13353d01c6468efd92f46ec5466af72364259d6 4,419 1.00/1.00 vMB 2
938,784 938,784 00000000000000000000ac3b78d3b0a1bcae510baa3b11762c8f65f358baf4fb 5,063 1.00/1.00 vMB 0
938,783 938,783 00000000000000000000ffd8b8ef44ac7e5a9bb67795095c51c0fabacd1c47e9 1 0.00/1.00 vMB 0
938,782 938,782 00000000000000000000f708058aaa562d5c973f5333136ea011178e5439f6e0 3,344 1.00/1.00 vMB 3
938,781 938,781 000000000000000000007dc013a84e3324cfbfda6ef2079665dc7585bef0c03c 2,670 1.00/1.00 vMB 3
938,780 938,780 00000000000000000001447e3d4144aa2b375c8abe3ce07156e687d4c1129997 2,132 0.84/1.00 vMB 1
938,779 938,779 00000000000000000000f5d5b7edcedd173a721fdbc415395947b090a30b652b 2,410 1.00/1.00 vMB 2
938,778 938,778 000000000000000000012ef7fc6dbd57385e6415f200e33369abf039d728357b 3,111 1.00/1.00 vMB 2
938,777 938,777 000000000000000000017fe9bed22597c833ef55d4e3634c9723ad465ef5e801 3,308 1.00/1.00 vMB 3
938,776 938,776 0000000000000000000157a6a3467b2d1489b329e30b3bc5a5f118e1a6973dc7 4,065 1.00/1.00 vMB 0
938,775 938,775 000000000000000000017fba55ab9ba0638b915188d1f529cdaef0b2fb045b4b 3,591 1.00/1.00 vMB 4
938,774 938,774 00000000000000000000b11c51d2c1b8da0a934b5b7c95604063e40e664173f3 3,612 1.00/1.00 vMB 2
938,773 938,773 000000000000000000012c77719957fa52cbbe1cf40295cef5ac0396ad13f97e 3,732 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 824.57 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: 4,204.08 GB
    • Received: 229.58 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.