Loading Tool

Explorer IconExplorer

Memory Pool

81,250 transactions
31.10 vMB
0.09524837 BTC
Random Selection Loading Transactions
Max Size: 188.17/200 MB

Candidate Block

Mining Attempt cf22c3835b204ebf216b138ee8f1cdcf1c38c8d6ea6c167721f8538f1ceda27c
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root a1c42425aacdd813a041573aa1da8f068ad1d5a57f3273e40f0e3f31fffffbcd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,909
Size: 1.00 vMB
Total Fees: 0.02767412 BTC
Feerates: 110.56 > 2.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (479,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,480 435,480 0000000000000000044f49d2f185f4e4b7e7a81b7fc13d7064e8b944d0c9f7da 2,144 1.00/1.00 vMB 70
435,479 435,479 000000000000000003e19c6a36206995964792204840438980247c2fb14c1191 1,428 1.00/1.00 vMB 80
435,478 435,478 00000000000000000044ae4026341acc7376961b59005b964e8c0232b3119d90 1,395 1.00/1.00 vMB 91
435,477 435,477 0000000000000000016dc4717db37425e5e1a024af7593520242dcb053264213 1,533 1.00/1.00 vMB 35
435,476 435,476 0000000000000000042871f7f6e286f98b9bd28f7fa636644685872a6fe12063 2,606 1.00/1.00 vMB 62
435,475 435,475 0000000000000000006a9aa28d0b35ce6463f0c89fccdd531a5ccd18b90144a9 2,156 1.00/1.00 vMB 60
435,474 435,474 000000000000000000b2246807c5526ad6aa5b0f5fc8a63fb480707f6ea29b48 2,037 1.00/1.00 vMB 54
435,473 435,473 0000000000000000007cdb9d8cd3cc05a59f64f60cf59f1ef72bc580f56749c9 2,705 1.00/1.00 vMB 54
435,472 435,472 00000000000000000148a028ad595a37ba8203b058d28b4396b24a4eadaaaa7d 1,718 1.00/1.00 vMB 80
435,471 435,471 000000000000000001dbc58febc736e54b1ae4bb7a8055d5adf7f572f5bd2b7b 2,276 1.00/1.00 vMB 61
435,470 435,470 00000000000000000095422f14e59d1682a4576beac66dab311e1dc0a99442d2 1,399 1.00/1.00 vMB 78
435,469 435,469 000000000000000003d6523466d4f5870e8ef1754ac91d41dea1d4ab5811ac24 1,820 1.00/1.00 vMB 68
435,468 435,468 0000000000000000008580026df7bc048aafc6a0a05805bdcbaeb278d88d9e9d 521 1.00/1.00 vMB 71
435,467 435,467 000000000000000003c4d5425244077cc2f436defad97b12656688d95600755d 645 1.00/1.00 vMB 70
435,466 435,466 000000000000000002b798c19fe76cc580495e0d3d1e678f4f31bd4e8ef11679 2,449 1.00/1.00 vMB 103
435,465 435,465 000000000000000003272c8dd7f474ca36cba4930fcec41253b69bd8ea7ba7b6 1,411 0.99/1.00 vMB 42
435,464 435,464 000000000000000001e8145c94de96c76d02cc7fb3806410ebf1587a31177234 1,669 1.00/1.00 vMB 33
435,463 435,463 000000000000000001d9e6e6d0c9ca8e586a59af9d549bf2c30012ab490fa4ed 2,051 1.00/1.00 vMB 51
435,462 435,462 000000000000000002ed0dd85b2e14e3b11905d4ceeaa6aede179bd23f1c3737 1,674 1.00/1.00 vMB 62
435,461 435,461 0000000000000000004452705b5df0bfa9101b674d471cf73d7833bf9bce181a 1,543 1.00/1.00 vMB 66
435,460 435,460 00000000000000000170fb44d2f060c3c5dac73ad594c7b7c78be20123ebb7c5 2,726 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.71 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: 699.41 GB
    • Received: 16.60 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.