Loading Tool

Explorer IconExplorer

Memory Pool

89,312 transactions
33.07 vMB
0.21000431 BTC
Random Selection Loading Transactions
Max Size: 199.85/200 MB

Candidate Block

Mining Attempt 6fbfc0540424ccd3d808ba8ef930f99331488e8ab1b491ee8344cfc14391c7f8
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root ad3de2d2910de245e7bcf12839ace13b43bd4c25cd7001c5712c836bfe1812ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,636
Size: 1.00 vMB
Total Fees: 0.09424034 BTC
Feerates: 387.56 > 9.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (333,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,111 581,111 00000000000000000007507e17d6864527213aef5b6ff8178da558d391e680f4 2,377 1.00/1.00 vMB 98
581,110 581,110 0000000000000000000a4a83422e821845eac65ab6450cb7293bd889b1dde22f 2,351 1.00/1.00 vMB 81
581,109 581,109 0000000000000000000890c17e7ef64bde8c90f5333ada40f833983d2053fbb8 1,496 1.00/1.00 vMB 26
581,108 581,108 00000000000000000006330e801c5295a3e3e21fdf563f152f054d311045e5a6 2,287 1.00/1.00 vMB 32
581,107 581,107 00000000000000000007ea7c5338d818cad1930676028b6daec55df497d6d91a 2,629 1.00/1.00 vMB 90
581,106 581,106 0000000000000000001036a27d0406597a5016735ae228e41ed2eadfe323981c 2,907 1.00/1.00 vMB 89
581,105 581,105 00000000000000000022bf2c6b6b65fe1e3f0c2930c67fead20e3c7eebe12fdb 2,393 1.00/1.00 vMB 79
581,104 581,104 00000000000000000007bd0e637d7799d79651e21516b525544afff5613eb275 2,615 1.00/1.00 vMB 54
581,103 581,103 0000000000000000001cf058e55ae3ae4aaa70a9be0cc8907b7b8a4c8a4f4bb6 2,987 1.00/1.00 vMB 55
581,102 581,102 00000000000000000016f6cf014cdd0a09e9ab39a56cc2955ee076524c5e022b 2,257 1.00/1.00 vMB 64
581,101 581,101 00000000000000000013245e5789bfaa0a8c9d5dd570c4d55f0321b25a67e8c0 2,429 1.00/1.00 vMB 74
581,100 581,100 00000000000000000012a07886b2a27d75cec808c8225f3d38a0b76e159f652f 2,838 1.00/1.00 vMB 97
581,099 581,099 0000000000000000001068a2e8641f032bc297572488e8e5b44fa1721c610d5b 2,810 1.00/1.00 vMB 94
581,098 581,098 0000000000000000000158c6c5f5f58f912a03c9b4d6af383e9f727203ab4e1e 2,555 1.00/1.00 vMB 88
581,097 581,097 00000000000000000023c91dd22524ad86a1d65ee713c3e67c44b20df5549218 2,717 1.00/1.00 vMB 116
581,096 581,096 0000000000000000001d754d651a13718e72460393111440d20c7679dfe3603c 2,382 1.00/1.00 vMB 65
581,095 581,095 00000000000000000009950edc6c4048c352deaff9d580c9efa36796c197f2d7 2,126 1.00/1.00 vMB 87
581,094 581,094 000000000000000000124e0e1db91adc74f7446fad0554eebaa72badfee02d45 2,344 1.00/1.00 vMB 102
581,093 581,093 0000000000000000000f00a08077a7e8e30f11e7bb6098a8ed27aebc31496b9c 2,683 1.00/1.00 vMB 111
581,092 581,092 00000000000000000024c392732294dc47d69ecc7daa014a1aef307d327e3ee6 2,510 1.00/1.00 vMB 46
581,091 581,091 000000000000000000094aae6d295daa8d6610568679b84dafc3c48d445cb933 2,171 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.