Loading Tool

Explorer IconExplorer

Memory Pool

45,220 transactions
29.85 vMB
0.09254489 BTC
Random Selection Loading Transactions
Max Size: 154.14/200 MB

Candidate Block

Mining Attempt d9bf2c62e8101a958ff87360de08e7ebf9da1bbf0285b143dd96b18db3245f35
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 9733555e1ea4ad8d830c6430e6ec212d2b04f0cca153033e75c075cfc8c453eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,049
Size: 1.00 vMB
Total Fees: 0.03214365 BTC
Feerates: 477.45 > 3.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (790,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,851 123,851 0000000000000dad1ec2d2ce536600a0d94a6ca19c5765153792ae2bf57d2733 32 0.01/1.00 vMB 2,564
123,850 123,850 00000000000061fa5af7beafd435dd9e0b512cda001e6eb8ddb6f1b3b4dbb2df 5 0.00/1.00 vMB 527
123,849 123,849 0000000000000576b98aa027b1d352b3bb75c862a577b36c95b0735796a03890 30 0.01/1.00 vMB 235
123,848 123,848 0000000000004e5069577682a53ad4e78ad2b1ebe31a4c06ad1017416e73bd53 11 0.00/1.00 vMB 778
123,847 123,847 000000000000090ef5768c12d8fec684b4f92ecd13ec987d14a032d54f799f25 1 0.00/1.00 vMB 0
123,846 123,846 00000000000050f0a5abf14a2a1ba3bd1a7cf955c88ebe1331f6023af6f97379 3 0.00/1.00 vMB 1,618
123,845 123,845 0000000000001ff8de05ab230ca5e848b6a1945e27a2ab7d03527eb40727c5e1 39 0.02/1.00 vMB 1,661
123,844 123,844 00000000000033a7a19ba23e5d24a299fdb377ff8d9e0048a95799faef84b33a 8 0.00/1.00 vMB 710
123,843 123,843 0000000000000aae8a4107108318a6bdac527d9730215d990d5e3b61ec5eb435 3 0.00/1.00 vMB 1,930
123,842 123,842 000000000000240600429d02a644a26aa457ef40c0ab549143a40ef2918294e3 82 0.03/1.00 vMB 1,428
123,841 123,841 0000000000005fbef5bd5d9aa9362cb52152928df5479c6cff29bb5e46b79591 22 0.01/1.00 vMB 503
123,840 123,840 0000000000005fbb3e61ea158e76a5f2ff81dd98d047d02c0229d7d1a8c6c49e 25 0.01/1.00 vMB 464
123,839 123,839 00000000000004f416f55e5285aa83d5d205489694cdafdf83a5828ad788733f 35 0.01/1.00 vMB 2,943
123,838 123,838 000000000000441fe97b6c91adf32d7b1ccf2354ba59363d5c4d39eb0ce0601b 6 0.00/1.00 vMB 584
123,837 123,837 0000000000002ae14b276186e70578e9a112dd144040d2b585f1f3d56a34f773 33 0.01/1.00 vMB 73
123,836 123,836 0000000000004eb98bc04c5519dcee8817624288348939adcdc638745c9bba8b 8 0.01/1.00 vMB 707
123,835 123,835 000000000000013d0ed96fc619b503ef375a7413ffa16157867948b4e78e78b1 9 0.00/1.00 vMB 965
123,834 123,834 00000000000017ec2432af5885d4f386ab80405fc41dba1b657ad4c012d0527e 9 0.00/1.00 vMB 0
123,833 123,833 00000000000051f68190e074c936bf89437a5ed30623844d7a0101875903b4e2 13 0.00/1.00 vMB 938
123,832 123,832 00000000000007ae6cab7711871170e8320cf6bc183181c84e118940e32c953b 30 0.01/1.00 vMB 334
123,831 123,831 00000000000018c7d375d7f0e931dd3553e696acf5c78f433ed0198d741fc20f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.71 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: 629.61 GB
    • Received: 11.93 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.