Loading Tool

Explorer IconExplorer

Memory Pool

42,701 transactions
26.68 vMB
0.08209941 BTC
Random Selection Loading Transactions
Max Size: 139.45/200 MB

Candidate Block

Mining Attempt 3730f5282edd0712ee938e40afbe0aede377d6e32ef05e113309f34490de9934
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 5152c791a38068b4efc5383b7cffc58ac70111b1c2a6e62a3cb6f2ce03db1337
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,646
Size: 1.00 vMB
Total Fees: 0.03290556 BTC
Feerates: 151.16 > 3.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (573,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
341,400 341,400 0000000000000000122bc60cae83932c8a461960bc6258e124339de69664b424 531 0.36/1.00 vMB 24
341,399 341,399 00000000000000001006f6f38eddf946c128947a89e6157331b0e7151ee95965 814 0.42/1.00 vMB 24
341,398 341,398 00000000000000000551426f56bdd9407cae1664ebaf31b3463dd576eea30ec9 1,118 0.61/1.00 vMB 27
341,397 341,397 0000000000000000108af6d7115e6f4b7e84114baf614e4ed9a0a2983eda73ef 495 0.49/1.00 vMB 15
341,396 341,396 000000000000000019d4ed92fb2156bbaf66ba30ce192936e2c4bc2148b22046 256 0.09/1.00 vMB 33
341,395 341,395 00000000000000000bd9dede2707b532a4fde0a7e30344cdca08bf620c846e1a 906 0.39/1.00 vMB 26
341,394 341,394 000000000000000003e7e1e023cd43c2aff85c63d356a1a68e1657e1af5f34cc 286 0.21/1.00 vMB 22
341,393 341,393 0000000000000000150d9d8d058727b2fddb82ab63cb011d8b3c62d71892f8a4 659 0.34/1.00 vMB 24
341,392 341,392 000000000000000009a434f7eac38e6c4988b0efe3d0d8c186791a5fa9293c0f 934 0.51/1.00 vMB 30
341,391 341,391 000000000000000007f70006754971d4f190ebc9f602fc572e5d9b22d3739fce 740 0.45/1.00 vMB 26
341,390 341,390 00000000000000000f9c5bdb3b5060e27f39bc94f7dfebe9f5c59f3ca44e28b7 166 0.10/1.00 vMB 23
341,389 341,389 000000000000000017e4e35f99ea3928866cf33cd43d7d97f42b9d00adf65dd9 116 0.10/1.00 vMB 18
341,388 341,388 00000000000000000df6a0d8a296604bcf65a8bf7af045d982457084662cbd94 743 0.44/1.00 vMB 26
341,387 341,387 000000000000000013ebc8b53625c8d4ceaf5de1c78c69c6e124526324faa437 1,059 0.48/1.00 vMB 27
341,386 341,386 00000000000000000529abb80489e235cf269f3038bd4a3f10b3cb96ca28da03 615 0.36/1.00 vMB 27
341,385 341,385 00000000000000000211f825aebdcb75c1183a5b1080f75c83c63eab9423e8d3 292 0.15/1.00 vMB 23
341,384 341,384 00000000000000000ceb2ea85e6501cf685a6cf1901a429b6fcf9e366a9f9bda 608 0.26/1.00 vMB 27
341,383 341,383 000000000000000012d66daccf23f3d0dc77eea799bca40ea34118e1600ee5b4 245 0.10/1.00 vMB 15
341,382 341,382 00000000000000000bafbeb893ec5583e93f5a6df28d4c6350fb3d86e8223143 119 0.06/1.00 vMB 22
341,381 341,381 0000000000000000094b5baf0552683cad938f617161c03ecd1ca85eab9f5c13 413 0.22/1.00 vMB 22
341,380 341,380 00000000000000000360ac9a9daa6001c5c94c7f5510cbf9e0d476a6483eeffd 829 0.37/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.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.