Loading Tool

Explorer IconExplorer

Memory Pool

80,617 transactions
30.00 vMB
0.12277306 BTC
Random Selection Loading Transactions
Max Size: 180.49/200 MB

Candidate Block

Mining Attempt 52e340c6c59c913187f91d4e515f12db4d6508a2def5cfd657a87bc5ca3bdc80
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 5c605f38d9c07033f1a62a6505429f7f2cf763660370cc3cddb3249dffd3b659
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,609
Size: 1.00 vMB
Total Fees: 0.05073335 BTC
Feerates: 242.90 > 5.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (890,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
24,747 24,747 00000000323bf14fb587558117498d77c10dfac987d84ca7c39007704df465da 1 0.00/1.00 vMB 0
24,746 24,746 000000001789880d1b6b94e6d0542c2bb0aa659ae0a01a8f762f3b5cd2b86ddc 1 0.00/1.00 vMB 0
24,745 24,745 000000006010882ac9412fc6e39a9e39380ec168f61e761500b0e9fc78e8c10b 1 0.00/1.00 vMB 0
24,744 24,744 000000001dd9e04d254b7c8ff98df26e85b3e17ac7c5c09e4a344b081bfc6e16 1 0.00/1.00 vMB 0
24,743 24,743 0000000015636cf1dfc143baad15f606362ae402c202ae6e2d33ac51c1743122 1 0.00/1.00 vMB 0
24,742 24,742 0000000033e12127d8276846c760e8be96d4ca8188e257fa1ae838850bd1fe77 1 0.00/1.00 vMB 0
24,741 24,741 00000000aae50c5f06e0e051a4554d2db764f8d1841ccc316a3ae7ec3742b125 1 0.00/1.00 vMB 0
24,740 24,740 00000000f4d076d48846c4235905d236f457ea39ae8a0f1dccc7d7d077703d4a 1 0.00/1.00 vMB 0
24,739 24,739 00000000cb8e38302de5200f688aed8555fb3dd3ff5a47e0bd3e69c6c8c82658 1 0.00/1.00 vMB 0
24,738 24,738 00000000da02b814dc79ad0c8c8922ce453253185f2ee0b403f75519501fed41 1 0.00/1.00 vMB 0
24,737 24,737 000000006b7a23479dfd49096230f07f003a0fccb411e27a6f26639b741f7210 1 0.00/1.00 vMB 0
24,736 24,736 0000000012499644acc5d065578a4a537036168eeafa699e0f7f859c45a34ef2 1 0.00/1.00 vMB 0
24,735 24,735 000000009319dfae7ed98686e2098e6e76125bec34505d43fc07c792fccdee1d 1 0.00/1.00 vMB 0
24,734 24,734 00000000f597f56049369af2b80a8969399285f70b9d945b2e6c8ac604fdb97f 1 0.00/1.00 vMB 0
24,733 24,733 0000000065c6004727548cd9485009653d899e427a43aff86dbd612933fdd4fc 1 0.00/1.00 vMB 0
24,732 24,732 00000000dd87395454fa1dc827140e1e31ff96ab0c53be63c13bc9554ab94074 1 0.00/1.00 vMB 0
24,731 24,731 00000000bdeb876d127952c145f7c3884caddb9cf9a28e0a7a62192a701449ec 1 0.00/1.00 vMB 0
24,730 24,730 00000000b87d63d05fe5b3043b68c4fbcd3aafeec0c64a2038e1ea76779d330b 1 0.00/1.00 vMB 0
24,729 24,729 00000000074803dd01640ab6722f99d4d6a04f721d3b6e582e4cd01fda934d17 1 0.00/1.00 vMB 0
24,728 24,728 00000000c5e570611e14884c4ddb9f8f0fce574d2c250af4a5361a56752d0c56 1 0.00/1.00 vMB 0
24,727 24,727 0000000030a35d2c79465c68e5d8f2cbcf01270ee1acf824c4cb762c0945a5b9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.