Loading Tool

Explorer IconExplorer

Memory Pool

15,148 transactions
6.75 vMB
0.04440044 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.12/200 MB

Candidate Block

Mining Attempt 75e3012598a30f94527a5b9296eb34a8c11703da8014d52556a5cdbd496aebd1
Version 20000000
Previous Block 0000000000000000000090cb53194bf414beae3a95367503e1f29bc054a37150
Merkle Root 8345e5fe88d74c9503eb7f650bc628079fd6052bcc4eb9aaa99f59fa397a1288
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,287
Size: 1.00 vMB
Total Fees: 0.02835896 BTC
Median Feerate: 1.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,458 (646,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,529 266,529 0000000000000009fb4643ffc792276cd6bff816fb7bd16886cb36de510ee01d 128 0.06 vMB 84
266,528 266,528 000000000000000091701d8e18d52ce63738e4ab689b53e21341450ae70c10f1 294 0.12 vMB 125
266,527 266,527 0000000000000003eea44c4ca382e6f90f8f7b0d4eedcaf684f3d66c860f75b9 117 0.04 vMB 59
266,526 266,526 0000000000000000a2323d80610952b5abcdb5212943ae5a66ab1ed3b4b612ae 84 0.05 vMB 18
266,525 266,525 0000000000000006a52c3212b63ab87d43e3ead645d9a6aac41b9daf392d71f6 508 0.20 vMB 92
266,524 266,524 0000000000000009764b2bc69ead5c48c5218e86930f83b878ca2fe58be96082 386 0.21 vMB 86
266,523 266,523 0000000000000007b403feee748d7e48c68c177d88022afa58230dbb77d95b0c 409 0.24 vMB 32
266,522 266,522 00000000000000032bc75dc114d5b09035a3a2b4405a74540cbae314c9dd3b4e 450 0.25 vMB 124
266,521 266,521 0000000000000000b32fc2273a893d619f4ed6d45d36763480a78bf8a253bc2b 166 0.10 vMB 56
266,520 266,520 00000000000000020135da31b75dd0d25ab9b42948b267c9aaddf9169f684dbc 546 0.21 vMB 110
266,519 266,519 0000000000000006e236beaa81a6062c5e8597c456dcdc2f3145719a0a5d9ada 615 0.25 vMB 111
266,518 266,518 00000000000000022247e2ec4659a13e9b8bdb521eb9d711c805ba14cad225a4 362 0.15 vMB 113
266,517 266,517 0000000000000004f1559b8add7ef370bb7e2f970d022e398fc602cb7846cf1c 160 0.10 vMB 44
266,516 266,516 0000000000000003ea5b4baa9bfeb52ec6bcf9303a650a65d38b36fbd80c4e8a 44 0.01 vMB 26
266,515 266,515 0000000000000009adb071a2fe762a1b8c3a21cacc1c7d04e98a3ee9c30ad490 102 0.06 vMB 47
266,514 266,514 00000000000000023922e5b61867349c66608f0e387875e87d10da24c8c51e14 218 0.07 vMB 55
266,513 266,513 0000000000000008c46b86aecc6316085d06aa88c550338d0eb2f85fb6476b42 370 0.16 vMB 117
266,512 266,512 000000000000000292d3b016f8b136fd74c27249c9b217fa529d725d480f2db4 358 0.15 vMB 100
266,511 266,511 0000000000000007579ce15d0f8200614c23bcc851bf2fd604ae442c6af231ff 97 0.05 vMB 42
266,510 266,510 0000000000000000446048f708032edccd33b57bed94f333977ca374b6a6527a 261 0.10 vMB 85
266,509 266,509 0000000000000003ab7a53696aa50b04ca3c40f49bd75a299b5c73338d5fb51d 89 0.07 vMB 72
Previous 10 blocks ↓
Total Size: 779.66 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: 317.36 GB
    • Received: 1.52 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.