Loading Tool

Explorer IconExplorer

Memory Pool

80,734 transactions
30.78 vMB
0.08554099 BTC
Random Selection Loading Transactions
Max Size: 186.89/200 MB

Candidate Block

Mining Attempt ad646463e1366ba7da55ff2ab4064e55c94c87ed76dd2e3e9e169c040a56098b
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root e232d71eb95bd9aa7fe4d414c1a477909d892da815682d0b65b818ba808fb54b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,014
Size: 1.00 vMB
Total Fees: 0.01951274 BTC
Feerates: 351.58 > 1.96 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (492,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,443 422,443 0000000000000000032992e27e39e125c908a4bc8475ab96c712e7f35d69efab 2,102 1.00/1.00 vMB 122
422,442 422,442 0000000000000000015c34e91eafc8de0796c056c1b2a39cd62efeb418b3482e 2,459 1.00/1.00 vMB 75
422,441 422,441 000000000000000003d7ee7ee9d26fcfd5abe44d97bdc3bdac73a21384ea2136 1,185 1.00/1.00 vMB 81
422,440 422,440 000000000000000004a89463e4b6859e84c62863ca00816ce69b9e6ab03d1201 1,971 1.00/1.00 vMB 119
422,439 422,439 00000000000000000177f5a42daa903509ad2b9249c1563a5ec4eff240c60b63 1,569 0.79/1.00 vMB 77
422,438 422,438 0000000000000000005f9e1befe2ab2489a03f7e0d76ce519ae763a8b37a1506 1,078 1.00/1.00 vMB 34
422,437 422,437 00000000000000000501528e41558072bee4cb982e590c553dfae00958a81beb 2,106 1.00/1.00 vMB 63
422,436 422,436 000000000000000001818b33496bd324e2727fcad1c295ce89c6e26c33ad9d0b 1,893 1.00/1.00 vMB 92
422,435 422,435 000000000000000001aaccbcde1920e418b517ec9b5963efdabf47675e54e267 1,594 0.90/1.00 vMB 52
422,434 422,434 000000000000000003e263cdebf9c53c3b107eed4c3ef83b1fe956fdafb5879d 2,132 1.00/1.00 vMB 71
422,433 422,433 00000000000000000211f56a2259c4c8c400bfef9a8230ee0a83d37938bd7cd4 1,971 0.93/1.00 vMB 95
422,432 422,432 000000000000000004d43e6c3f91186083ca3ca44d0d8e0c8b9e5cc41bdadfc8 1,544 1.00/1.00 vMB 31
422,431 422,431 0000000000000000022a98a45e7b92ea0ecf2b2de628011a6add72ab18361535 1,747 1.00/1.00 vMB 77
422,430 422,430 000000000000000002b43b64ab22a7fa49d9bdfe8f55b4e837ce76877c9a37df 1,509 0.75/1.00 vMB 43
422,429 422,429 000000000000000002ac32b9a5168accc1ebcee90e9bceb3d2ea305c997d2a11 1,995 1.00/1.00 vMB 74
422,428 422,428 0000000000000000020d1432f358147759cfcf39057887faf86a07ede7c05b08 2,330 1.00/1.00 vMB 60
422,427 422,427 0000000000000000005b0ffa46fd6942fc618a98ef87ab670463e4d35e95fd5f 1,626 1.00/1.00 vMB 101
422,426 422,426 000000000000000003495a59e280c9470bdf2679313690698a0404a168e5c5cf 1,593 1.00/1.00 vMB 79
422,425 422,425 00000000000000000067428fbe51ad15acba5d093ffe9227f5e2df9f740b6193 2,494 1.00/1.00 vMB 68
422,424 422,424 000000000000000000f12a37307a3c46d626d8521d5a004767ebf7f448d7c597 34 0.10/1.00 vMB 71
422,423 422,423 000000000000000003eef8330163d54255ffb4df9e12cabc855481b598e6f824 1,458 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.75 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: 708.64 GB
    • Received: 16.74 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.