Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

155 transactions (0.04 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
910,603 000000000000000000022cb30000000000000000000000000000000000000000 0.04 vMB 154 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (846,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,149 64,149 0000000004abece1c8f86019ba76db7e8d43676cdbfcef437de730c979948f77 0.00 MB 1 0
64,148 64,148 000000000aebae7542921b42a3f798450bea2aae149c806e29434d6be8983acf 0.00 MB 1 0
64,147 64,147 000000000692811ad11682a928fd51ecb0c9b1c5f0f86c2ec6b39a300b297f7b 0.00 MB 1 0
64,146 64,146 000000000bafdfc52613215954ebc00a4f3df78c1c6afe7a2def2fbb7d4701d4 0.00 MB 1 0
64,145 64,145 000000000b2f3c55366a583084d8b0c7b029303c00278d67050397a82a6a9cbd 0.00 MB 1 0
64,144 64,144 0000000003fe328ee737d396da50348b4b15722371ce6efb5c9729261efa32bf 0.00 MB 1 0
64,143 64,143 0000000009d284993e60212a4b51683b7d3ad3d1c66f064cc48094b21dc26182 0.00 MB 4 0
64,142 64,142 00000000048285e8cd61bb046b511ec3e62b623f15782b4b23f4a1b3f17496a5 0.00 MB 2 0
64,141 64,141 00000000095ec3e5c84ef2de7d86014533aee1354b1618e59c91bfc69857d6a5 0.00 MB 2 0
64,140 64,140 00000000045aadb652d42aa8aa57149b77620676b483452ec1a27d86b1f13ffc 0.00 MB 1 0
64,139 64,139 0000000006fbbae242e2289c7886be2f7142b369a11018612b83138794b55dc6 0.00 MB 1 0
64,138 64,138 00000000000fd68f36d6d9a51a94a6b9392d949d314891591f06f8609e25560b 0.00 MB 1 0
64,137 64,137 000000000131068bbe21dee638850ff81d0d870643cd521492d2dad195fbe55e 0.00 MB 1 0
64,136 64,136 0000000003561f9787374d4782c81c24b352d2c3c73181fcd006a7166882785c 0.00 MB 1 0
64,135 64,135 000000000cc45615f08c1df547b83195740fe567477e96982b4436640ef53c8f 0.00 MB 2 0
64,134 64,134 000000000c2b530b97e31b7dd21a1930f2c6bbe598780a98074a9287543cdf29 0.00 MB 1 0
64,133 64,133 00000000046e90c18a1191bbcb9640e2e47781626b7e4c074a73aa22a88b95b9 0.00 MB 1 0
64,132 64,132 000000000806f45cb19f91360d450e1683b5b77e29b36464b4a5fb6a7fa76bff 0.00 MB 1 0
64,131 64,131 0000000002978fcc3047a06ff326c37843d7c597a4dd17f41fda77c44b4fb864 0.00 MB 1 0
64,130 64,130 000000000a7210310f87f034f8aa7e1eb08f78666ed5d446fae365ff21fc3a63 0.00 MB 1 0
64,129 64,129 00000000048abff467763b79e374052a1fb1ac57976f0f9ec23ab4710ac08946 0.01 MB 2 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.98 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.