Loading Tool

Explorer IconExplorer

Memory Pool

80,819 transactions
29.77 vMB
0.07285102 BTC
Random Selection Loading Transactions
Max Size: 179.70/200 MB

Candidate Block

Mining Attempt 3a384c87cbaabd4e338507c579f5e53cc391dcb0d02b68fc5ba7a78a34e27a0b
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 5e5df329ce527cc787083ab02cd05006136c4675f11943ad157b74841b82a465
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,934
Size: 1.00 vMB
Total Fees: 0.01183790 BTC
Feerates: 100.14 > 1.19 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (705,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,380 209,380 000000000000011e0090dfd9d1b07d00c5cbcc61db52a11559eec764d66dac5b 361 0.17/1.00 vMB 143
209,379 209,379 000000000000025ac0a6a3003c0d0381e62f728d29a369f6bc1811e1532149e9 695 0.25/1.00 vMB 178
209,378 209,378 00000000000004b64b45952846cc1b46010dfd78839729b2f84a2936f55a1419 7 0.00/1.00 vMB 0
209,377 209,377 0000000000000306883d0a8a2c9b0ee60a14a023e564674dcb7788b5e722fbab 245 0.15/1.00 vMB 124
209,376 209,376 00000000000001308ccbc4ce246e35f1654ba0b90359431597e9b34ad48cdba8 394 0.25/1.00 vMB 108
209,375 209,375 0000000000000243bf4fbbacd124612f37668e9eca04d5de64c2b469b634b1cf 557 0.25/1.00 vMB 153
209,374 209,374 00000000000002e30d57ad1fc24f8a0dde9b6ee0c509d1cbcd7fe074b8f028f9 126 0.04/1.00 vMB 71
209,373 209,373 000000000000035d8c11c50d8d473b87c0e6bd923ffaeb9448cbec0e848720b5 145 0.09/1.00 vMB 88
209,372 209,372 00000000000004975cbb5b5a30745fa4847fd82f79b3485cb4b002ae61851623 440 0.17/1.00 vMB 186
209,371 209,371 0000000000000187b886f0462bb15993a6164bfc89b0348bea5a09e0f224f979 219 0.08/1.00 vMB 161
209,370 209,370 00000000000002a77bc9e4150cdc9c760fc046fc48a4a3f2ebe9ec32c5167f9c 1 0.00/1.00 vMB 0
209,369 209,369 00000000000001b3a2b51315f26a3d6d4fe114840371df79c7611dd8d827d983 257 0.10/1.00 vMB 183
209,368 209,368 000000000000003def4de0c3e315380e9f6a5ba15b0802cdfb135038279f23a8 132 0.05/1.00 vMB 156
209,367 209,367 00000000000002eee423799dec8d7a7059721eba9c84c43660039f3402ba20b1 54 0.02/1.00 vMB 156
209,366 209,366 00000000000003e154fe6f7280e3a2fa5ae5ec261cc5d85f5b54ea3506b7e8c9 161 0.06/1.00 vMB 297
209,365 209,365 00000000000002f33a6d569f97d9df4b8ebbd9b6e6499a9dcac3975f673a5c93 204 0.10/1.00 vMB 130
209,364 209,364 0000000000000439b4d6a8e8d82fb3fca7b3f483599552ad17c72bd85ab3529a 777 0.31/1.00 vMB 216
209,363 209,363 00000000000000b3b051ee1f75164d4155fa6cc4ca488da1a712ddd733254b63 4 0.00/1.00 vMB 0
209,362 209,362 00000000000003502efce1a6a734687e18d0ee6a8b913a6fccb9d85fdeac5b67 337 0.18/1.00 vMB 109
209,361 209,361 0000000000000079cbd62cbfb3c773471096d44e544535694bca34c798e634bc 343 0.13/1.00 vMB 177
209,360 209,360 00000000000004407e727f6e34acbee81cbcd4392aa5ac7fa19fdc7a173a7764 19 0.00/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.