Loading Tool

Explorer IconExplorer

Memory Pool

26,954 transactions
5.36 vMB
0.01687980 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.58/200 MB

Candidate Block

Mining Attempt 8817eea73767cb8878017fc8f2f98aeacc77c5f2826f2a20940716cb970a9f9e
Version 20000000
Previous Block 0000000000000000000227175a7c8ea3a7cf1054b0c7a75981cedeb3ea163cc5
Merkle Root 95428ad30d3a75fd29856d5216c18f1120ea564dc6a46dba39f2f69837ed7367
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 263
Size: 0.13 vMB
Total Fees: 0.00279704 BTC
Avg Feerate: 1.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,975 (774,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,407 138,407 000000000000040db336c405f071eaae507c82e12a99802f4df4faf675b3da4c 0.02 MB 52 273
138,406 138,406 000000000000031d6fe48c53a7f7774ddb0aba457222884be24d79888bdcf5be 0.01 MB 18 124
138,405 138,405 0000000000000604d7b13a46ea0e79eab46f166a020f9a9baa574ed7e6831c98 0.01 MB 14 48
138,404 138,404 00000000000007f24956d3859318af9d622ed29fff466a3028588ff2750e8141 0.03 MB 65 227
138,403 138,403 0000000000000633c62cd61b16bc4af73e470f71c18942413bfa131d3c141b73 0.00 MB 11 68
138,402 138,402 00000000000002b89c655051f901ca1bd778d4eb7b0693a61df9efcf84339239 0.01 MB 19 423
138,401 138,401 000000000000036f9107f5b73c26431ad7b1e979a1acf2ccae1d2c0797eb05ad 0.02 MB 36 139
138,400 138,400 00000000000000d50c5191fab43e4bb71b3582faad0f483dbaf17e56df76f34f 0.00 MB 1 0
138,399 138,399 00000000000002574f450607fc0cd95aab73e190e024838ad903dc566a2c6666 0.02 MB 39 252
138,398 138,398 000000000000083af5f8b9364f17488c9be5c6c260ce9b8bb2ad2bba668455fd 0.00 MB 10 53
138,397 138,397 000000000000072382136270b4c157e091d2f1a63e9aacacf444532fa5bf1a34 0.05 MB 136 149
138,396 138,396 000000000000029fd5a0a93c7ae8ceec7f1f1bd60429bc84f5120ae41b14f6a9 0.01 MB 15 311
138,395 138,395 000000000000090dd3f06cfb3b46bbbe9f739ae3c61a3fd6b343ed3e314292a7 0.01 MB 13 460
138,394 138,394 00000000000004ca3cf98381f492c23a22b9d3f93ea30a924f2bdedb36d89910 0.00 MB 6 966
138,393 138,393 00000000000000afdf9166363d2c1bbde8a477a6e6d822dbf69141e76c57426a 0.05 MB 59 138
138,392 138,392 000000000000026e570e1d60fe9bd3c1b23413ac591c3e35d99d3d45319b90a5 0.01 MB 12 444
138,391 138,391 00000000000007910b3cada67a03a20951038f438c123731664679960fae5603 0.01 MB 55 285
138,390 138,390 0000000000000455cc6549caa687a708fa86ee9805f388c18383cbde5096d221 0.03 MB 88 111
138,389 138,389 0000000000000299a9762d184e0694f30cbccaab8a639a524026af54be46504f 0.01 MB 19 72
138,388 138,388 000000000000032dd74b39b21c7cf87bd86fc6be7bf5a4bcf2783202bd14d3b4 0.02 MB 47 120
138,387 138,387 00000000000003129c26c92d4ea3f24546f4ace40da29a75083108bfb30bcff1 0.00 MB 12 16
Previous 10 blocks ↓
Total Size: 778.80 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: 358.20 GB
    • Received: 3.21 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.