Loading Tool

Explorer IconExplorer

Memory Pool

112,840 transactions
25.65 vMB
0.08520942 BTC
Random Selection Loading Transactions
Max Size: 187.05/200 MB

Candidate Block

Mining Attempt 790e85c579928cf25b31a448daa571c7a489ed84932018271fe9532883c55d34
Version 20000000
Previous Block 000000000000000000011bd0c64a2446d36cf0a9cf43eb88e7fd6482136fd2a0
Merkle Root 69e69c6c547ec5ddc18cc6c8c9e7f94e354ec4e709acf724d29567a1defb758f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,573
Size: 1.00 vMB
Total Fees: 0.02468014 BTC
Feerates: 402.09 > 2.47 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,453 (245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,208 916,208 00000000000000000000fe09e375226da31e6de1ebe6ec7bb591cf5b1b7ed65f 1,053 1.00/1.00 vMB 1
916,207 916,207 0000000000000000000035fe6db111c0e0fc5c8c7b829cd7d41ac9383eb6d77d 2,447 1.00/1.00 vMB 2
916,206 916,206 00000000000000000001401959dc9f0fe5b764c0be2f77e17d7de944dfac777f 4,581 1.00/1.00 vMB 0
916,205 916,205 00000000000000000000fe2b1333693d711ddfa80b570a770d93121907b51d23 2,662 1.00/1.00 vMB 1
916,204 916,204 0000000000000000000168247b86044f811a57dee8c6a16d0a7b8c8e46bb0d00 2,019 1.00/1.00 vMB 2
916,203 916,203 00000000000000000000fa5be6d1a9729391b3ee71738bd43f7ebbe8f9603207 2,047 1.00/1.00 vMB 1
916,202 916,202 00000000000000000001d95d5c3b832c7a78262500f9c5057b889b0f35702c9b 3,362 1.00/1.00 vMB 2
916,201 916,201 00000000000000000000f07f586abf62cb55629a79da2c34d19e782d40189b64 2,055 1.00/1.00 vMB 2
916,200 916,200 000000000000000000003b57a64583fe0544d3eddd4482f82ad0509fe1b9e7e2 4,166 1.00/1.00 vMB 4
916,199 916,199 00000000000000000001ba9ae48921c6e6120d1331d31b74fe17de81eb64d3f0 3,569 1.00/1.00 vMB 6
916,198 916,198 0000000000000000000059c0323d4c8aaf82ae152e9ed0d110c4d2608b107493 4,028 1.00/1.00 vMB 5
916,197 916,197 0000000000000000000025975690ddc7be9c753a1b47fec88bbd2ef4f7d6b312 3,473 1.00/1.00 vMB 5
916,196 916,196 000000000000000000016fde65b6b536b1901d5b1ee7193e571360e345df6c57 2,450 0.83/1.00 vMB 1
916,195 916,195 000000000000000000011e7bcdf5694609fa2ebe8b677b5399cc0f2633ec3938 3,340 1.00/1.00 vMB 2
916,194 916,194 000000000000000000003d2acacd8849e93f13a5ed2bd5ccb0626f0cb09abe97 3,802 1.00/1.00 vMB 3
916,193 916,193 000000000000000000019e79860ccd13d417e03b066e8a3661ec754572b673d8 3,777 1.00/1.00 vMB 4
916,192 916,192 000000000000000000016e9a6423e103a8d89eb5ec8c035e45d4106486789bbc 3,081 1.00/1.00 vMB 2
916,191 916,191 0000000000000000000045b06345370ebd103ba1221a6d6a92df35f018974258 4,691 1.00/1.00 vMB 0
916,190 916,190 00000000000000000000eba1e79f9a01be06cea6f2a022a4f93763f9c6b7cfd7 5,128 1.00/1.00 vMB 1
916,189 916,189 000000000000000000011ddcef0784a16667b53e88b6b5395de696fadd0e2553 5,892 1.00/1.00 vMB 0
916,188 916,188 000000000000000000010f11481b31cec3e8432a079bbb16f723cdd9ef878006 3,259 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 784.89 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: 902.59 GB
    • Received: 26.92 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.