Loading Tool

Explorer IconExplorer

Memory Pool

82,004 transactions
31.46 vMB
0.10689123 BTC
Random Selection Loading Transactions
Max Size: 189.47/200 MB

Candidate Block

Mining Attempt 085d2ba1ea57d5551d2032d93d79230a0646074a0bc1b23650f88daf2cf0ac57
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root c9981da28ef5e662a9c01cfe06a121acebe10502dc93b97974e48736727ceedf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,966
Size: 1.00 vMB
Total Fees: 0.02695387 BTC
Feerates: 318.30 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (631,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
283,429 283,429 0000000000000001dc5aec887eeb9b2c5051e72ce62d3172379c07b7ec557d6c 60 0.04/1.00 vMB 33
283,428 283,428 0000000000000000c6c80d6abf955e5e1dd69826ae8323e233e4c4a30ae4a5a8 131 0.10/1.00 vMB 21
283,427 283,427 00000000000000004b0ed3f9c9cf957f98090bcbaf0ba1cdc67c6139245ae684 327 0.27/1.00 vMB 25
283,426 283,426 0000000000000001f1d498efbe574d522c596a5846ff49ca0b8002dbcda77928 231 0.22/1.00 vMB 26
283,425 283,425 00000000000000010a9c5796a2b539248776755db4d35341473b82bf062239d9 683 0.35/1.00 vMB 38
283,424 283,424 000000000000000164c54a3e1026f0f8b3e6e70680b8efc758040db760c2a4f1 747 0.25/1.00 vMB 67
283,423 283,423 0000000000000001811dbd437eff8a72b47d7df5ad106be900a218a1bc086c94 307 0.13/1.00 vMB 43
283,422 283,422 000000000000000152287fa5ccb5286327afe6046ac94672c5bd080cc889b6c2 165 0.19/1.00 vMB 15
283,421 283,421 000000000000000053237a7d6be795ba875ed8b26dc9d78b828eeb1e6f31c8a3 990 0.35/1.00 vMB 55
283,420 283,420 00000000000000016f71558b61129d1aa2fdbecc7d2fbe24ba1e0bae440f14fd 445 0.27/1.00 vMB 39
283,419 283,419 0000000000000000f8ade8da1520f547e2c633af9706ba371b6d49decde73fb2 515 0.29/1.00 vMB 41
283,418 283,418 0000000000000000f21424d22c9325780dbf8efc1f135ce3f306e027d64ab0d9 355 0.18/1.00 vMB 44
283,417 283,417 0000000000000000078c0c5d89f20cb359dcbb103502aefc3f75768bd63008c4 21 0.01/1.00 vMB 30
283,416 283,416 0000000000000001cfb8c8f6305fd84dc51c94a1b4de1900badfccdbe1c1078f 105 0.06/1.00 vMB 19
283,415 283,415 0000000000000000383915dbaa56e1d1e9a0184f1f50fc339cd88b2a45ec9b9c 158 0.11/1.00 vMB 58
283,414 283,414 00000000000000019bca201028d26a53780fd97cc7460d1aa91538fc0a0d473d 91 0.05/1.00 vMB 36
283,413 283,413 00000000000000017a28293bdc3d7284f9f2bd0fab5e508b98381d629db6c123 842 0.45/1.00 vMB 35
283,412 283,412 0000000000000001e635b4724f284bd3d168f7809fb4a834f4dd8cdd10e146f8 25 0.01/1.00 vMB 54
283,411 283,411 0000000000000000e0524b3e1e7bb7f0ee1c7f4906176e464b46f9839a02ebe2 510 0.24/1.00 vMB 43
283,410 283,410 0000000000000001d6b36f7a4c31ea81e99bdb702b18aac859275e57bdd101c6 118 0.05/1.00 vMB 71
283,409 283,409 0000000000000000f89d1dc170fc198322ba79e8ee6a42c26a19694803bb2623 253 0.16/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 783.00 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: 718.78 GB
    • Received: 17.95 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.