Loading Tool

Explorer IconExplorer

Memory Pool

42,232 transactions
30.38 vMB
0.16463770 BTC
Random Selection Loading Transactions
Max Size: 153.43/200 MB

Candidate Block

Mining Attempt 993c2af0e6795b8fd7460361d3311c23f850d8f7a9332a7c9ca3ad8370081d30
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 0cf142f835d9280b2d92344eb615b255e723e08c99575c8d886deb320dd07c9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,721
Size: 1.00 vMB
Total Fees: 0.09130671 BTC
Feerates: 301.60 > 9.15 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (122,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,894 791,894 0000000000000000000167e1da2b04140f8d03f7666d2dd157f62a3b01ebfcc1 2,896 1.00/1.00 vMB 30
791,893 791,893 0000000000000000000082a10df816404640e9ee7499609d88fb2532430f49e9 1,206 1.00/1.00 vMB 24
791,892 791,892 0000000000000000000407fafad92165ef28d04331b820c3de71bcf5fb2765cf 2,865 1.00/1.00 vMB 49
791,891 791,891 00000000000000000001f92e152222245d59be0a1dae9938cfb60d5e85c12547 3,894 1.00/1.00 vMB 20
791,890 791,890 0000000000000000000077030262f1c5cf4f6a6ac943afd135c8eb1b49e79449 3,547 1.00/1.00 vMB 46
791,889 791,889 0000000000000000000571d4cba5a62512aa55aaedbf8d12c9368b0c1aff1136 3,624 1.00/1.00 vMB 33
791,888 791,888 000000000000000000028185dbabed574be9399a6fee68373125efddb10f6565 2,927 1.00/1.00 vMB 50
791,887 791,887 000000000000000000004a59b7d2994e3fe5c3a28c09ef12b6048f5554df5c9a 3,384 1.00/1.00 vMB 21
791,886 791,886 000000000000000000030de8f625a3057e952bd7e9b02e2f8a54097cb2efebe7 2,542 1.00/1.00 vMB 26
791,885 791,885 00000000000000000002cd1f3ceae467fc3414355bd9cc147aa1bb0a6483b0c5 2,289 1.00/1.00 vMB 33
791,884 791,884 00000000000000000001fe8f3786a13bbc4bb2f4a0f6ab6e3278263717937f39 3,006 1.00/1.00 vMB 56
791,883 791,883 000000000000000000000a1fe2311dc83eaf403db620db7436cb6b7ef839baa5 3,569 1.00/1.00 vMB 41
791,882 791,882 000000000000000000040b49c21ff06a547e36e07636d15e9dc372bc824c7cca 3,197 1.00/1.00 vMB 46
791,881 791,881 000000000000000000003fd1d6014205ff4ea6cdaca50251c0c4ca03ed0749ba 3,259 1.00/1.00 vMB 64
791,880 791,880 000000000000000000025dacba798f5198b8bccf8ccb5a4639835fe40db622ec 3,518 1.00/1.00 vMB 19
791,879 791,879 0000000000000000000299d3e24e9167179c62e1a52655a16ae811526a653f7e 3,176 1.00/1.00 vMB 42
791,878 791,878 00000000000000000002da83ce764a1fb83b99334a532b58663fd372178583c7 3,632 1.00/1.00 vMB 47
791,877 791,877 00000000000000000001c555adbcbc369d58cb2870fac8c3e28ee59fb54470ad 2,789 1.00/1.00 vMB 39
791,876 791,876 0000000000000000000161d9e826cc7ecf7f3bfa4e99243666a1f22c1bafe20e 5,993 1.00/1.00 vMB 22
791,875 791,875 0000000000000000000159a99310b691055d3292fb3cf463fc6d502a78e34d10 2,782 1.00/1.00 vMB 41
791,874 791,874 000000000000000000013396c2ac59afb5ce7fe1256806cbee1bb2fd3d57cd0d 5,243 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.54 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: 618.77 GB
    • Received: 11.20 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.