Loading Tool

Explorer IconExplorer

Memory Pool

47,306 transactions
29.28 vMB
0.15943978 BTC
Random Selection Loading Transactions
Max Size: 153.15/200 MB

Candidate Block

Mining Attempt d92eb9db5aa84c5cd3c92f29021a2f354448aa84dcf619d5fe44b5bad68c3dad
Version 20000000
Previous Block 00000000000000000001df143f900493685d6623e4901f699b33fb4601190dde
Merkle Root f3aedbcf84797e220d6974979c6cdb71f30a1083bf7b14d2de1351dc7a182de6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,683
Size: 1.00 vMB
Total Fees: 0.04689921 BTC
Feerates: 200.91 > 4.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,708 (454,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,911 459,911 00000000000000000161917ce52fef80dd224bbbdcf471fe2a2de8afeaa2d906 802 1.00/1.00 vMB 111
459,910 459,910 0000000000000000020fceb211ef977c955108322876ad73998006fbc80f8926 2,206 1.00/1.00 vMB 147
459,909 459,909 0000000000000000005b6fb1419dcffe3d1136335ebee427162b84f5d30737e7 1,796 1.00/1.00 vMB 122
459,908 459,908 000000000000000001f9627e34bea33b4b7dc766787cb906a29c867cf1c023d6 1,722 1.00/1.00 vMB 145
459,907 459,907 00000000000000000128a48856dd769f7b8b307220ca43c989750965260a2ab1 1,963 1.00/1.00 vMB 157
459,906 459,906 000000000000000001b6155627604cdb00850cc25544c4ff18a5286ffae37e39 1,861 1.00/1.00 vMB 146
459,905 459,905 000000000000000000b888b3e4c8e1a1e4641985de7f4c2da0e3d83ba7eb1678 2,480 1.00/1.00 vMB 193
459,904 459,904 0000000000000000016b60487cd7cc69b77f63a385c58bc8a4b2540a3e40349b 2,472 1.00/1.00 vMB 127
459,903 459,903 00000000000000000012b30b4c833c0ac2bd6035085e85e12cdf024cbdf97cc5 2,351 1.00/1.00 vMB 202
459,902 459,902 0000000000000000008dfeeca8fdc785893ea78de089f1214199c620f09026cf 2,416 1.00/1.00 vMB 131
459,901 459,901 000000000000000000cdab48f469a82f1b0fa02da60833214f31efafecaa9267 1,719 1.00/1.00 vMB 141
459,900 459,900 00000000000000000227ff78a5464a9969df3b670ef79fb16defef1a8ff7bc41 2,589 1.00/1.00 vMB 214
459,899 459,899 0000000000000000012c034d2d931b6b17f34238c6d5bfbfc0c472b58f192a0f 2,642 1.00/1.00 vMB 125
459,898 459,898 0000000000000000000958b7145655adcf5d4d161505fed66e6c0349ee1d3b99 2,224 1.00/1.00 vMB 184
459,897 459,897 0000000000000000009ff0c6384d8a458903014106b798d48c1e76b7d1faa857 2,282 1.00/1.00 vMB 230
459,896 459,896 000000000000000001e17eacc38a197867470e192e6fc0cf9fe9d8048d75e4ab 2,806 1.00/1.00 vMB 131
459,895 459,895 00000000000000000093e7d935191ca026d67e38a4c49b7aa962b4f54fa6791c 3,469 1.00/1.00 vMB 132
459,894 459,894 000000000000000000b34104b5afc467f1a5eee7b8c97acfbe6e16c91bcecd60 2,587 1.00/1.00 vMB 121
459,893 459,893 000000000000000000424f7d546fbf8e58d858b8549be27a3fac3cd8bfabdde7 1,659 1.00/1.00 vMB 149
459,892 459,892 000000000000000001c5e5a2523c60d22601d299bdc5772c1d43554a78909a6a 2,205 1.00/1.00 vMB 142
459,891 459,891 0000000000000000001461eb91a9726328f042ecce876daf599f1c5b2f357a8e 2,402 1.00/1.00 vMB 161
Previous 10 blocks ↓
Total Size: 781.87 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: 644.99 GB
    • Received: 12.63 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.