Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

100 transactions (0.02 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,380 000000000000000000022b910000000000000000000000000000000000000000 0.02 vMB 100 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,379 (65,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,708 845,708 0000000000000000000234c752b34544c79b9749701a585f5ada9c1ac48fafa1 1.58 MB 3,419 29
845,707 845,707 00000000000000000001273ae9c6b76bc0db16403615c9f191d1139248a1b733 1.56 MB 3,491 34
845,706 845,706 0000000000000000000007b92e9a0ceda575b2d431e444f0a540823492c4ec9e 1.60 MB 3,538 30
845,705 845,705 0000000000000000000283e064ccf452c2fa54c7b492a8ab2243d3e3bec9ee0f 1.57 MB 4,136 38
845,704 845,704 00000000000000000001eed8f7c0bb10204bc7e404ea22410aa84eabc7d99db7 1.45 MB 3,739 30
845,703 845,703 000000000000000000027b41c75ad352cc7986fe6fdc69f21eae6d0c41947f86 1.51 MB 3,282 44
845,702 845,702 00000000000000000001c7ca25b7dc0f955230b3b16289c9d68486859bb898ec 1.92 MB 2,172 36
845,701 845,701 000000000000000000011daf3c02464ef052d880c52871ea0df8cf76c6954420 1.49 MB 4,685 33
845,700 845,700 000000000000000000007d19d3116903557f82f4f3d58c9742ece11b9a7c8aa0 1.67 MB 4,245 32
845,699 845,699 000000000000000000031a397b48ca91a463c9b0ccaeffdeeda25b8ac9e76ea9 1.67 MB 3,642 36
845,698 845,698 000000000000000000008de021c9517820ba0e21e5c0e137bc3c0f3d50ab58bd 1.53 MB 4,242 51
845,697 845,697 00000000000000000001156aaf3c23155c331f24c14c0357280b7b59f6d6ad30 1.55 MB 4,560 40
845,696 845,696 00000000000000000001beb82b1d45b03c68f5486d1a8fd965f655e08272e3cc 1.49 MB 6,294 47
845,695 845,695 00000000000000000002c7d809254952de999d63243eccf0479aed75434ed0b6 1.55 MB 5,917 40
845,694 845,694 000000000000000000006019ea2cf0076120cd4fd22a995853ec963fb4cdfe0b 1.53 MB 5,023 47
845,693 845,693 000000000000000000021712aa2398743cfd8eb0d38fe597c4a6ced78bab0e9c 1.59 MB 4,438 40
845,692 845,692 000000000000000000010ed88e02fd1192d49cc9d7185443993e2133bef46503 1.46 MB 6,418 46
845,691 845,691 000000000000000000033e820578ca60bdcfdcbf6bcd745f16074ddd4d60a064 1.53 MB 6,177 46
845,690 845,690 00000000000000000002da2dfb440c17bb561ff83ec1e88cd9433e062e5388bc 1.49 MB 6,206 51
845,689 845,689 0000000000000000000052feb38a70c63ffa1d3c40c24a98e379653862b7f321 1.56 MB 6,588 44
845,688 845,688 00000000000000000001c90f733186dd64a7a76f9711c82baf0b534be02ce623 1.50 MB 5,213 52
Previous 10 blocks ↓
Total Size: 775.95 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,402.50 GB sent, 128.53 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.