Loading Tool

Explorer IconExplorer

Memory Pool

79,987 transactions
29.77 vMB
0.08230221 BTC
Random Selection Loading Transactions
Max Size: 178.85/200 MB

Candidate Block

Mining Attempt ad1d4a0cc595ac83101d74f562804dd27ed5718ef918b6fb679cac7a9497564d
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root c29faffcb54d3f09687c4f337653a62c8aa4b6fdf2541c84c815c0671bbcf2d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,117
Size: 1.00 vMB
Total Fees: 0.02167723 BTC
Feerates: 502.65 > 2.17 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (342,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,264 572,264 00000000000000000022e934fd081aa7643eebd61316568db7335a7a92df5427 1,812 1.00/1.00 vMB 69
572,263 572,263 0000000000000000001f321e739ac3f934f8435bbd3d045d1823331067778ae0 2,077 1.00/1.00 vMB 68
572,262 572,262 00000000000000000001c360c6fac955e3f2232188149126678f8654e05a0dde 295 1.00/1.00 vMB 39
572,261 572,261 0000000000000000001a435a4d3613fdc3bad6692d0e5e8c6ee1cb92ca7f9bd9 1,582 1.00/1.00 vMB 51
572,260 572,260 00000000000000000019d703fb5c4bffae1d7a6b385a320b0474262f0b1736da 1,643 1.00/1.00 vMB 60
572,259 572,259 0000000000000000001e94ca2a9c0ffd92396ab9ccffb98acdedb3b4f5abd7b3 2,218 1.00/1.00 vMB 76
572,258 572,258 0000000000000000000a0b153989604f28e311eb6d18ae295963a0121e96b818 2,851 1.00/1.00 vMB 82
572,257 572,257 00000000000000000013a0fcca736b5f3b99e65952b30c54c5ebe90a5c74f4ab 1,597 1.00/1.00 vMB 51
572,256 572,256 00000000000000000029194db45f1ae24c36991c314e88c59a0e5ff2cfb8399c 3,380 1.00/1.00 vMB 48
572,255 572,255 0000000000000000001a9e22d3fdce9e7ecb37ba363e724d782b6c82a4701df6 2,434 1.00/1.00 vMB 53
572,254 572,254 00000000000000000027c1d93620007881bbae394a80a0eb1559987309eedf02 2,364 1.00/1.00 vMB 71
572,253 572,253 00000000000000000005a5da7f5a2f8330cd84dcc556f89708415ab44851450a 779 1.00/1.00 vMB 56
572,252 572,252 00000000000000000010ba3c5e52896790c73252c03d58947a68b5b2153d2485 3,490 1.00/1.00 vMB 87
572,251 572,251 0000000000000000000da2b5f495628ae1716e232c693c0694f82389cbb4f165 2,683 1.00/1.00 vMB 69
572,250 572,250 00000000000000000011245d4a0876bacd65d465d0af6f922b3bfe12f888b904 3,280 1.00/1.00 vMB 66
572,249 572,249 0000000000000000002bf09cfa27c8f4bf249db0fb62fc61c9ceb2f496aa1a2d 3,112 1.00/1.00 vMB 124
572,248 572,248 00000000000000000001b8cefefef6694987f5f4af52086dbb32867dbb8954eb 2,469 1.00/1.00 vMB 75
572,247 572,247 00000000000000000009e6496f198e2b7767ffa935ad7ef0023f3a63ce46ce25 2,664 1.00/1.00 vMB 64
572,246 572,246 00000000000000000006e8f7556d160f63549855bb6483c2aafbb25c157741ed 2,581 1.00/1.00 vMB 12
572,245 572,245 00000000000000000001535a034367e0e022d90d6d9d788e437f98b0ccbeeff2 3,094 1.00/1.00 vMB 25
572,244 572,244 000000000000000000226bcc4c0f493b43d8daaf0fe07200172f78bda040fe4b 3,249 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.