Loading Tool

Explorer IconExplorer

Memory Pool

81,754 transactions
30.96 vMB
0.07405668 BTC
Random Selection Loading Transactions
Max Size: 188.61/200 MB

Candidate Block

Mining Attempt 712858fcf8a07b066cd36f16c5131206020edbc94c8e9c0f38bde577658872c1
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root 3610fe3f44aac42b80511ea3d7829dad0df2f1eca7e4db585255b64b7c6b86c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,258
Size: 1.00 vMB
Total Fees: 0.00741946 BTC
Feerates: 60.16 > 0.74 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (673,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,943 241,943 0000000000000033385676dc1df373d4904000a6cf01f08b3ddf64631f446d4c 50 0.02/1.00 vMB 206
241,942 241,942 00000000000000da1f6cdf3c0d782ad30a5221f8c71b806612028269a7815105 174 0.07/1.00 vMB 178
241,941 241,941 000000000000006c602d710b8d4349d2e6b040ba02ef75e9242ba4d32d5a5e4b 296 0.13/1.00 vMB 158
241,940 241,940 000000000000009117717c79268431e4e0d2c28b498ae0169ad0d6027bbf0ebe 136 0.06/1.00 vMB 117
241,939 241,939 000000000000004cf686f6c3bda95a0d2bd6c7babba9fa85a9c3830bd0abcc7a 128 0.06/1.00 vMB 46
241,938 241,938 0000000000000047a82260c8c6320b1ae7a4dd49ea75fbba974af2f4c2300f79 321 0.15/1.00 vMB 168
241,937 241,937 000000000000007c8e295f1c8db79ab6eb0ee01b052c1d3ca18d928ce2a9d7b9 563 0.21/1.00 vMB 167
241,936 241,936 000000000000002e6213fb7f7eb39c8911fae443435a3b281b595fc8d96aa760 172 0.08/1.00 vMB 138
241,935 241,935 0000000000000020104bef6b5359f0e485497ebf75e1b64801cf4487be80103c 164 0.08/1.00 vMB 138
241,934 241,934 000000000000008b9d0a06a40ede4483c558a0bcf27b544539326d63475733b1 225 0.10/1.00 vMB 161
241,933 241,933 0000000000000060d504762598771ce694678402ddcaa316e013817d8eeea7cf 4 0.00/1.00 vMB 116
241,932 241,932 000000000000000a34d7f47ae42ef51d8762c2312a210e0d067151f1827c20a9 64 0.07/1.00 vMB 8
241,931 241,931 000000000000004558bf4010bcd9f9dca07b554994c7451b72ff62350ca30307 310 0.14/1.00 vMB 156
241,930 241,930 00000000000000a7fbf24a3ba5b5a4378277f5b018d55643db9606c5547a2d3c 555 0.23/1.00 vMB 146
241,929 241,929 00000000000000a03146148d7b68a49ec5eb085e1456069f8e5e68c8473ac741 341 0.17/1.00 vMB 87
241,928 241,928 000000000000004ddc00b3409570a76360659087031b5ca7ed12c0f6a21464dd 85 0.06/1.00 vMB 140
241,927 241,927 0000000000000041cf12d58e01e1fc0e93d313fb6781d30db0d88f73139a6b66 624 0.25/1.00 vMB 179
241,926 241,926 00000000000000d44293a674eb7f9a2f6ece930d83c0a933c7f1fa22d70c548a 229 0.10/1.00 vMB 159
241,925 241,925 00000000000000b76b1fa70e976d017977f5310b7fa3881f28d9ea075e89c159 174 0.08/1.00 vMB 171
241,924 241,924 00000000000000c9c069b03754ec5b7f7b5571dcabbf704a92146a1bcb3de963 44 0.03/1.00 vMB 119
241,923 241,923 000000000000002ec1e7118b0f420a8cee0e6cb1f8739891618bcf9aefb0cb99 424 0.18/1.00 vMB 167
Previous 10 blocks ↓
Total Size: 782.72 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: 705.14 GB
    • Received: 16.65 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.