Loading Tool

Explorer IconExplorer

Memory Pool

45,784 transactions
28.58 vMB
0.07360440 BTC
Random Selection Loading Transactions
Max Size: 151.79/200 MB

Candidate Block

Mining Attempt 948504d33f4ff0e84586ba504f4dd16ab893dc0221576a9ef607505984a211be
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 594ade1272c7d97df05d531bff8bf3d77c9c38fd6ec45b3eba1f568f89f862d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,540
Size: 1.00 vMB
Total Fees: 0.01944691 BTC
Feerates: 361.66 > 1.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (246,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,436 668,436 0000000000000000000af29770bc25c16d14a8c4dbc1e2c2f351e4e175e3da14 1,869 1.00/1.00 vMB 43
668,435 668,435 0000000000000000000d7d562e5d795d813c9e244403294f49aa2f2c9d258dff 1,764 1.00/1.00 vMB 133
668,434 668,434 00000000000000000008f2f7c377562a85fc8356bbaefa380e9d1b263113a16b 1,645 1.00/1.00 vMB 46
668,433 668,433 0000000000000000000d1a85f00a321e123ac3ee0bb852d663a2866e07158bcc 2,329 1.00/1.00 vMB 43
668,432 668,432 000000000000000000024bb7a2d14f3e3cf1d2ebc3461550adf943485053e36b 1,869 1.00/1.00 vMB 98
668,431 668,431 00000000000000000005e9bcd27ff493507ac1df30cd65f7af6bfe5774001b43 1,677 1.00/1.00 vMB 29
668,430 668,430 0000000000000000000b359cb9d87cd270c47b2638ee13263f9a33136a92faa2 2,067 1.00/1.00 vMB 94
668,429 668,429 00000000000000000006ea9c4e6a0540de41793430b7d45a74f06307a5ea6778 2,416 1.00/1.00 vMB 91
668,428 668,428 0000000000000000000cedee0055b23c0208e6f1198f38ddcdd820afad16ec6c 1,560 1.00/1.00 vMB 32
668,427 668,427 00000000000000000000c0c909e107b779e81c2456fe58cdb26abcbff7736dfc 1,993 1.00/1.00 vMB 30
668,426 668,426 0000000000000000000858a272d644b99ae71af4b5727023161844c9d43823b6 2,140 1.00/1.00 vMB 56
668,425 668,425 00000000000000000002b9bd1bb8de39f75eb800d5d402086af8c44566895cd8 1,476 1.00/1.00 vMB 118
668,424 668,424 00000000000000000006d15ca0e77624ce9b9558d906ec49f70527f453cfbf0a 1,963 1.00/1.00 vMB 35
668,423 668,423 00000000000000000001d728b8cc91abcf2d859d239ba9e2d0d9191c648a27df 1,933 1.00/1.00 vMB 110
668,422 668,422 00000000000000000006448aeb42c527c3cc8c77344b0d7f526bd038c6ffc894 1,761 1.00/1.00 vMB 49
668,421 668,421 000000000000000000028315477d8d9d78153f0930ac7e62394fef24fd46f5f3 1,829 1.00/1.00 vMB 72
668,420 668,420 00000000000000000001fec2ae3b65799a50b55b54ff290a29b535abc3d0308e 2,296 1.00/1.00 vMB 57
668,419 668,419 00000000000000000004a0f09e35155069294bbfbdc97211c59db56c1ca516c4 2,278 1.00/1.00 vMB 133
668,418 668,418 0000000000000000000081c5d7546f84ee013349e21c18224586eb8e622999bb 2,133 1.00/1.00 vMB 78
668,417 668,417 0000000000000000000a69d9a8f0e77521500ac318f7799d6a699589a0702a49 1,417 1.00/1.00 vMB 61
668,416 668,416 00000000000000000002de00e333529ab7fbe1bd49bc8f70818621422d3c1a66 2,110 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.12 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: 652.17 GB
    • Received: 13.74 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.