Loading Tool

Explorer IconExplorer

Memory Pool

38,004 transactions
26.59 vMB
0.06238789 BTC
Random Selection Loading Transactions
Max Size: 136.38/200 MB

Candidate Block

Mining Attempt b31b5352d4bba4150cd14d609fbe24eaea1f5a70174c8565ad59f3ac913a1c8a
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 2549df41f9ff4c96b2a5b42e32bbad8fdc91536aff1a5362e5064e2c6a836831
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,395
Size: 1.00 vMB
Total Fees: 0.01285948 BTC
Feerates: 100.53 > 1.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (338,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,219 576,219 0000000000000000000284f0fa4d4c485b3319d0c9c9372d45e96d437d9701cc 2,953 1.00/1.00 vMB 149
576,218 576,218 0000000000000000000b93056378ef07c8ad58e0ff05a001e788ac48cd0da665 3,004 1.00/1.00 vMB 146
576,217 576,217 0000000000000000001b4523bc1c0f858e2c8cdc168664aea8c0eb585ce7254a 1,525 1.00/1.00 vMB 125
576,216 576,216 000000000000000000020cfb9fbb5e3a00dc87ae4399907b071f17da7cfee2b3 2,590 1.00/1.00 vMB 138
576,215 576,215 0000000000000000002111922005a76738191801a672863d505a11ac83e9b341 2,906 1.00/1.00 vMB 117
576,214 576,214 00000000000000000015fa11c7d1352e99b0ec96d788296d07057e19a28f6383 3,048 1.00/1.00 vMB 166
576,213 576,213 00000000000000000006016f867480e5700ae6e00c5c2261e88492cfa6df0399 2,995 1.00/1.00 vMB 106
576,212 576,212 0000000000000000001388cf0b23b6a57515b2016ea8ba27816aca9dbeb9fe15 2,774 1.00/1.00 vMB 121
576,211 576,211 000000000000000000047e89900fc88667efcdc2a5efb2926d2856d4d6e439c4 3,039 1.00/1.00 vMB 157
576,210 576,210 000000000000000000054477ec391e0d27f0cd8b16b84a2d98f67beea788e640 2,932 1.00/1.00 vMB 137
576,209 576,209 00000000000000000027485292ff284776d612e4b59613c68d79db4bc92796dc 2,505 1.00/1.00 vMB 137
576,208 576,208 000000000000000000152e84d8613a45f46b6481ca8e865563a67bafaea5283d 2,951 1.00/1.00 vMB 142
576,207 576,207 0000000000000000001ab3129a9dbb5f5388413a6ade1402909fed3f692b88bd 2,874 1.00/1.00 vMB 121
576,206 576,206 00000000000000000008d829204ffa3cb643cb710799230fab39d31f8b207d71 2,993 1.00/1.00 vMB 147
576,205 576,205 0000000000000000000105fcbaeee6d87982933442ae7641b70e78eb347dd560 3,226 1.00/1.00 vMB 155
576,204 576,204 00000000000000000026d81ad067a67d27476aa3e88f6e3558ea4d11aa9df623 3,084 1.00/1.00 vMB 151
576,203 576,203 0000000000000000000a2360baf8fa696a26a96adc7ba33f8adb2cc59abf0f48 2,744 1.00/1.00 vMB 135
576,202 576,202 00000000000000000016bd3397ceeb17b9ef42b752d4fc2b9699de0c402fb9b0 3,307 1.00/1.00 vMB 156
576,201 576,201 00000000000000000016048dd7d885406fa2edec05763ea2a33bc66d9abb0490 2,640 1.00/1.00 vMB 158
576,200 576,200 0000000000000000000e28dbb145ad114de5ce8ac114a542c49fc66381299cdc 2,514 1.00/1.00 vMB 233
576,199 576,199 0000000000000000001b22adfaad0168769539e2e405bef0ca80b08eb811f676 3,077 1.00/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 781.79 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: 633.63 GB
    • Received: 12.20 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.