Loading Tool

Explorer IconExplorer

Memory Pool

20,757 transactions
6.23 vMB
0.01641271 BTC
Random Selection Loading Transactions
Max Size: 41.44/200 MB

Candidate Block

Mining Attempt cdec8ebe35588b7160169a94b7834452198bda71f084394bd9e894c6b2cbc95e
Version 20000000
Previous Block 00000000000000000000e2283167cf9aed2a93afb337e866d7d04acaa7784b94
Merkle Root c4dff9f4f0a59396d10bdf00901c587882198a0d40f678ba808ac2c810a71f6f
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 4,162
Size: 1.00 vMB
Total Fees: 0.00394730 BTC
Feerates: 41.57 > 0.40 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,305 (21 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,284 917,284 000000000000000000004ad5f922b795e6a626717875acd3166035a555b1bf49 3,103 1.00/1.00 vMB 1
917,283 917,283 00000000000000000001bfcca0e692c0bbfe3ac117ac15ead4f2665578163db3 3,053 1.00/1.00 vMB 5
917,282 917,282 00000000000000000001760e1d907db6aa8b4b3945f0b19e8421b353cdf2d624 1,886 0.59/1.00 vMB 2
917,281 917,281 000000000000000000000c136f9f54e2e4a147dc22dab26b924505e1d892d839 1,366 0.44/1.00 vMB 2
917,280 917,280 00000000000000000000a1ac5fb4674cfd0e1b2b1c47f79038515382ec5eb678 1,556 0.48/1.00 vMB 2
917,279 917,279 000000000000000000010919a63dfd4bb86037ad9f2c26cb8e4f3b18d345cb4a 3,844 1.00/1.00 vMB 1
917,278 917,278 00000000000000000001aae236141f8b0326eb9c35c4b54cab2f3e315f283163 3,588 1.00/1.00 vMB 2
917,277 917,277 000000000000000000013aea926a713092314f225c65dee959e2e8701d1eb3ba 4,399 1.00/1.00 vMB 1
917,276 917,276 0000000000000000000146d4b9ff26db30d508269b0b742929d5639c74b8ca9d 4,165 1.00/1.00 vMB 1
917,275 917,275 00000000000000000000a922b8e1678ea444849f92463a9e5954416dc9581d1e 4,068 1.00/1.00 vMB 1
917,274 917,274 00000000000000000000c52a0c8b810784cc0e53fb2a29cee940901111716277 5,267 1.00/1.00 vMB 1
917,273 917,273 00000000000000000000296c45b1abc1cd19c086102892f1022b9a4a84e2705c 1,402 0.42/1.00 vMB 2
917,272 917,272 00000000000000000000c3c7e67e217bc0686832bd6adad4df3ba63ef65aad04 2,848 1.00/1.00 vMB 1
917,271 917,271 00000000000000000000f7e271f5a5e77404d0cb5477bb18d5d80f69ac8ed499 2,942 1.00/1.00 vMB 3
917,270 917,270 000000000000000000013c1fe1c5e4ebfcfe40f883422a137b6f351418e05540 4,270 1.00/1.00 vMB 1
917,269 917,269 00000000000000000001a6a12f301a11165ad207637665c4f342b24fd8307449 2,274 1.00/1.00 vMB 2
917,268 917,268 00000000000000000000bd890aadac2fcaaac8ed1c97c834d6e3d3cc2e4782ad 2,946 1.00/1.00 vMB 3
917,267 917,267 00000000000000000001c2ad3aefd3cae493e05c15a995ed7d355af9fd24aa8b 3,233 1.00/1.00 vMB 2
917,266 917,266 00000000000000000001c685a2f41994f6e772dcab8d4187e51cb9d05399662d 3,419 1.00/1.00 vMB 3
917,265 917,265 00000000000000000000cb76e92bedb61d5a491864835e6e4abdbac8bd2b4329 3,777 1.00/1.00 vMB 5
917,264 917,264 000000000000000000016ac943dfbba58b636e36a589bcfb4935bf81765d0b57 2,077 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 786.33 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: 999.28 GB
    • Received: 32.70 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.