Loading Tool

Explorer IconExplorer

Memory Pool

81,056 transactions
30.07 vMB
0.09507213 BTC
Random Selection Loading Transactions
Max Size: 179.31/200 MB

Candidate Block

Mining Attempt 678a410c5f74d49fe9b51d94c8fc8d3117e7c388666fb6dbbf8342f9f254eadc
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 2e8362f68da5420589ee21bee3f9eb79397a0d725d93ee907b90eafac5ba7d9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,691
Size: 1.00 vMB
Total Fees: 0.03160959 BTC
Feerates: 100.37 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (728,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,320 186,320 00000000000002174fbe4bdae7527340ff3bd5499193015863a5b0527084bbcf 568 0.24/1.00 vMB 125
186,319 186,319 00000000000001de3806c2c59a763aa68c1f725af8d7bee4d34e4e9d97c4519d 137 0.05/1.00 vMB 81
186,318 186,318 0000000000000517fe02e0a3da968377a3e183bb3c95bba248526ea21aa891f9 557 0.25/1.00 vMB 126
186,317 186,317 00000000000003bd60979edc49a63976398366e13d376fb2141999311566c82a 86 0.04/1.00 vMB 121
186,316 186,316 000000000000055c8288258f7806a0c52605d6ffdd9ebf6933f7907ceacc9ba6 186 0.06/1.00 vMB 26
186,315 186,315 00000000000000e25f3b156c9db3024c4aad384e07be3e13e84171b8501a6015 31 0.01/1.00 vMB 85
186,314 186,314 000000000000065b526e8d69ddfae47c620e7348a24e63968f083552c89892b6 23 0.01/1.00 vMB 112
186,313 186,313 00000000000002d0eae8b0e53753514b2ce28dd9ccbeb75707ff935145b6229f 26 0.01/1.00 vMB 107
186,312 186,312 00000000000001972c59a89d010e09aed98c0c60a89c521832830f99f5253aa8 448 0.20/1.00 vMB 116
186,311 186,311 00000000000000d01a9cac5a9615258fa6b053ef0ae9d4a5d6faff905d991036 149 0.06/1.00 vMB 598
186,310 186,310 00000000000001763b5e23fb7e3596da6bfafdf16db3b149fc2d1e30fd1a5513 203 0.10/1.00 vMB 138
186,309 186,309 0000000000000789bd77e2f221553aff4239bc7dbf72fc00487ec9b08e411aed 558 0.23/1.00 vMB 118
186,308 186,308 00000000000003dfc75548fc2fd39f0f6b2f525eb9104b062ea10082e3d7fba6 323 0.13/1.00 vMB 179
186,307 186,307 00000000000001c8fd6daadb3045c4475f90fa33ab18690eb7435dd261e54c14 11 0.00/1.00 vMB 0
186,306 186,306 000000000000005594d592e44760fb54627cb8237ee16e657b9855c504d3482b 24 0.02/1.00 vMB 74
186,305 186,305 00000000000006f47dc3f92cee880e352a159bd8e0599c1affa7dddbab59af2c 346 0.22/1.00 vMB 72
186,304 186,304 000000000000098f14a4b75b1ecc6785122c2bf2f01bda27ce4d491a51c7c07c 303 0.10/1.00 vMB 199
186,303 186,303 000000000000022600f4a9983841add20bfa96d7bf9cc8b495ae21106ad4d98e 9 0.00/1.00 vMB 30
186,302 186,302 0000000000000866ebd67c4b2efc7fa108bfceeaf3f3183c7c4de6e88db019ab 111 0.03/1.00 vMB 11
186,301 186,301 000000000000040e4d1da66ec1b11860d9efb116732aefa94b440f4ead2d6c5f 1,094 0.42/1.00 vMB 169
186,300 186,300 0000000000000566300f60e60a76570ab3aed7d9d9bbc342a444c353a4c19af1 202 0.06/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.50 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: 668.42 GB
    • Received: 15.51 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.