Loading Tool

Explorer IconExplorer

Memory Pool

26,441 transactions
6.75 vMB
0.04904769 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.06/200 MB

Candidate Block

Mining Attempt 68ab2093cc1a26dccdd05f4f6e24bdc53bddbd93bf05ab5b77c6ba80e6203dda
Version 20000000
Previous Block 00000000000000000000f0f8cdddaad53176e3bccba4216d36f8bd37433b7869
Merkle Root 27d4049230f6eb5827558cedcd85af750c5b2b6b07d971e13eb900ce73946e38
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,557
Size: 1.00 vMB
Total Fees: 0.02888415 BTC
Avg Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,002 (760,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,184 152,184 00000000000008bf8e43ab261b2d7f2a73671eb17395c27c935f8711e5d01f8b 0.00 MB 13 55
152,183 152,183 0000000000000869e8964ce1da9e4f1bb25ed23be2d17a180fca8bebc585f958 0.02 MB 48 27
152,182 152,182 0000000000000c1e6393d3950af510dd3939ac9f6ba04f5b75b72d8c16b01439 0.00 MB 1 0
152,181 152,181 0000000000000c742341ab00ff45d8494dbba5ac7a759f971b49cb5ca0d4384f 0.05 MB 31 102
152,180 152,180 0000000000000842b31d90d324f7939995157f89bf0a27eb94444207f78295d9 0.03 MB 101 0
152,179 152,179 00000000000009804bb42ee1019a90c6a137ead9394aac740ed4a2ce746fd5cd 0.01 MB 13 0
152,178 152,178 0000000000000de5ae188770c32dfb8fa9f1600acbdef295db9b5dba5ecbeabb 0.05 MB 107 125
152,177 152,177 0000000000000907fb592e90997678c9c7aa9b3944e14587ab30d4a2c18004d6 0.01 MB 16 57
152,176 152,176 00000000000005671f1f8af34ce295eb5aab61b32ceda51e644c8df0af9a3b43 0.04 MB 121 193
152,175 152,175 0000000000000b2f5da0c7cb9b650e8484f166549efef5a1af3c037fd9893864 0.03 MB 48 181
152,174 152,174 0000000000000c4137c217259d312696253529bbe7363d5fb170b88ca953f4d1 0.01 MB 6 1,330
152,173 152,173 0000000000000a90ddda96e31c4b8e87f0386aab3b865b4e21531d7d7e6dbd4b 0.00 MB 6 91
152,172 152,172 00000000000007d8c94f788222bfaa9f910047d65f2b787375caa9505fabd141 0.02 MB 33 131
152,171 152,171 00000000000004eb51f8908e460072429ff6a4ffb33455d8eefc29497e3989c8 0.02 MB 62 85
152,170 152,170 0000000000000a7fe25a1d4ad9f534c7fdc4c6b9d2ff68ef0231fd325c8be46e 0.02 MB 78 177
152,169 152,169 0000000000000437493c95c53ce9f00261b222617019d5430b84806d7801deac 0.03 MB 56 71
152,168 152,168 000000000000025cea095398628a8024883741fe585fcc8ea1c53d28a7b0b6bc 0.01 MB 43 165
152,167 152,167 0000000000000b9022f20a8cb3cc393f842aa603a394587b7c3c714697dd2bb4 0.01 MB 17 99
152,166 152,166 000000000000043da0d8e2c411163f1f2b036f6829e6823010e367c46b4d7ba4 0.01 MB 22 284
152,165 152,165 0000000000000220fed2f0c44a4b19cc11129d62e7a7082b0937ea1f67e29bb7 0.04 MB 102 154
152,164 152,164 0000000000000b8c5b47bb87cdf01839dc3ab73fee0ce31cf043528098bc1ba6 0.05 MB 145 90
Previous 10 blocks ↓
Total Size: 778.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 382.78 GB
    • Received: 3.44 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.