Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,491 transactions (1.05 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,998 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,285 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,997 (253,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
658,635 658,635 00000000000000000005eb9cc5b5b1cb1a572a4d45fa79e939fed9bbc0c7f502 1.39 MB 3,100 75
658,634 658,634 000000000000000000011d4577726b0063079d5dc98e1436e8676cec23134431 1.36 MB 2,985 92
658,633 658,633 0000000000000000000c0216e4a4ad3ae7ea5238263bb783c9a8ad3d84662758 1.29 MB 2,652 113
658,632 658,632 0000000000000000000ec30ddc92058a9ebee0b82bbe6e8e2d858a95c17124a2 1.43 MB 2,502 124
658,631 658,631 0000000000000000000effb75ba8c56b647b1b73aec40400135f0cab661db817 1.21 MB 2,517 67
658,630 658,630 0000000000000000000850d077fc6bd17c497d4cc80d43b28723863e014cf233 1.26 MB 2,651 74
658,629 658,629 00000000000000000002fe8a92728b087ba2059bd0a53f1850a44f707f39c794 1.32 MB 2,912 70
658,628 658,628 0000000000000000000b3dc7a063d830339caca89a6adaa18832966560548345 1.34 MB 2,767 79
658,627 658,627 00000000000000000002790e5e1b340fab82bb37980843988c3f5da5e2048ff0 1.20 MB 3,174 90
658,626 658,626 0000000000000000000e9de39b504448dfe86244d7a0da3eaab969e62b9bf0b4 1.26 MB 3,088 119
658,625 658,625 0000000000000000000e21c777396ff7cbf5162a9e84490027b73aecafb63ad3 0.07 MB 133 142
658,624 658,624 0000000000000000000c77e3c94b127da437dd567ef2b02c6e008e119f09fe69 1.23 MB 2,652 75
658,623 658,623 00000000000000000006477ae41a616b8376b92880f3d5d89e29bd7c38994437 1.10 MB 2,890 55
658,622 658,622 0000000000000000000b3673e997e4c23ad5545a52ae1abf91228828f3f38aac 1.30 MB 1,425 71
658,621 658,621 0000000000000000000a21211189fb80ff90d12e597be99694ee6ad50a154551 1.17 MB 2,270 64
658,620 658,620 0000000000000000000bb49b8946267754597c4699672be009f1a59facfa8719 1.46 MB 2,560 74
658,619 658,619 00000000000000000002c571ae9e238e85e1fa2ea8637634274239f1d845afde 1.26 MB 3,101 98
658,618 658,618 00000000000000000001b322dd591e16b7baa1cdf843ce6b0cf795bfbb12217a 1.29 MB 2,562 66
658,617 658,617 0000000000000000000d3dea2398a7ffde0cd6fbf7373216b8fd45b6ff1bfb6a 1.28 MB 3,106 91
658,616 658,616 0000000000000000000816f0b7a2c94890ac3202a07de3ba4a7ad2a03a2cfae7 1.19 MB 1,755 78
658,615 658,615 000000000000000000036d75f60a8686aa23d6ae41b65df0bb10551da5ed559b 1.22 MB 2,469 63
Previous 10 blocks ↓
Total Size: 777.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,505.88 GB sent, 133.87 GB received

Notes

  • This page updates every 5 seconds.
  • 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.