Loading Tool

Explorer IconExplorer

Memory Pool

42,663 transactions
29.72 vMB
0.09076132 BTC
Random Selection Loading Transactions
Max Size: 151.18/200 MB

Candidate Block

Mining Attempt 3fc6b9625aa9b1e2a999f6e655fff2b99b13646e4f490b88eae8a466d3922504
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 61d536e33eb763590871b05848254d146cec406951a52cc84398692f43ed9587
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,376
Size: 1.00 vMB
Total Fees: 0.03119502 BTC
Feerates: 150.97 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (808,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,480 106,480 000000000001ffa428d8c3fde4c33abb12c7e727b191a7c86d2a1d7c16e292dc 1 0.00/1.00 vMB 0
106,479 106,479 0000000000015be7f855dac2f02242c0e5008eb32e9d38c86c8f5ef61fc8d863 2 0.00/1.00 vMB 0
106,478 106,478 000000000002009e4f3d97e97ff10c65fa9e9e5e2754eebfd5d96cfcee4b1666 1 0.00/1.00 vMB 0
106,477 106,477 000000000002ee69a0b80ad5a88952504c8d729d133efffbc71e46d47440f775 1 0.00/1.00 vMB 0
106,476 106,476 000000000002a885e0deb89ac51d07a5f8373f09c4e71038850acf641fac730b 1 0.00/1.00 vMB 0
106,475 106,475 000000000000fd80b626b988a3380e4177e9e727d418035d0ebbbfc8ec12035d 1 0.00/1.00 vMB 0
106,474 106,474 0000000000006beb03947646318c86269b24ef2d9d749a04da6c671d60163b46 1 0.00/1.00 vMB 0
106,473 106,473 000000000000386f617326d08dabd9e45bbb6b9e4ca317751f3184acfa6df3ed 1 0.00/1.00 vMB 0
106,472 106,472 00000000000101b6183944b482ce34f231eb0dbcba4f6954e5006222a47a218b 3 0.00/1.00 vMB 0
106,471 106,471 00000000000203c4bd1dc4fd997400bfc8f13e5b8ecfa220d9edd94552eb98b4 23 0.01/1.00 vMB 0
106,470 106,470 00000000000100c1797d05a879f6a5c63716ac534f833302a0eaf99e1df665f1 3 0.00/1.00 vMB 0
106,469 106,469 000000000001f284dc7128ac9dd67732b8c0af712110f0f3d7bc8e228405ded9 2 0.00/1.00 vMB 0
106,468 106,468 000000000002c0c33b386925e8d39698ff7e3bc4ab3b3e672d8e1b0fee478d87 1 0.00/1.00 vMB 0
106,467 106,467 000000000000d304819ef4498b7e1f0064875d3c3478d5bc73d505eb02d81f69 1 0.00/1.00 vMB 0
106,466 106,466 0000000000019a699fd00c8e955e38e10c53bd0e8c20ed09507605a179052742 1 0.00/1.00 vMB 0
106,465 106,465 0000000000015576ac87dfef414711026b1e07f0c2602e6dd3d2661b6ac19e3d 2 0.00/1.00 vMB 0
106,464 106,464 000000000002775a36ee30e0d419869f35d619752872c817c74d66310ed5d2cc 1 0.00/1.00 vMB 0
106,463 106,463 00000000000279ae51547675c821ec2bfcc3d72e8589b80037ca5cadfd11b84c 1 0.00/1.00 vMB 0
106,462 106,462 000000000002b2ce716aa0fc1642e24393385bc4f927169fdbdef5692afb7c58 6 0.00/1.00 vMB 0
106,461 106,461 000000000000e0ddd8aaf3f4eefa6a67a1b4a457b5a02f45f6cb67c5a3de6d40 32 0.01/1.00 vMB 0
106,460 106,460 000000000002d962ffe2b9da300ceb4baf5011a187026d2f4c53d5768d4e21eb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.64 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: 626.52 GB
    • Received: 11.66 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.