Loading Tool

Explorer IconExplorer

Memory Pool

87,123 transactions
31.63 vMB
0.21720808 BTC
Random Selection Loading Transactions
Max Size: 191.99/200 MB

Candidate Block

Mining Attempt 0855c51644bb66c8f86ec0d185809e411ee7bfcfaa72b3458871733a39c1b29a
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root c6dd60ef31b66098eb00b26f1b65cdcf0211e751d0200174fb67951bebaefcb4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,599
Size: 1.00 vMB
Total Fees: 0.10907769 BTC
Feerates: 502.67 > 10.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (418,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,352 496,352 000000000000000000106aca8d7489d626711daae4181ada76d2c968b90629cf 2,108 1.00/1.00 vMB 207
496,351 496,351 00000000000000000017aa042b6cd3e20880984ed93f4d0b0d9a0fcf50c35f0a 1,977 1.00/1.00 vMB 285
496,350 496,350 000000000000000000c011d07ff2d1844e12a59194f0a71cf473c4f2579a103a 2,333 1.00/1.00 vMB 215
496,349 496,349 000000000000000000ad5e2e302624d9dc201fe5fdf0b1ee0a429cddd14ca3db 1,819 1.00/1.00 vMB 84
496,348 496,348 0000000000000000009583c7b8c520094266f5457f82de465f6c3334c168fbdc 2,512 1.00/1.00 vMB 170
496,347 496,347 00000000000000000062dfc07862c45d254282acee64fa489ec80b760efe790c 2,507 1.00/1.00 vMB 121
496,346 496,346 000000000000000000c8fe4b4a5c0fbbc510117a47438959912c590e67d94dff 2,195 1.00/1.00 vMB 103
496,345 496,345 00000000000000000075f883dcfbdb1545a495b2a73c934e2ab172b0b06a2745 1,681 1.00/1.00 vMB 28
496,344 496,344 000000000000000000b0ee6e3d3ee894284b33eaed3e64b52a27ace0fe522e5a 2,369 1.00/1.00 vMB 72
496,343 496,343 000000000000000000b2afa89c8d67e65a4510b037a262a4c7d2d1a490064a52 2,394 1.00/1.00 vMB 178
496,342 496,342 000000000000000000bcff7827ec42ce04727fee37196bde514b88b0d190900c 2,729 1.00/1.00 vMB 107
496,341 496,341 00000000000000000001c1a5cbf0e50e85f5dbe966443b2049273f7cf98c6223 2,333 1.00/1.00 vMB 177
496,340 496,340 0000000000000000006c48dad1bf46b4cf3e715edf7dccc89e27b396279c958b 2,242 1.00/1.00 vMB 162
496,339 496,339 000000000000000000ca38f39a96a4aee82f84dff213227159cf5853a5c2b7d5 2,029 1.00/1.00 vMB 48
496,338 496,338 00000000000000000002b5042eb60cc63008441c566d90097781e8e3bc2f004d 1,131 1.00/1.00 vMB 113
496,337 496,337 00000000000000000027c18a0048452f29b4f3f499933c3e570a039080112b47 1,987 1.00/1.00 vMB 113
496,336 496,336 0000000000000000000f538324e3841334a5e7f95a95b811a64fb20896c0eef8 2,649 1.00/1.00 vMB 70
496,335 496,335 00000000000000000001b27a991dd0c80be28d89f2791e1535ddff0b65cd82de 2,463 1.00/1.00 vMB 105
496,334 496,334 000000000000000000c6f3c168315964a197c4fe72682b79ebde5a2d660de725 2,520 1.00/1.00 vMB 159
496,333 496,333 000000000000000000b537746665ed72203bbf8aa36b24cb7bf1710bc408490f 2,636 1.00/1.00 vMB 200
496,332 496,332 0000000000000000008bd17db4a58df318f04e4874bb72bf5a1bd799f62171ed 902 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.