Loading Tool

Explorer IconExplorer

Memory Pool

67,126 transactions
25.76 vMB
0.05925243 BTC
Random Selection Loading Transactions
Max Size: 154.86/200 MB

Candidate Block

Mining Attempt 7603f82a66c4d08c15054d13f0bf2bcbb3924406d834e4a5e85e967d31bfd2db
Version 20000000
Previous Block 00000000000000000001f32e1ec46405c2d40c75e5531518ebc7798ffc33b3dc
Merkle Root a1d920eb7affb6e838d1dad77d065dfbe0dfa99285a8472c0b8a1dcb5de1d77f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 643
Size: 1.00 vMB
Total Fees: 0.00485092 BTC
Feerates: 44.54 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,522 (675,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,725 239,725 0000000000000032fcb359f9091620226809ee30878fcbc0ef76127ecf67df77 18 0.01/1.00 vMB 90
239,724 239,724 000000000000005d72aa3a4afdff5d16aad78d31f8112433632667edb02ea589 536 0.22/1.00 vMB 159
239,723 239,723 00000000000000e384caf4560c18767ef5a70237869c79876b7cb7e9c1876612 297 0.13/1.00 vMB 246
239,722 239,722 000000000000005c1f6f0a2a786e5a9b4c1f74ad349d3d93f1f38a99b4cdd97f 226 0.06/1.00 vMB 4
239,721 239,721 00000000000000ec6cc09bd1238570552a444d443765f6995ff2e2106eb1135b 224 0.16/1.00 vMB 86
239,720 239,720 000000000000001234cd1155df8d643aed8bb57758d41c831b3cb8081a8b3204 600 0.25/1.00 vMB 273
239,719 239,719 000000000000003a1f43f95fc62f632545b681442ded8a11c211360e4cc37ed9 134 0.10/1.00 vMB 64
239,718 239,718 000000000000010d7936c764de1fef864b2ca449907d6802cbcd51ccc4b24f47 553 0.25/1.00 vMB 207
239,717 239,717 000000000000011bda0b3e4903953bb6b858e2fad2225b7d0d7cfddd866730d9 447 0.24/1.00 vMB 136
239,716 239,716 00000000000000939cb61a86d6bd4c8136077f68b00f3d845f97381d6ac6e0d7 641 0.25/1.00 vMB 189
239,715 239,715 00000000000000b1b3cd711dc62b0fcc3358c9d5fb8f0a002b0cf3b52e662a66 52 0.07/1.00 vMB 45
239,714 239,714 000000000000014a80aebcb97294a215a57e367fbed764adfd5fed4b510959dc 610 0.25/1.00 vMB 168
239,713 239,713 00000000000000c00baec2e6fc605eeaba8dcffeec0177f560feb5fddd9fc6c7 246 0.11/1.00 vMB 144
239,712 239,712 00000000000000d22d80c894ec4e39581e5c72f79bdc5b3815da763285ae9c36 357 0.17/1.00 vMB 174
239,711 239,711 00000000000001272c7eb572d183c9b8da350b1835b78d3f56cc07c082d78a5c 341 0.14/1.00 vMB 232
239,710 239,710 000000000000007eedbc28b25e1662fe683133d9c29143c7d85168c93fedff0a 239 0.11/1.00 vMB 153
239,709 239,709 0000000000000072e2055eb8370b61bc25f31b2a3939932fd5e4f14ecabd09e6 569 0.23/1.00 vMB 177
239,708 239,708 000000000000009b650178ab2d4b349c91fde3ea9ca95191c970f6630d3dd098 359 0.17/1.00 vMB 276
239,707 239,707 00000000000000761a21ebae45c9aa89e4c5f458e65f16ffb6fdba7c6775e559 183 0.08/1.00 vMB 206
239,706 239,706 0000000000000050f834a04fda5ef82f85cd31b36fbf7a462b76774146d658bc 467 0.23/1.00 vMB 2,846
239,705 239,705 00000000000000f8541901cc502b92e431ba874a854b2e3330d35065e21b78cb 100 0.04/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 783.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: 767.11 GB
    • Received: 19.34 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.