Loading Tool

Explorer IconExplorer

Memory Pool

68,950 transactions
26.40 vMB
0.07332476 BTC
Random Selection Loading Transactions
Max Size: 158.26/200 MB

Candidate Block

Mining Attempt 249162c317102de54632fe78c76823c5d3e3c014cb6811c34899f134e16494ca
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root 9b7ec5df09f733bee50c549fe2276d171f599dfb38acd27a9ebed045e19c71e6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,938
Size: 1.00 vMB
Total Fees: 0.01718044 BTC
Feerates: 86.29 > 1.72 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (768,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,214 147,214 000000000000026349ba64ab1bf6b4ad7c5a12a6f278965bff6d32cd868c004e 20 0.01/1.00 vMB 220
147,213 147,213 00000000000007d33e99ea9356748e1e829e730d60f4dd8bf84afe7737ac9eec 24 0.01/1.00 vMB 379
147,212 147,212 000000000000087ec092a74a35c6474ee9898c5a6ea947e5f1c3f801588afe1c 25 0.01/1.00 vMB 203
147,211 147,211 00000000000003bff21ae635da535c10f66f7aed9a9aee0c9c0b7225a7273fba 27 0.01/1.00 vMB 72
147,210 147,210 00000000000005eaeb4496cee353ea40bf8f09f726e4b9f9674cc0be2c40d8aa 11 0.00/1.00 vMB 119
147,209 147,209 00000000000001f418f09dfd39cfc7c60f2d4ce79e1a3c1e5831aaea3a5d8255 20 0.01/1.00 vMB 344
147,208 147,208 00000000000008bd4fda4b352c52bd2a07711129c6207bdfd90231b158a9c1dc 13 0.00/1.00 vMB 76
147,207 147,207 00000000000005c8e93cb0b69007128c74b49412c4fd5e7550b45ee6e027cfd1 12 0.00/1.00 vMB 284
147,206 147,206 000000000000064ee16a8436a989c5951bd2be003be779bfebcf29508fb4fbbb 10 0.01/1.00 vMB 143
147,205 147,205 00000000000000981e75886904b521632afd03b7e79582db0d14461d28744c1b 29 0.02/1.00 vMB 144
147,204 147,204 0000000000000020ae7460187e09ab124cdba85e59c12d758ca12dbd857bc786 30 0.01/1.00 vMB 173
147,203 147,203 000000000000025483418379e8d2243cd2e1d13b8bcf7b186aa20fcc4aac4296 20 0.01/1.00 vMB 196
147,202 147,202 00000000000003feebcc220a528a59ae57ee695488f949a449aab193b94b18e6 7 0.01/1.00 vMB 48
147,201 147,201 00000000000006b632f2e6ed515fcebd6e9b9ccb3f6e35c8e4eeaa6ceafc649b 4 0.00/1.00 vMB 163
147,200 147,200 0000000000000291c826714cd1e454aaf7cdc67eb890eee2d1432d0d233a8acb 48 0.01/1.00 vMB 7
147,199 147,199 00000000000007c12f01f8c53217e0b46408d569a01514f95f05bb88e58c7eaf 27 0.01/1.00 vMB 278
147,198 147,198 0000000000000719eb44a619081d0547c2e9217f788726baaa665f1428d23d4d 35 0.03/1.00 vMB 527
147,197 147,197 00000000000005d2ff891cc45057eda03f3fefe8d6b1491fe6f5e81eaf7796cd 34 0.02/1.00 vMB 62
147,196 147,196 00000000000003e4d45a0daccaedd66b42d3c4fa975f1bc28bbad984689714ae 25 0.01/1.00 vMB 49
147,195 147,195 00000000000002ab714be05658072746a81267d0a11fd1524974d3d6b4f3a160 8 0.00/1.00 vMB 109
147,194 147,194 00000000000003cec5dc63e1b8ccf7e516962535590813c3c7d721ca6323dd04 8 0.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 783.30 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: 767.05 GB
    • Received: 19.33 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.