Loading Tool

Explorer IconExplorer

Memory Pool

86,523 transactions
31.78 vMB
0.10759618 BTC
Random Selection Loading Transactions
Max Size: 194.65/200 MB

Candidate Block

Mining Attempt 86bd0ace9894fb67aee98079e5f5bb91bfd3f4c262b253462086afd7a49fe795
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root a55c5c63452277badb98848a79230e3cddf85d3c5462c5d24bc6311c7c974505
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,882
Size: 1.00 vMB
Total Fees: 0.02732846 BTC
Feerates: 1,236.26 > 2.74 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (621,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
293,557 293,557 000000000000000051547962af919d75da497902ecaa7c49206f3212e750b1d9 155 0.13/1.00 vMB 20
293,556 293,556 00000000000000003ac55200da6980781b0db2dd5342c3f6f85e77b1a2589e57 1 0.00/1.00 vMB 0
293,555 293,555 0000000000000000cd88af5ff071c7b522145bee02430e9b649375ce24f86bc7 14 0.06/1.00 vMB 5
293,554 293,554 0000000000000000c1423cb2427a51159711fe3167eff3dfd046d4467c476f58 80 0.05/1.00 vMB 33
293,553 293,553 000000000000000038ce64644a4bc63bb97bdde2e46e0f27ae3bf61665708777 152 0.10/1.00 vMB 25
293,552 293,552 00000000000000000acef652ad3b9a616fb17143b8ce46abc01ab9c7536a7316 256 0.10/1.00 vMB 41
293,551 293,551 00000000000000000cd6ee10e7ff39fc7d81aa68ea9eb987d3bca2d23a465e45 369 0.25/1.00 vMB 28
293,550 293,550 00000000000000007b21f8d1e7e27823fd22b8a9173c75f0761b32fa3997eb53 261 0.18/1.00 vMB 29
293,549 293,549 000000000000000029968472fcaae0bf9ed43507759519af61bb27cafb794eb0 663 0.29/1.00 vMB 39
293,548 293,548 000000000000000059a2a3bb33423129f066111c59ae5583e0ab4d2f984b4e04 458 0.53/1.00 vMB 17
293,547 293,547 0000000000000000ce008fb512624eb3a495306e741609136fdfd52ad3d826a1 512 0.18/1.00 vMB 60
293,546 293,546 0000000000000000a96db227995bef4172e9b069fb0b9671d879f9d26b6e6169 413 0.35/1.00 vMB 21
293,545 293,545 0000000000000000b41fdadcabcc47003981430704467b769452d6296299869c 1,024 0.34/1.00 vMB 51
293,544 293,544 0000000000000000d608e815c54b084673e8a253c0c4288342d0d84f4609fa1a 98 0.04/1.00 vMB 38
293,543 293,543 0000000000000000c34b50c6b8acca54050b8835a252e2dc8fc25aca03b88a53 77 0.03/1.00 vMB 25
293,542 293,542 00000000000000003dcc91fd34530b6c0ddf2a440574ddd671a15e770ba44cac 348 0.21/1.00 vMB 36
293,541 293,541 0000000000000000672404351926e8c265e0bd4a39bbbc5ef1725ee8d2854399 524 0.40/1.00 vMB 27
293,540 293,540 00000000000000002aecaca0a7efd39a190e02021748170525976543377d4a60 256 0.10/1.00 vMB 56
293,539 293,539 00000000000000003e1d7907f9dc312e1ad3a09f427d507eb916781261253115 149 0.06/1.00 vMB 35
293,538 293,538 000000000000000048cd918371723fe49b6c37da777af558bf7cc989343583ae 326 0.09/1.00 vMB 28
293,537 293,537 0000000000000000954bb88dd75057c048214231f0f3a4ef52c1d55e39413ffa 163 0.31/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.04 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.