Loading Tool

Explorer IconExplorer

Memory Pool

23,540 transactions
17.29 vMB
0.03696704 BTC
Random Selection Loading Transactions
Max Size: 98.21/200 MB

Candidate Block

Mining Attempt 3d7c1283d53b9dc008c87f135ffe8b43f95b86742717073a8da4bceba385fc52
Version 20000000
Previous Block 00000000000000000001cb61742fcc51587d0556ed878daecfdfd4e6a80858e7
Merkle Root a12799cf6d96bd6e24dbf3d46cb1d98b9686aa6fe735369299ecee2a1c200061
Time (UTC) ( ago)
Target 00000000000000000001d9360000000000000000000000000000000000000000
Nonce 0
Transactions: 2,455
Size: 1.00 vMB
Total Fees: 0.01343066 BTC
Feerates: 301.07 > 1.35 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 925,269 (300,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,097 625,097 000000000000000000124ccaec2b62df6b6eb2e09243d032bc00f3e8f6aaa9b0 2,515 1.00/1.00 vMB 12
625,096 625,096 00000000000000000012de5a8b02786a23a6f1c78da3e5196edee2cf5c0143ef 2,479 1.00/1.00 vMB 29
625,095 625,095 00000000000000000011f8c56b59cb7a87c914a3de6e0aa4950e446665af4a9a 2,239 1.00/1.00 vMB 11
625,094 625,094 00000000000000000007a011c819d0a9aa644abcbd8bf8633df30001e8a6bb91 2,286 1.00/1.00 vMB 18
625,093 625,093 00000000000000000011e3e74c35214bbdac02097a53826b3a8580f15c1a49ca 2,646 1.00/1.00 vMB 33
625,092 625,092 0000000000000000000e7696712b77678a3bafedb87d843f26f0ca1a6b91898e 2,536 1.00/1.00 vMB 34
625,091 625,091 00000000000000000002ed068f25d2ca6d003e2e968d55425a5adf117c034462 2,741 1.00/1.00 vMB 20
625,090 625,090 00000000000000000012ee7d773032f2da56c9b9bc123d7cfaf7bb584d5ef0df 2,966 1.00/1.00 vMB 23
625,089 625,089 000000000000000000063f759ef57b9a65c2b38edb69e4c2fdf4c12f917b8f70 1,702 0.85/1.00 vMB 16
625,088 625,088 00000000000000000003c53f32f5dc7a460eeb43f14f442b54f7ab9360af2451 1,302 0.60/1.00 vMB 13
625,087 625,087 0000000000000000000ca98599ac1c9ab665613085a4fa8f137ed5d47f2c913a 1,136 0.58/1.00 vMB 14
625,086 625,086 0000000000000000000267525e5bb2f5ae849754cac4018e76fd914c5418d43b 1,221 0.67/1.00 vMB 14
625,085 625,085 0000000000000000000e5243b82c41d9b6f5af1be8bb565092cd6f7dfe3bba68 238 0.11/1.00 vMB 11
625,084 625,084 00000000000000000008ee7f87f4364de94a2de97916d0115a25f82646d3daa5 1,037 0.49/1.00 vMB 17
625,083 625,083 00000000000000000001c1506af859f94e0d8c605fe7ef3a0366ad0375540d3a 288 0.14/1.00 vMB 15
625,082 625,082 000000000000000000025ef857ab510ffe058c6d33ba42e21d867fd427730cd5 1,161 0.60/1.00 vMB 15
625,081 625,081 00000000000000000002137fa5aa972a5583479b2266886c9183cc8256b2f5f3 640 0.30/1.00 vMB 13
625,080 625,080 00000000000000000010a5001349df12ddadeaeafabf4a091df7de1889ddcda1 752 0.32/1.00 vMB 12
625,079 625,079 00000000000000000011a5952ab3cc61027d77eda7c2d7eb9eac48f419035e3c 259 0.15/1.00 vMB 21
625,078 625,078 0000000000000000000d2dd0022aa548afdced94914f2fe8b4fa0471d7ece784 106 0.34/1.00 vMB 3
625,077 625,077 00000000000000000008ee8204216c14ec313bfddccb92550e45a2a8e9f26cfd 2,197 0.99/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 800.29 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: 2,438.45 GB
    • Received: 107.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.