Explorer IconExplorer

Memory Pool Memory Pool Refreshing

988 transactions (0.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,479 000000000000000000022cb30000000000000000000000000000000000000000 0.40 vMB 970 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,478 (869,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,577 39,577 000000001692dcd2401451a259da190b951cd62b0233e23203176359183c6a9e 0.00 MB 1 0
39,576 39,576 000000001d6e1f016a1e0bdb6f328d1ab2a70a2cfc2d3b87032a3d906564079f 0.00 MB 1 0
39,575 39,575 00000000738c86554c358ae8b945bee9e32d9ee0d202e2b4140182df5b82ab9e 0.00 MB 1 0
39,574 39,574 0000000015078ff012abcde110d5455116143c9551733ed780f133e7410481f7 0.00 MB 1 0
39,573 39,573 00000000075042b552ab536ad4e927115196a6e618b1ebe7695ee215e7ab434a 0.00 MB 1 0
39,572 39,572 00000000772eb718acd4f08926046edead6201a2bd5dc60ade8fdb278896dbc0 0.00 MB 1 0
39,571 39,571 0000000003e053494b80302cddb2ebc9a40f7999eaef662f6638edda97d65387 0.00 MB 1 0
39,570 39,570 000000007fa8454c55bd65fe963f18791100c1618db0b19e6844ba6eb63d26e6 0.00 MB 1 0
39,569 39,569 000000006429844e90a13fe2f5afc9bc72ad7f3bdb10318dfe57443a31224c7b 0.00 MB 1 0
39,568 39,568 00000000504a9d667488bd77056009375b4d9175cc6b5c169b581b44b1de68b3 0.00 MB 1 0
39,567 39,567 000000003dae2c7be384912ad72907217f71c21c881d695d5dfc49ad1e93b31e 0.00 MB 1 0
39,566 39,566 000000006fa0a870fd8e9d5f93ee7f923c13bcd1f65b4b6f885a9e62e3789656 0.00 MB 1 0
39,565 39,565 000000004d7eb1e63fe5cf9fe9f40adf8e39458cd093a6e7218aa6eeb1fada32 0.00 MB 1 0
39,564 39,564 000000002752df80429036f4b9185c4ccd42a47e2888090e0daa853afecd80ae 0.00 MB 1 0
39,563 39,563 0000000072c532ba96c4fd7d37b9fbc008d67dfb961bd7c3f7964781bd007117 0.00 MB 1 0
39,562 39,562 000000000c063dd2cfdd05adc514d805611ed0a916ba509377e5d02273f1e574 0.00 MB 1 0
39,561 39,561 000000000e8c40bac72d077d09ca376c0679b7f62f5436f4d0bee265699f09a0 0.00 MB 1 0
39,560 39,560 000000005cfbfdd61abf09d1946f5c28b289ad78e9f3c27b6bc325cc30489acf 0.00 MB 1 0
39,559 39,559 00000000123df7f8d53f57a33518c271df552a1ae7fbbe154b6a610d1c3619af 0.00 MB 1 0
39,558 39,558 00000000573fc579995400c351a37aa395cbedaad1051bf8fb4217bc911074d7 0.00 MB 1 0
39,557 39,557 0000000085dfb7b1886d4f9ac7ecd7751705241e4ff38739a0410854d719853a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.44 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,080.55 GB sent, 110.40 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.