Loading Tool

Explorer IconExplorer

Memory Pool

73,881 transactions
28.15 vMB
0.08077865 BTC
Random Selection Loading Transactions
Max Size: 170.28/200 MB

Candidate Block

Mining Attempt 9144a32619e5d4e1278b847868ca140e1ab8d9870ac9c2e3208d5b1c8cccf16c
Version 20000000
Previous Block 00000000000000000001a86893daa240eb0be56c06e6014958db31ad21413f6a
Merkle Root af21bcde1489cfb35ce8878e9bed65f8d63939f5174a4dfc74b3e84b6c2c3d31
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,827
Size: 1.00 vMB
Total Fees: 0.01934140 BTC
Feerates: 179.53 > 1.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,558 (687,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,742 227,742 00000000000000c3d103ede48681a213c63c2f2adb37a05e9e5dcf1239872e7c 268 0.20/1.00 vMB 125
227,741 227,741 0000000000000071f0de89ec4ebfd0bf0e82b34cfb2b394bc2b292e6860b455f 487 0.22/1.00 vMB 163
227,740 227,740 00000000000000aed1378f0ad1300d60ac3025c7cdc9a71624582f77e4036482 322 0.15/1.00 vMB 164
227,739 227,739 000000000000000db5943482c83d5d203d876a6a28e8cd1fa45738636e724e99 422 0.31/1.00 vMB 126
227,738 227,738 0000000000000113730150b0c35ffbfbc60e159f5b389f473a4e2975c7a742b7 128 0.08/1.00 vMB 298
227,737 227,737 00000000000001e7e5d25d9b2337b7011ac92e0fc0c32badf595880ae7764aec 572 0.25/1.00 vMB 159
227,736 227,736 000000000000011f1f22d1f936e844f6250936b6c8aeb15e3f1eea6d90bd2b8d 112 0.05/1.00 vMB 175
227,735 227,735 00000000000002fd019488f80b8f33f22a2422051d477c0ee9a59d2cddd01e76 257 0.13/1.00 vMB 109
227,734 227,734 0000000000000236f5386bb92004906551dd750b71630ed5a2b5ca08358593ce 230 0.20/1.00 vMB 92
227,733 227,733 000000000000028686bed400bbe052c834ad9c6dceae03c1792ca2bb617b4ed8 146 0.12/1.00 vMB 52
227,732 227,732 00000000000001467eb1d7667ad9ac419708d69c65a147e52b428107f44f4730 531 0.25/1.00 vMB 157
227,731 227,731 000000000000006b2e0c97b04df97bbc6d2ab991e75692928f67025e85ad6d09 278 0.15/1.00 vMB 174
227,730 227,730 000000000000015ccb1dd040e0face818bd641f42fd918350f48eebf41502636 82 0.15/1.00 vMB 63
227,729 227,729 00000000000001947cc8c863881d84b64465578d7b3daf1abf0ece692b585b9a 1,105 0.47/1.00 vMB 155
227,728 227,728 0000000000000304133d4293c17fb9f058fd3789e6be07b7b5732a055b5df5b0 133 0.05/1.00 vMB 271
227,727 227,727 000000000000015c075e0c9e9e5127426ed03dbacaf0c8234c6635422d32effe 308 0.18/1.00 vMB 116
227,726 227,726 000000000000016e6a11e009478cda32715cf725f6dc60f1713ab355ae7f0a11 655 0.25/1.00 vMB 169
227,725 227,725 000000000000036b0704054b8a7e4ed8453119b9a3942fb0664e1afeeb011783 207 0.11/1.00 vMB 156
227,724 227,724 00000000000001aa54f2e517e46e4fb9918b044a0c90a28fc93a06a661bd8099 413 0.18/1.00 vMB 195
227,723 227,723 00000000000000015ea18b240ecfc9dc15a5889c333910cf12de3e4e2bfb7900 141 0.06/1.00 vMB 211
227,722 227,722 00000000000002180fdcdd83d216e24f08ea24d0075e9b447361b84a41f143aa 206 0.10/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 783.36 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: 768.43 GB
    • Received: 19.59 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.