Loading Tool

Explorer IconExplorer

Memory Pool

49,232 transactions
29.80 vMB
0.07447343 BTC
Random Selection Loading Transactions
Max Size: 159.42/200 MB

Candidate Block

Mining Attempt 1a4505e9e59b6e2aa50075ccc511736e20aef394a664e167f23f86dbbf73f0c7
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root 5988534bfd350d0c7cc454b5ba07852a955c78486479c857771c0ff907c88e12
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,125
Size: 1.00 vMB
Total Fees: 0.01296347 BTC
Feerates: 117.91 > 1.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (736,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,922 177,922 000000000000066bb3673492f0e4e1b32de58df332b9cc4fd7012206056f6bb6 58 0.02/1.00 vMB 31
177,921 177,921 00000000000009a7a4b2b98a881bb6bb215334a9bfae8702b7efd69dce60d818 210 0.09/1.00 vMB 216
177,920 177,920 000000000000047676f33a3864681fa492218f91816ed601e47b8961b4a65d21 112 0.03/1.00 vMB 98
177,919 177,919 00000000000009fb9211928dfe8fa82660a1ceefc7a7747559526dc7a90caf49 23 0.01/1.00 vMB 78
177,918 177,918 000000000000004e0c83e7499e970048f3b4bf5c71667c9f05b464cf6833cff0 46 0.02/1.00 vMB 221
177,917 177,917 000000000000096b65ebb3776de25d77df2e966a15181a58943a441098849c4b 123 0.05/1.00 vMB 163
177,916 177,916 00000000000006f66e9625e58212a6266a1475c5f02e5b185219f20833ead418 43 0.02/1.00 vMB 109
177,915 177,915 0000000000000a53b2371e41c2ab34c18b6b8277634470e4a3a18bd9e81b5615 91 0.04/1.00 vMB 177
177,914 177,914 000000000000017a3aa4b92708eeda770b87f21ca4700a71a1eed7d1fca6bb07 137 0.06/1.00 vMB 113
177,913 177,913 000000000000073bab33e342b0e436beff2b1522e97d752edd14180cbafc98f8 85 0.02/1.00 vMB 24
177,912 177,912 0000000000000164297937c4a987d0c1d720772447b4ea9be4a8ea706d521cf8 22 0.01/1.00 vMB 108
177,911 177,911 00000000000006aa20538c2ec8b67f4a3b4e060a394abc64bcfd154a9df39da2 19 0.01/1.00 vMB 55
177,910 177,910 00000000000009ffb550f912f609827f9b4e2d585dddc56284795df211c16b4b 26 0.01/1.00 vMB 70
177,909 177,909 00000000000001919d789e1b4ae44d0582b0bf09fbad627b0b93b30c813de257 78 0.03/1.00 vMB 177
177,908 177,908 00000000000000c54dc80f1273579f5d36b0864eb5858ca17a845dcb6919be7a 91 0.04/1.00 vMB 75
177,907 177,907 0000000000000300322b3809b3116890ca464c73a82c54bdc2d467d4c19a6f54 116 0.07/1.00 vMB 82
177,906 177,906 000000000000073a7721f6f2381236664dd129d404803db7832eb9b86a166d2c 84 0.03/1.00 vMB 477
177,905 177,905 0000000000000686efbc2e1726ed1c58eddab86a1329d8e3c2bb1e308ccf255a 137 0.04/1.00 vMB 49
177,904 177,904 0000000000000b0ca67ff694f74d5d32dd1f7f21debed3589e0ad1e3f11f8af1 75 0.02/1.00 vMB 33
177,903 177,903 000000000000033a0772c5211e54a3295e5bfb5f2501bb00d3bb7e70b2afb358 124 0.07/1.00 vMB 196
177,902 177,902 0000000000000823e5e71b514d5462139b968f416ce983ca3c3cf872bcf22c4d 56 0.03/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.09 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: 651.46 GB
    • Received: 13.58 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.