Loading Tool

Explorer IconExplorer

Memory Pool

68,404 transactions
26.06 vMB
0.06481882 BTC
Random Selection Loading Transactions
Max Size: 157.03/200 MB

Candidate Block

Mining Attempt 9c67d1219ff93df593da2ec8ad2b57d5175c7c9293f40a52ef4d00b37e4b121b
Version 20000000
Previous Block 00000000000000000001f74e6b9bd04d983712c8efbc426287f2cd9e0a80e31f
Merkle Root 485baaa0abc70769bfada19912e353f058068c218b12c86ac5ea1604b0511d5f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,888
Size: 1.00 vMB
Total Fees: 0.00955323 BTC
Feerates: 40.21 > 0.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,530 (768,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,218 147,218 0000000000000636366ab2c23ef547d76b48ed4b2df713952699b078cfa26de5 53 0.03/1.00 vMB 172
147,217 147,217 00000000000000a23b34172347de4935365d9bb448bf2a9fbc0479ae19ecd9c2 43 0.02/1.00 vMB 172
147,216 147,216 00000000000007b0e3d90cb1a54b560171dfd48be7ce5e71bc1f08cdb66e56c4 42 0.03/1.00 vMB 463
147,215 147,215 0000000000000775379fdb31c553149a3fd7296d055c3dc22e19e5f9a0c68984 91 0.03/1.00 vMB 128
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
Previous 10 blocks ↓
Total Size: 783.32 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.25 GB
    • Received: 19.39 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.