Loading Tool

Explorer IconExplorer

Memory Pool

121,959 transactions
27.81 vMB
0.22767780 BTC
Random Selection Loading Transactions
Max Size: 199.99/200 MB

Candidate Block

Mining Attempt c8166e4da5f1fb0be871e47bef56b56c708107007c54d0fd928817e33beca201
Version 20000000
Previous Block 0000000000000000000050fb10c9c6c347bd02f11ae4ad70c97b92a88e5be595
Merkle Root 654f389fa2e68b7203664c3e76058bf479bcf7421b047ec8510fb5302a7543c6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,886
Size: 1.00 vMB
Total Fees: 0.08704538 BTC
Feerates: 602.09 > 8.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,467 (268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
916,187 916,187 0000000000000000000098c0168ecd19e51a002933840aadeb6c7d5232973e06 3,773 1.00/1.00 vMB 5
916,186 916,186 000000000000000000019dc6188d9a0528d730307c82c5238e0cb465ddfcc4f7 3,351 0.89/1.00 vMB 3
916,185 916,185 00000000000000000001cb8b3ab7e219c1c75a7f1c48045601281e3b60beb47e 5,668 1.00/1.00 vMB 1
916,184 916,184 000000000000000000005c3de2247ce79eb29ec8a246acae61e8a8856a3b7d95 5,745 1.00/1.00 vMB 1
916,183 916,183 000000000000000000012c9006185c26fd162da81ad096f3cbf9ba1d7be4ab25 5,910 1.00/1.00 vMB 1
916,182 916,182 00000000000000000000f1afdd62a89a12d4fe04c03a506c891f451533104c19 674 0.17/1.00 vMB 2
916,181 916,181 000000000000000000009329b321af23c02092a000b9cf823788f359b2e20a91 6,806 1.00/1.00 vMB 0
916,180 916,180 000000000000000000011c0208b21b29267c56583544b2f6eedeb7a6c4ed8ee3 2,943 1.00/1.00 vMB 2
916,179 916,179 00000000000000000001ef2b3694d73a1abbdba9443714f4960e2624f2b49ec8 1,356 0.46/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 784.91 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: 907.63 GB
    • Received: 27.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.