Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,491 transactions (1.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,856 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,341 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,855 (837,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,811 72,811 000000000088f4225f1f0e3b4629ce2595af37ac2cc178686eca99d4c2fac15e 0.00 MB 1 0
72,810 72,810 00000000003c7d7ed8919dccb59e201c54211485dbd73b44cb414080e4d0bde1 0.00 MB 1 0
72,809 72,809 00000000001bce0d22c7026e92fa1ec1906648dc00d3d80cf82bf4f940496872 0.00 MB 1 0
72,808 72,808 0000000000350134622b738cced617c3c50c64d9afac3251fc9cb158522317de 0.00 MB 2 0
72,807 72,807 00000000007c42959d8154e3a3384e59a1958575619f0fc013702238fc797627 0.00 MB 2 0
72,806 72,806 0000000000b596b9c7b9fd87b5e313cce2831e3168c8d6d683fbe5ce00e0b5ef 0.00 MB 2 0
72,805 72,805 00000000001aae0e0fd429f1b8d32eab57f1ea4761bece6376e4c47dacbcc437 0.00 MB 1 0
72,804 72,804 0000000000430ef57ec9cda7e22ab82c60ce9df11c587215d997abf131cd55f5 0.00 MB 2 0
72,803 72,803 000000000009d3f050aae162c2549a62cfecff71e95c5d61ef62f25137d48030 0.00 MB 2 0
72,802 72,802 0000000000117880f0aa61e44b69d8c4caedb0a7a54b69eb27d309a6c10d6b40 0.00 MB 2 0
72,801 72,801 000000000057ddb4d5aa749acdfc0293443ee0baa1b12f8ca70daa4dc68bb653 0.00 MB 1 0
72,800 72,800 000000000033bce15d2952c8cc4b5f672a588e3766f3827ab613e76722ab5d91 0.00 MB 2 0
72,799 72,799 000000000073260eae099eb6855a38341fd96b4b0b97fc558cb77bc0d652faba 0.00 MB 1 0
72,798 72,798 00000000005cd709dd379ac9d2ed7fd8a2fe3d20ed974c63e9ef33cea192c860 0.00 MB 1 0
72,797 72,797 0000000000378a47c3aeb06cbfd6ff5fa72d364e660dcbed92853f1dd7a41e6e 0.00 MB 1 0
72,796 72,796 00000000005fa2d1e1cd283de29eab97b2665f0e33362c5d3d44deb600ea1b1f 0.00 MB 1 0
72,795 72,795 000000000013caddc8eb48c598995ed4eaa8da149450a776057545f94279f460 0.00 MB 1 0
72,794 72,794 00000000003a5e0179056c6404c3eadb08a96d9e241cbb40a764a489cc91199c 0.00 MB 1 0
72,793 72,793 000000000040a3aa29c52de0cbce030d33b3959708edcb164cd83329258f0de1 0.00 MB 1 0
72,792 72,792 0000000000643144adb780eba3a20a48f74e42b03b19bb6e9fab8b0f60c4c1a8 0.00 MB 1 0
72,791 72,791 000000000018204acd5847cdad1e9a5f1aed0d4bf76dac1b9e4113edf003e518 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.13 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,167.15 GB sent, 113.94 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.