Loading Tool

Explorer IconExplorer

Memory Pool

71,800 transactions
27.65 vMB
0.06455337 BTC
Random Selection Loading Transactions
Max Size: 167.33/200 MB

Candidate Block

Mining Attempt 8b7ca5c66b0e8d84a29684b6c6a3af11cf713fce9cc98a835321e0233d806aa2
Version 20000000
Previous Block 000000000000000000016dffe7445c108bac746ebb89454ac2dea8afaeeb91d1
Merkle Root f94d8b373f4cf81339db2f038558c328b4b735d6fca3519fdc413bb31858d514
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,266
Size: 1.00 vMB
Total Fees: 0.00463556 BTC
Feerates: 70.81 > 0.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,452 (687,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,698 227,698 000000000000034118b7e5f68f60e8e8f95f8c9e7bde75a4c43cd9af39d41d08 117 0.05/1.00 vMB 184
227,697 227,697 0000000000000177cfda998d75e7801de2cfdef84d2a264ebd782e247362e59c 733 0.25/1.00 vMB 205
227,696 227,696 000000000000029167b99d7b13c16a6a1bdca889364000452a2dd6e5dc35fe1c 166 0.07/1.00 vMB 73
227,695 227,695 00000000000002633803a40c94b64f95230ad5c73f34682d433b2f4a5acec20b 420 0.15/1.00 vMB 190
227,694 227,694 00000000000001a381a6cf6850d9d308e1794176d160a881bdb3e772ce3628db 558 0.18/1.00 vMB 191
227,693 227,693 00000000000002d6e4146da90b2e1bea2b5c586eb2ffa99244f9abe7651e9345 377 0.19/1.00 vMB 145
227,692 227,692 00000000000002e79dc2cccafe41c4295b6a177eb0d57524e249b90f58705047 82 0.04/1.00 vMB 93
227,691 227,691 0000000000000270eb466edb3e0bad92e76524442508e7852e9b336d4eb2b1e9 174 0.10/1.00 vMB 119
227,690 227,690 00000000000000b1697a7a657c45719c807209b0930dc19e9ecae2f0f29a0202 143 0.06/1.00 vMB 148
227,689 227,689 000000000000018c6f87c8daad1382e1abe2a2bbf4f7463e1fc13f55403086e0 429 0.20/1.00 vMB 162
227,688 227,688 000000000000002f470f32d7354a76bb418e962e92e0bc86d67ba96fb884c5df 3 0.00/1.00 vMB 103
227,687 227,687 000000000000013adbdd537f7dfc44fd3f1b8ace91756dce7819cbe4445adbe7 87 0.04/1.00 vMB 154
227,686 227,686 00000000000000ba1645ab9c4a8ef87a1bf8deff556f5f263a58ac603f2c4493 219 0.12/1.00 vMB 146
227,685 227,685 00000000000000c7fa90f37a41ae2aae1cd6b1294e5110ce6e237a9aa5a666cd 332 0.17/1.00 vMB 169
227,684 227,684 00000000000002126814d3808d91ef781afd7ad775f4969563679fbed3575991 64 0.05/1.00 vMB 70
227,683 227,683 000000000000006bf2eaf737f3d726417a852f77105ecccdc69b3435f6ab1529 327 0.13/1.00 vMB 189
227,682 227,682 00000000000000ff4becdadb41875d6892bb8934280bc418b7e214d2014b0583 218 0.11/1.00 vMB 135
227,681 227,681 00000000000000c4dc3ea2bac14d117682cb479e6fe9c0c21a9bf48ae131698c 170 0.19/1.00 vMB 101
227,680 227,680 00000000000003325a4795c9d7650346a481edbb0d5103bec0d087326d605e34 288 0.12/1.00 vMB 170
227,679 227,679 000000000000035aae58295a19e2aa75d56ff7355e0d664e2b40715fa4ff20f5 127 0.21/1.00 vMB 74
227,678 227,678 000000000000016e75b9de099f2ba1c72228a4df7b1bc9cca85b8f979d3fdc61 344 0.17/1.00 vMB 158
Previous 10 blocks ↓
Total Size: 783.18 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: 750.31 GB
    • Received: 18.85 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.