Loading Tool

Explorer IconExplorer

Memory Pool

14,751 transactions
7.55 vMB
0.01926328 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.08/200 MB

Candidate Block

Mining Attempt ec8480bfdf39205fcd8df868c58efe8dc91954d740dde8ec90ac7c857fab6be1
Version 20000000
Previous Block 00000000000000000001a8107fc94f72301ddf1d5f3fe20a04aec1708cd7cc55
Merkle Root 829bf10245239374a38d0e7b5c37623bcdd6d5c4460bb713f55a0695b244377f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,583
Size: 1.00 vMB
Total Fees: 0.01517705 BTC
Median Feerate: 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,423 (709,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,106 204,106 000000000000008583dbbe6c9ba892e0ca758e0f8ea40f53acaeb68b27b27d1f 112 0.07 vMB 79
204,105 204,105 0000000000000041b976640b70a310c13e4de179a80fcee502dcfe6583b5379c 8 0.00 vMB 238
204,104 204,104 000000000000044dd64bd13a4a169cdf52b78f5868420430bc34553c35cfba96 120 0.06 vMB 293
204,103 204,103 000000000000022b9f1944faab5d9dcf6e6d2164d0141d90f7a3f0c33d22a2a5 84 0.03 vMB 107
204,102 204,102 00000000000001510a3e45a4829a7b8e21b0bd029a71d0114fd190ba3bd2b46c 85 0.04 vMB 123
204,101 204,101 00000000000003e5387c1bd28d5cfd4072098dd90b1f8dc09a9165a32693e832 26 0.01 vMB 95
204,100 204,100 0000000000000363d7f5f3341fb0b5b69949103e2d681591c9f737e4ea67e2a7 66 0.03 vMB 156
204,099 204,099 00000000000001bf75342004714f45384237f18dc1b3c108786e2c5b41a1db4c 340 0.19 vMB 22
204,098 204,098 00000000000002227f46f04e762ee8fff070e4d1972f2efb6c2295580561ed01 166 0.16 vMB 91
204,097 204,097 000000000000025512e50cfcb8d79b6e903440b2043697831534ffaf78cf495b 341 0.17 vMB 213
204,096 204,096 000000000000027127015571bf95750eac5ab0090a1acb1bc8311a972c4970e4 133 0.05 vMB 18
204,095 204,095 00000000000001bf168d335b23712769c543fdc9d4b15c224775f855141672e8 64 0.03 vMB 36
204,094 204,094 00000000000003f67b76808632bbb8b554f75f35bbb8705141c5c840de0d270f 130 0.06 vMB 116
204,093 204,093 00000000000004e31a877bff5f3d80b5daec5c5d3130b1638142ce9b880f5dfb 127 0.06 vMB 119
204,092 204,092 00000000000002c2f6aa7016213a7c624432c397c87f289ea6b8cf769f580e06 168 0.12 vMB 84
204,091 204,091 00000000000002924b5f51a426400604aea38bb0fb8fd831d2d481774c82fbeb 53 0.05 vMB 1
204,090 204,090 000000000000018d309a4d40e9aec5510bd6abffccf29123b85bea335a7bd576 56 0.05 vMB 20
204,089 204,089 000000000000003b734948bc381b8495eddbaac255b735674778a8cc1d5c5be2 52 0.04 vMB 40
204,088 204,088 00000000000003bf71838593dc42c38f7a5486b00a6b141d14205f791c7afc3f 278 0.12 vMB 125
204,087 204,087 00000000000002cb921924cc23d4219e841edfd750a8dac5ec345710fecd1e72 127 0.07 vMB 129
204,086 204,086 0000000000000540cc48a9e3b651fbb7d927a294ebc61854631845fc07425d0b 4 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.61 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: 296.19 GB
    • Received: 1.25 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.