Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,088 transactions (0.75 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,664 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.73 vMB 2,075 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,663 (854,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,626 55,626 0000000007c1dc0b8efc248f94159f877798c48f49ec3f17fd1f07c21add9a55 0.00 MB 1 0
55,625 55,625 000000000b604729dd950eaaf73b9651227141ea7b118f722f88b4866e3c8e2a 0.00 MB 1 0
55,624 55,624 0000000005d661b697370ea4b6e2c836aebf963afdb0ab582a43f85c523e6cf2 0.00 MB 1 0
55,623 55,623 000000000ff486d9b72968d69cdb237432d1811b8a6dbdbe1f21482a32a377d6 0.00 MB 1 0
55,622 55,622 000000000824eb3ecc3fedfa9d71dcefc837f6fd74b2fca6e4a16aefd1ff6812 0.00 MB 1 0
55,621 55,621 0000000005df5bdf8d0f6ea666ec3df4c5e52801b05001e5c0eef9001c8d75b7 0.00 MB 1 0
55,620 55,620 0000000000f5efd47f87177dc69f4095bbfb5b3ce8f11f014427b08544646d52 0.00 MB 1 0
55,619 55,619 0000000005b3f7683b9c19fa45c9c55fb7c0cc45df1de2fdaa833f1c8b15f4b6 0.00 MB 1 0
55,618 55,618 000000000e970a5a494eae12f3d4191a4a8b9963342b8642e6b51d25bc1aedc1 0.00 MB 1 0
55,617 55,617 000000000da0de4333fec5396976721e11e1d2c4cfe55b41c12bb6e2bdf2462f 0.00 MB 1 0
55,616 55,616 00000000121352d4e906b9b4690293a7bd07ec45fb6b79719a1d3ad94c4d8e1c 0.00 MB 1 0
55,615 55,615 0000000010492b7bf122e2d953e0e3e8704ab7366e146ae56c2e3cc7ffb28e3f 0.00 MB 1 0
55,614 55,614 0000000008a80f7aad2a179a0bb9df1411e54120b82b9c07ff56b1cdbc902193 0.00 MB 1 0
55,613 55,613 000000000b7d95037b23e42ebebff3c63a50abd87e8a653a3a2e5660c08686e8 0.00 MB 1 0
55,612 55,612 00000000020825222790c3f913c7c8c659d4a46df737c7bb2a0712d53c6b13c7 0.00 MB 1 0
55,611 55,611 0000000009dbfee0c81f33a4d380544a5788ea50dac27a1de4c5acc6c36908fc 0.00 MB 1 0
55,610 55,610 00000000118c8bb32eb3061825018b1b5f6864280e0fa228f1947a26f4dc9b7c 0.00 MB 1 0
55,609 55,609 000000000b7ae26b840030041f865efa12e4b19bcf1691d01598d21c6ebab5c3 0.00 MB 1 0
55,608 55,608 0000000006ccda3e20335d8d600e17c39130c2f4e1614d83729758a4e3f089f2 0.00 MB 1 0
55,607 55,607 0000000009341cc63e3041404f0aa360ab5f1d61896d07f253fe5976b5117c1e 0.00 MB 1 0
55,606 55,606 00000000114a71cf46b8c21e69b21bd9d372e82c8713da662f202bc0cdeedbc2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,134.06 GB sent, 112.25 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.