Loading Tool

Explorer IconExplorer

Memory Pool

83,099 transactions
30.88 vMB
0.08071295 BTC
Random Selection Loading Transactions
Max Size: 189.40/200 MB

Candidate Block

Mining Attempt 7ff0379fd164b002ffa0c77b280cdc44700a0af708e8ef9b86016bd30eb0b4a0
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 195f8c43670f41b59bfea68c6d6720182b5f9e769f4d0aacff6fde32f927f4b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,924
Size: 1.00 vMB
Total Fees: 0.01119786 BTC
Feerates: 146.36 > 1.12 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (461,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,231 454,231 0000000000000000015f4c83d458e704a351bea69b714bcc78772e636aa4bb72 2,411 1.00/1.00 vMB 204
454,230 454,230 0000000000000000007dd0c1f71646fc01f2a9f9525c34698deb28c916aae17f 2,963 1.00/1.00 vMB 128
454,229 454,229 0000000000000000018da619557f91542df97dc38f8e7971e7a32f91cb98564f 2,389 1.00/1.00 vMB 171
454,228 454,228 000000000000000000a74fc4ea49c1b3c4828f8d603f6ceda01cc321df37e5f9 2,210 1.00/1.00 vMB 158
454,227 454,227 000000000000000000c6dc22732d5fc4dde97c79637b3546ddbdde98483a2719 2,866 1.00/1.00 vMB 199
454,226 454,226 0000000000000000012808ce6dc9cf9ff2cc9b237216c5668c5fccee3e387c27 2,266 1.00/1.00 vMB 155
454,225 454,225 000000000000000002330714d4428e93c46611172112a6286088a21ecb0b40e8 2,542 1.00/1.00 vMB 201
454,224 454,224 000000000000000001f9f1f867e1dcfb357657f8e3fb236ece1a88e1c3be5ab1 2,331 1.00/1.00 vMB 141
454,223 454,223 000000000000000001cb6535d411497e5e9462886b65eed371e87d41e3253443 2,007 1.00/1.00 vMB 133
454,222 454,222 000000000000000001785d1603bdcfbef7aecbf1926016fff0b3f72cfafdff83 1,975 1.00/1.00 vMB 113
454,221 454,221 000000000000000000abd47f0436fb026722d4a5ac33c50edc55c406542fca17 2,757 1.00/1.00 vMB 104
454,220 454,220 00000000000000000115aa6b7f6097efba96aefe4c8f0b15bda30cd01c72ab5a 2,266 1.00/1.00 vMB 147
454,219 454,219 0000000000000000020a80202cc1ec259b07107d4ef85262b4dff464300a59a6 2,189 1.00/1.00 vMB 141
454,218 454,218 000000000000000000e18ffa8d497509589baa485a8c1874791ab698b2a8bc37 1,469 1.00/1.00 vMB 108
454,217 454,217 0000000000000000011bb865dcf56e27d86c994c27ab6634e8a5a0b9ac4fad3e 2,311 1.00/1.00 vMB 129
454,216 454,216 000000000000000000701a2ab037e80205f7ec145b916de1908749bae3362342 2,581 1.00/1.00 vMB 124
454,215 454,215 00000000000000000266dc6b7563a37db9f22e03f73980dc4999a1117ec49663 2,511 1.00/1.00 vMB 151
454,214 454,214 00000000000000000065a093e0161395c191287eac8b660256d86af7ee9e0afc 3,062 1.00/1.00 vMB 206
454,213 454,213 0000000000000000021365a6f0489b720e5ec2403ef418e22e86393b560541bc 2,537 1.00/1.00 vMB 179
454,212 454,212 0000000000000000025546efd8c6aeb111d0332bd51dee1b14fb10e2eb0683d3 2,737 1.00/1.00 vMB 258
454,211 454,211 0000000000000000013e48821a1e89a157c8dcde01ce30e161590f5065e20b94 967 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.99 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: 717.22 GB
    • Received: 17.84 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.