Loading Tool

Explorer IconExplorer

Memory Pool

79,639 transactions
29.61 vMB
0.08764464 BTC
Random Selection Loading Transactions
Max Size: 178.92/200 MB

Candidate Block

Mining Attempt a21e775ae2976ac47d2c75ba77af1e77249a607598b0ecf1235b89f94edcb79a
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 3bb47e914ba0bff8db584baed5bb817ebcc51544cf36adcdeaa767cee03488b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,783
Size: 1.00 vMB
Total Fees: 0.02465013 BTC
Feerates: 100.11 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (296,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,319 618,319 0000000000000000000a1284e1ece662d449ccc4e98427ceed00c134915c8a8a 3,075 1.00/1.00 vMB 22
618,318 618,318 000000000000000000035efaeeec1f2662fee29da0e17dc3c2e87a8d89af5572 2,786 0.88/1.00 vMB 13
618,317 618,317 0000000000000000000f7799a70cbda2360053e56b75e8ec38fb58daab5eec95 2,839 1.00/1.00 vMB 19
618,316 618,316 0000000000000000000bca9932d5fbfd2aaa9c5f4773c7ab6732fa7479a2cb4e 1,357 0.53/1.00 vMB 15
618,315 618,315 0000000000000000000c76bafc16622904544c466cf5f96e4fdaacca308a4f98 2,763 0.89/1.00 vMB 17
618,314 618,314 00000000000000000000ff429b0cdbadbf87c7e1afdacc64786cff7fe63e24b7 2,544 0.87/1.00 vMB 17
618,313 618,313 00000000000000000000a745ecae02c72e224751de5ed320ac94bbefa760f496 1,375 0.46/1.00 vMB 23
618,312 618,312 0000000000000000000681af6afce70474672912b2d11dcb657269ca8973a8a4 181 0.09/1.00 vMB 45
618,311 618,311 0000000000000000000e8b2b213bd2aaff7e762c805491a074c4a219125319a1 3,151 0.99/1.00 vMB 19
618,310 618,310 0000000000000000000be3645aace6f632298b2997074839e10ba5736ba7facf 2,007 0.57/1.00 vMB 11
618,309 618,309 000000000000000000085ea3c2eec01d51edca238b1896e48e232958d44f8287 2,262 1.00/1.00 vMB 18
618,308 618,308 000000000000000000001eeabc88e2d1a82cfabcb193c137fd6c6a0725dd6682 872 0.26/1.00 vMB 16
618,307 618,307 0000000000000000000913b46cc261eaee93f7eb0cc53e72ff3c14156f89a0d4 2,272 1.00/1.00 vMB 21
618,306 618,306 0000000000000000000a78d5918b0a7e03288a77e8c24c19770e33dae082b5a3 1,466 0.51/1.00 vMB 22
618,305 618,305 00000000000000000007ec0908f285b668caef0047564c1bd9949ef4e061ad15 2,200 0.65/1.00 vMB 19
618,304 618,304 00000000000000000006d80aeda8a6fd5c5d21f4544285b6a7da3a6d4bde0be1 228 0.08/1.00 vMB 17
618,303 618,303 00000000000000000000fa3f4b3e686ef25a5202fb5c40f7eb2216c8b126bb2b 98 0.05/1.00 vMB 8
618,302 618,302 00000000000000000007dc3078cd323e8fb2401fc2a88c353150b944bcdd2a76 683 0.34/1.00 vMB 19
618,301 618,301 000000000000000000102ea9e51878d2c894c9441cd4f14d64fe6a40bce2e970 597 0.20/1.00 vMB 19
618,300 618,300 0000000000000000000655e5bd3575d6a65fd83203ece735f0aa3d90c0206c85 2,918 0.96/1.00 vMB 18
618,299 618,299 0000000000000000000356300b504deef5a9696a02d638d7071c2e908556800b 1,052 0.46/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.