Loading Tool

Explorer IconExplorer

Memory Pool

43,160 transactions
26.52 vMB
0.05973923 BTC
Random Selection Loading Transactions
Max Size: 139.23/200 MB

Candidate Block

Mining Attempt 866f7893e51aeef10de8aaec75cac4d1389f79e7ee40af32c30e06aa6ce8aea5
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root e526f5cd1da4998cb8d9d680631ae3951a2eaf9723d507bfbc61732fedc14326
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,121
Size: 1.00 vMB
Total Fees: 0.01087421 BTC
Feerates: 73.20 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (638,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
276,169 276,169 0000000000000002d9f9868012c87e89a216a3f0d7beca54f160620a5266deee 73 0.03/1.00 vMB 46
276,168 276,168 0000000000000001020f06a402b976d5fea3fdd31c13c2db30515e4a6dd6b61a 26 0.01/1.00 vMB 65
276,167 276,167 0000000000000000de5055cae9b3d2762fe79c4e4be9a192144e3dc89a3302df 77 0.03/1.00 vMB 47
276,166 276,166 00000000000000028bea8c23f4dba3bdce2224790a77fb5935ca8bfac186bc59 298 0.15/1.00 vMB 185
276,165 276,165 000000000000000326fcdef7d555b0d043a9d34d6a39c84d4d62fcc7ab67d756 409 0.18/1.00 vMB 40
276,164 276,164 0000000000000000d596216b252676ba32db544a517fae744d0b6ce5156b606a 448 0.19/1.00 vMB 44
276,163 276,163 00000000000000029880faa3905a1879fd9c391e792b6b5921a015330d6209b1 871 0.39/1.00 vMB 37
276,162 276,162 00000000000000031073a40d9d4dc059062f6b7db6b80649c205930f3eca60e6 82 0.03/1.00 vMB 98
276,161 276,161 00000000000000037bce7c8ddfedd46f42bf343d232228b5f5682e7ea7ca16a6 179 0.08/1.00 vMB 34
276,160 276,160 000000000000000188391f8e237a6d23110e1cdc8d8a3bafb6dd2aeae4e15df9 445 0.23/1.00 vMB 38
276,159 276,159 0000000000000002761ff671643a289656439f83dc27d8f36d07a7a58cf26e61 896 0.35/1.00 vMB 45
276,158 276,158 00000000000000048445e1220a78e53de15c74160ffbe4dad0b52099560e045f 79 0.03/1.00 vMB 108
276,157 276,157 0000000000000002a9009808f276a645c6850a322da0a9cf5eca2b5ce099e5e8 99 0.06/1.00 vMB 56
276,156 276,156 000000000000000082f0bab0de51f3931122014d9a1e3d9841cd6f6945d5f9c9 456 0.17/1.00 vMB 35
276,155 276,155 00000000000000024b3f0939a976c61bfe02f0abe89e531f53e602e155714022 399 0.16/1.00 vMB 46
276,154 276,154 0000000000000000e826238f379ad85570ed29d8e184c4e6f1313db263fa563e 245 0.20/1.00 vMB 27
276,153 276,153 00000000000000030c6870d67a272f4e80729485af5eadb140147006151fc0bf 164 0.13/1.00 vMB 16
276,152 276,152 0000000000000002f2a1d72b534a974b865745e46845a0b8b6d6f679350a2cde 581 0.25/1.00 vMB 40
276,151 276,151 0000000000000003f602a9ef26d975854aacc9e13f3eb513db19f576bd7d679e 704 0.25/1.00 vMB 71
276,150 276,150 00000000000000019c1c93b48732124d9622b78aab7063ea7a61fa5215760dd8 21 0.01/1.00 vMB 10
276,149 276,149 0000000000000001edc672e8767954b8ea3d1b5dddd6b3607b93a9a7a95b029a 256 0.15/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.17 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.55 GB
    • Received: 13.93 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.