Loading Tool

Explorer IconExplorer

Memory Pool

112,603 transactions
25.57 vMB
0.08221248 BTC
Random Selection Loading Transactions
Max Size: 186.63/200 MB

Candidate Block

Mining Attempt 92fa1dd5c03f107f8075dd21c8238594542a248b0500eb5c1ea070ed966d0cab
Version 20000000
Previous Block 000000000000000000011bd0c64a2446d36cf0a9cf43eb88e7fd6482136fd2a0
Merkle Root c53108aa11928cb6ec36b8d874fcc358344c225646e8220c5be001680439d6a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,199
Size: 1.00 vMB
Total Fees: 0.02191913 BTC
Feerates: 77.57 > 2.20 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,453 (240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,213 916,213 0000000000000000000084998cabc0ccc58544ffffc0696986e3326972162851 2,579 1.00/1.00 vMB 2
916,212 916,212 00000000000000000001f65f51b772b66637b5266c3ec594c53abbfda4d2c092 4,408 1.00/1.00 vMB 3
916,211 916,211 00000000000000000001063f8c39bbf034dab8a234f30c00f5f7d0975efc77bb 3,792 1.00/1.00 vMB 7
916,210 916,210 00000000000000000000eeff408fac8c7a8d843c770432d4b174a25c7ede34f8 3,443 1.00/1.00 vMB 3
916,209 916,209 0000000000000000000143437bb05d36d26a2a002dfa3a5d6a1770925748fded 1,572 1.00/1.00 vMB 1
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
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: 11
  • Data Transfer:
    • Sent: 902.52 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.