Loading Tool

Explorer IconExplorer

Memory Pool

32,436 transactions
18.87 vMB
0.06297795 BTC
Random Selection Loading Transactions
Max Size: 101.15/200 MB

Candidate Block

Mining Attempt 2d300fde78608dc298a83befc71c6f1f35ce5678b5abb1a6e28626c071f9d48c
Version 20000000
Previous Block 0000000000000000000119ce95786a15a8ef79eb69929548bb35e0e13ef5ced5
Merkle Root 072a8464852e0f86b4d91a483dfecf7dd39e8d5af3eba09188ff1bcccad9a666
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,781
Size: 1.00 vMB
Total Fees: 0.02661497 BTC
Feerates: 238.28 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,891 (797,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,285 116,285 000000000000696beca7ec725401fc49091cfca353e1bcc9ddab5a6b33c8c890 10 0.00/1.00 vMB 707
116,284 116,284 00000000000003fd30cd2446d1dc78ffc7d4edbb10ff33a43b2f345b6da25a9d 8 0.00/1.00 vMB 636
116,283 116,283 0000000000000e6205bd31925d33b431f32d7c0accaff7e711f61595b37c28b7 9 0.00/1.00 vMB 0
116,282 116,282 000000000000ea2bcb999180872621edc024ad4584eacada2acb3a894cc2df84 14 0.00/1.00 vMB 1,086
116,281 116,281 0000000000009dc8933fe5920acffe6cecd87c7bc423e8e70dbbd2cd3f6b526b 13 0.00/1.00 vMB 0
116,280 116,280 0000000000001cea6a23a1c056eeb8cc57e92afdcea3ddf06d5f56f33289f75d 8 0.00/1.00 vMB 667
116,279 116,279 000000000000d7b876498e444cca8c85c20ff90b0f624db281c8fb38a76bc38a 6 0.00/1.00 vMB 347
116,278 116,278 000000000000afe0ad4ac1e5dfc47848c7d2bf930266817343b400102cee5890 9 0.00/1.00 vMB 451
116,277 116,277 0000000000008775f37eeac47371ff88fe637fb2c2dc0c80a75b7ce9853afbf5 9 0.00/1.00 vMB 860
116,276 116,276 0000000000008e77718cd512854b97064e00d5b854127b1cfaaad72a03d54253 9 0.00/1.00 vMB 0
116,275 116,275 000000000000c4886abba7fd62d893fb1363205c86ef4b12515b82268af7316b 14 0.01/1.00 vMB 5
116,274 116,274 000000000000a4ea906d59d17fc79063d8ac15cc2b42f4a5b145f6c78bc8828f 9 0.00/1.00 vMB 766
116,273 116,273 00000000000083a312bb2e01a8548df69442a6c596fe27c5b9e7cfc6d7ac5594 11 0.00/1.00 vMB 0
116,272 116,272 0000000000003ad090e8613555ac499bd03e56f6bd5b015e6de474b92389f10b 12 0.00/1.00 vMB 344
116,271 116,271 0000000000006bf92bdbbe781931b44de1f2e7b03ec79411afc301d9ebb444c5 1 0.00/1.00 vMB 0
116,270 116,270 0000000000006886f140ac3f0a67a760b159a321f1f798ce8acdd8362717446b 12 0.00/1.00 vMB 0
116,269 116,269 00000000000039d4eb4ef1657e207eb88ac8908db3c538d0d0492e8acd9c2e20 11 0.00/1.00 vMB 0
116,268 116,268 000000000000be528cdcb1118e31ab97ae0fe4c58fc48d5ed855064086be6190 8 0.00/1.00 vMB 337
116,267 116,267 0000000000002ed92620b7013e3710fd543c2040bc3eb9635c5b9ba0297a205f 6 0.00/1.00 vMB 204
116,266 116,266 0000000000001e5f42e8949af04685428a9f4eb711d9c7f658486e9bbe290b81 12 0.00/1.00 vMB 1,018
116,265 116,265 00000000000004bfb3a4e4f9aa0ae611db4b939b3670789596a960f8d83816da 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.41 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: 526.07 GB
    • Received: 5.27 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.