Loading Tool

Explorer IconExplorer

Memory Pool

79,017 transactions
29.74 vMB
0.09242187 BTC
Random Selection Loading Transactions
Max Size: 179.55/200 MB

Candidate Block

Mining Attempt 7a12009ab3c9225f7aa557f649d85670c3f8121772c748beb96c15900ca20a4d
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 356ab0fa4c1a7d29f702b2addd3b9521c9b9aa470252f40a85ca5b36637e5aa1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,456
Size: 1.00 vMB
Total Fees: 0.02604235 BTC
Feerates: 101.62 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (423,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,335 491,335 0000000000000000005e63e2890910ef98af3e74f438072dfca76ea0a8a76c33 2,285 1.00/1.00 vMB 139
491,334 491,334 000000000000000000ab7b3f6f6eaac407907415780b71bc7f4c8e44781038d4 1,502 1.00/1.00 vMB 117
491,333 491,333 0000000000000000000e1b748a2adcc833d416394cfbe404fbb734a84bcdf697 1,385 1.00/1.00 vMB 131
491,332 491,332 000000000000000000c7db60d1cbeadd652fdd66f213b49d51a7532266c53ed9 1,357 1.00/1.00 vMB 137
491,331 491,331 000000000000000000d4cfea0ae95c0b4939f165a41c2512838d1c6bfea12e86 1,538 0.95/1.00 vMB 122
491,330 491,330 0000000000000000005eacd2d3d699d65e4d75ff6ff74c30b0788faf16a1c94c 1,848 0.95/1.00 vMB 154
491,329 491,329 0000000000000000003afbd208cb1f62eb4a96bf75ec897a82985c7b19b59287 2,282 1.00/1.00 vMB 156
491,328 491,328 000000000000000000c67628f1f3c78dfee0d98f2bd8e89902c269f2359a3f76 1,473 0.71/1.00 vMB 170
491,327 491,327 0000000000000000009524697d631b45360a160db178ecc10d829ff747b7c422 2,278 1.00/1.00 vMB 156
491,326 491,326 0000000000000000007eff3bc19d22336f4438cf01628e228f1c608d3167cd2c 1,806 1.00/1.00 vMB 306
491,325 491,325 000000000000000000d2dc4713aad5ec63b5b06c9f50daa6134ffff7fbb60379 2,303 1.00/1.00 vMB 143
491,324 491,324 0000000000000000004e9a42414a66f8467509f01e39257340d382fc6625fc57 2,439 1.00/1.00 vMB 107
491,323 491,323 00000000000000000015783ddb828e4bc74e6f018a4f33571f72f215e818f6ea 2,135 1.00/1.00 vMB 173
491,322 491,322 0000000000000000002b1c4fde7d7e352a72bb0684c254bc1eeefbc769eb6f82 1,707 1.00/1.00 vMB 113
491,321 491,321 000000000000000000bb6bb858ebc74e649577f1b2ad38e9630d361289beebc9 2,399 1.00/1.00 vMB 19
491,320 491,320 00000000000000000007643195dbfa3069dc68ecb4183c287d099304f23edf0e 2,030 1.00/1.00 vMB 47
491,319 491,319 000000000000000000863acf8424d5640c126867872bb3c8c3df4dadab933067 1,679 1.00/1.00 vMB 103
491,318 491,318 000000000000000000a4dd707e639be818f4858541d02235cde4a3790127ec21 2,401 1.00/1.00 vMB 129
491,317 491,317 0000000000000000001a52455020f89fc69bf9d4082a58bad16e988c1749e77c 2,387 1.00/1.00 vMB 114
491,316 491,316 0000000000000000000f40a718f055621a923c5af3251a0a0383322d7814753d 2,248 1.00/1.00 vMB 116
491,315 491,315 0000000000000000008053a9fc9b5828f39b8c461841eead826ec59db1b7b1f5 2,557 1.00/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.