Loading Tool

Explorer IconExplorer

Memory Pool

84,215 transactions
30.92 vMB
0.09254715 BTC
Random Selection Loading Transactions
Max Size: 189.58/200 MB

Candidate Block

Mining Attempt 24a167433ab43b66a164d84aa3a43de491c1cdbed224f112f6a2f082ceba60af
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root 66c860ed06ff3ecb27207c0d22c3e9d6698de04951951d3dd31cade6e67d8bde
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,570
Size: 1.00 vMB
Total Fees: 0.02237855 BTC
Feerates: 402.60 > 2.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (442,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,992 472,992 00000000000000000025933c671e043a05fd3c822fb995c511397efdb7ea599b 2,185 1.00/1.00 vMB 327
472,991 472,991 000000000000000000abf240babd8a5ece884999150178d44561e7326f12cdeb 2,533 1.00/1.00 vMB 375
472,990 472,990 000000000000000000d609615650976bf12e0d1367b396344ea6068a04cd487f 2,176 1.00/1.00 vMB 285
472,989 472,989 0000000000000000007da8e3a4fe4a1cff6c6a6eb956a44ff29915fa0edfc8e6 2,346 1.00/1.00 vMB 58
472,988 472,988 00000000000000000115fcfa3fa08fdea0e9318b140fed6e0ac926b36d459b03 1,673 1.00/1.00 vMB 227
472,987 472,987 0000000000000000011527cc8c7c32e94cf3bc46ff46983463be8cb6da75895c 1,948 0.99/1.00 vMB 232
472,986 472,986 0000000000000000016879669d1aeb287c3539b255d66c50ce6a4ddb6aa36eab 2,417 1.00/1.00 vMB 380
472,985 472,985 000000000000000000bcaf9cf2e9464f2c841af6ba47a5293c6462892d50f99d 1,908 1.00/1.00 vMB 223
472,984 472,984 000000000000000000034e5dc02b243b36554d4ba5ee0e6525fa26bdba4ac379 2,096 1.00/1.00 vMB 347
472,983 472,983 000000000000000001662c8caf43a0b6388494c78b324a81240f8c005c851603 2,157 0.99/1.00 vMB 416
472,982 472,982 00000000000000000186eea3e0ac2378e1b1465310cb85b8caff578f0b63c008 1,274 1.00/1.00 vMB 98
472,981 472,981 000000000000000000e2dff587abe87731d221c633d1812f6f438994108c4319 2,348 0.98/1.00 vMB 293
472,980 472,980 0000000000000000017ac1a9338088b642da1c29d1ee2507d4d02cacc057c4b6 1,716 1.00/1.00 vMB 153
472,979 472,979 0000000000000000000ddf1cf00c39aceed8c5c6692e590cf146afc15edcefab 2,336 1.00/1.00 vMB 320
472,978 472,978 0000000000000000000153b4a73cfa3fdb1a3bf06da56ae5c39de08c8475ae95 2,304 1.00/1.00 vMB 393
472,977 472,977 000000000000000000977556da29cec1ea2dacd4d6e11e70cd44c19d25565735 1,926 1.00/1.00 vMB 154
472,976 472,976 000000000000000000a5268cadbe1bb23a4dcb8f1c2bac9f6e2a9ec4565b86a1 1,236 1.00/1.00 vMB 132
472,975 472,975 00000000000000000158d0f202ddb88e81b25cc8af635fc6bcd093f9a4e0a169 2,250 1.00/1.00 vMB 340
472,974 472,974 00000000000000000133740b831ddbd4f604a85981d664f58e5df89cc5b77c5f 1,837 1.00/1.00 vMB 268
472,973 472,973 00000000000000000177d18b24758f0efa6bd77e607a43304182203d8e0a6188 1,298 1.00/1.00 vMB 186
472,972 472,972 0000000000000000015465a0e6e816debf2197e35771aa554aa7ac48f348ea22 2,435 1.00/1.00 vMB 366
Previous 10 blocks ↓
Total Size: 782.96 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: 715.29 GB
    • Received: 17.70 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.