Loading Tool

Explorer IconExplorer

Memory Pool

78,147 transactions
28.96 vMB
0.07023195 BTC
Random Selection Loading Transactions
Max Size: 175.75/200 MB

Candidate Block

Mining Attempt ee4be934e7be3c58088a1517b797a1ee23e09797f293c41c24f10b694bf1883d
Version 20000000
Previous Block 00000000000000000000327a49fa6004515b5891bc19fa46a462f6b39127d620
Merkle Root 3df45577e7e83a6b69ebf23ab2e32b841bd6b1738d29e22ef218daee55f89f43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,519
Size: 1.00 vMB
Total Fees: 0.00971380 BTC
Feerates: 149.20 > 0.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,090 (446,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,407 468,407 000000000000000001b3b153b3d306cdd624c8449efd017a43ff4105b889db7a 1,650 1.00/1.00 vMB 241
468,406 468,406 0000000000000000008f14df5a5465bff233232243b5e8b3dc6bc2565b8b691c 2,152 1.00/1.00 vMB 366
468,405 468,405 00000000000000000191ca91b18e6ec10e45c1f5e398626363db4774f01cfd4a 1,740 1.00/1.00 vMB 399
468,404 468,404 0000000000000000002a0e7404068feb67dfe672b696947c7b94572ce6aa346c 2,126 1.00/1.00 vMB 432
468,403 468,403 0000000000000000004bd923c7ba065f1f18d22757d9e2e91bc33d42af585ca6 2,585 1.00/1.00 vMB 329
468,402 468,402 000000000000000000ec51eb227d252bdfe0bfcee47794ff1e1cd4662255b5a1 1,888 1.00/1.00 vMB 317
468,401 468,401 000000000000000000bf11d176a198b01de6a65b443c678a7777da36647d7006 1,827 1.00/1.00 vMB 394
468,400 468,400 00000000000000000040bc1942c9c1e799de5816825f36b4c4f828e59b7490d2 1,784 1.00/1.00 vMB 451
468,399 468,399 000000000000000001807e6feb8cb09d4439c72653303d256aa4d839effc5c6d 2,825 1.00/1.00 vMB 381
468,398 468,398 000000000000000001731b5c20b7cb1284c5c5bdce7e04070ac4ed63e8e8e491 2,102 1.00/1.00 vMB 342
468,397 468,397 000000000000000001135af310b942f517aaf8b51390524a5a5b8268bb4ec6cd 2,249 1.00/1.00 vMB 307
468,396 468,396 000000000000000000ec5ccafacac1f23c0d67b949a2469dd6e340274861bb14 1,612 1.00/1.00 vMB 257
468,395 468,395 000000000000000000fc176f8c464436d06d5780cc963db9a5565bcb0e7bae55 2,116 1.00/1.00 vMB 270
468,394 468,394 0000000000000000000efae53a438d75d86e58b3dcf175a8ec02016cb52d1e9e 2,029 1.00/1.00 vMB 346
468,393 468,393 000000000000000000d150e7d60554184b11541eeb7c8fb6ddbb245d13d3b8c0 2,507 1.00/1.00 vMB 376
468,392 468,392 0000000000000000016445655f3b98f6dcd6ed6b970bca676c3bac2aa3587f9c 2,160 0.99/1.00 vMB 298
468,391 468,391 00000000000000000000a0ed56eec891aa402b5c75465dc2246d04853e5a102d 1,133 1.00/1.00 vMB 164
468,390 468,390 000000000000000000693510a2711f4355d946ef41eb707b7ac4a250d44d5b7d 1,631 1.00/1.00 vMB 247
468,389 468,389 000000000000000001b0e07a454525d2da7f4ecd3bbb9d018040f0230da5c3cd 2,287 1.00/1.00 vMB 323
468,388 468,388 000000000000000001451803cbb79dc8665008eae7a10553b3ef2966b8621641 2,312 1.00/1.00 vMB 346
468,387 468,387 000000000000000000c6bdb2d47e8b02e810d53fab9f15423d3c74401d453a54 2,469 1.00/1.00 vMB 393
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.77 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.