Loading Tool

Explorer IconExplorer

Memory Pool

31,637 transactions
26.02 vMB
0.06725416 BTC
Random Selection Loading Transactions
Max Size: 129.87/200 MB

Candidate Block

Mining Attempt 6cf06f1889f01c4ddf427c2e16d2930a5eefd0e60557d30047e4996ea0063952
Version 20000000
Previous Block 00000000000000000000f40d95165f1e56554a1a7c25dc329e090a256a29726d
Merkle Root 4d9c6342dc1a0b056cde0e29102cf3f2bee32b5c1eaef08bbf2a53343b74059f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,257
Size: 1.00 vMB
Total Fees: 0.01957051 BTC
Feerates: 477.45 > 1.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,281 (807,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,621 106,621 000000000000070c84731ace168221ae1e06c32396018828c9135df3277fb84b 1 0.00/1.00 vMB 0
106,620 106,620 0000000000020a9938ba01236f7881d722772e7f2b5df79cf867fbf78b3997e4 3 0.01/1.00 vMB 592
106,619 106,619 00000000000227e38b1e9b47e0fb69cf7bf735b0423c033ae71df73bbc350515 3 0.00/1.00 vMB 0
106,618 106,618 000000000002ac7877f72c9c7cf8e20a01d5bf6eb8c5e4071a49ef78e47b28a5 1 0.00/1.00 vMB 0
106,617 106,617 0000000000020f2d8a9d603bfccc634a91fb520a57af8a9466de83ff53cff4b9 1 0.00/1.00 vMB 0
106,616 106,616 0000000000023e7dd7deaff2c13de1c0b34f849dc4a83d09c9c8650bf3847b0b 2 0.00/1.00 vMB 0
106,615 106,615 0000000000006a9b1bac6c6e70c31a83eb50c607ca5ae3ddd88995db8283efab 3 0.00/1.00 vMB 0
106,614 106,614 000000000000523234bb4bfc779191efb9f9edc31b56d93fc6159f1441c87880 6 0.00/1.00 vMB 0
106,613 106,613 00000000000015e366e2476076cfa559d23254521cfd9e1db9a00bd3fe11b661 19 0.00/1.00 vMB 0
106,612 106,612 0000000000003a7d0a2bcd1139292c5160dac0dbe5c0bc9c202286779d46176b 1 0.00/1.00 vMB 0
106,611 106,611 00000000000162272a7aac2eb097ec5e91c4101c5fde1446f51d03b115a03078 1 0.00/1.00 vMB 0
106,610 106,610 00000000000115e5cd329e84658be5dd36a2a34a4b8e2ec35512a870e4a24158 1 0.00/1.00 vMB 0
106,609 106,609 000000000001fa69002baea7a7e38c4b9fe7a3284e339ed0020f1c28a5660ccd 2 0.00/1.00 vMB 0
106,608 106,608 000000000002adfa9b02d50201f1c44b2efe17dd37305bdb367d386cd2e2291f 1 0.00/1.00 vMB 0
106,607 106,607 000000000001c31ffe4d71c38cff784ddce5108423ca3d7fcec30502b0e6414e 2 0.00/1.00 vMB 0
106,606 106,606 000000000001d2e3c91efd451ca4c310615496fd28b61bcb362f636ca91348fa 5 0.00/1.00 vMB 0
106,605 106,605 0000000000004f914060c49e7c075c10cf9528ac82157836c28caa3259f849c9 3 0.00/1.00 vMB 0
106,604 106,604 00000000000062cdcb2bd5f710f3ebc44a9f75ffcba2da64f399f67c329ae281 1 0.00/1.00 vMB 0
106,603 106,603 000000000001b84dc9cfda8995f8aaa9339989e0b33599dd057fb590deb6f069 4 0.00/1.00 vMB 0
106,602 106,602 000000000001b25b265a596d2016de09f26683406d13e05b729bd7b33264be3b 3 0.00/1.00 vMB 0
106,601 106,601 0000000000023de9e73c2b6d9d20d68bfbed2e57f297e8731233233265d35492 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.09 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: 579.03 GB
    • Received: 8.83 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.