Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,719 transactions (0.57 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
910,476 000000000000000000022cb30000000000000000000000000000000000000000 0.57 vMB 1,694 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,475 (838,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,883 71,883 0000000000688d335727cf6d986d95aa51a501286a065c4a847cee8c29a6e1a0 0.00 MB 2 0
71,882 71,882 00000000006f124c541335a806fac002c9d8de29e76ef17337ed8c2a141429bf 0.00 MB 1 0
71,881 71,881 0000000000ba5334a3df7e1c232ec98f21703ecaabca8357cd62edb0e840a590 0.00 MB 4 0
71,880 71,880 0000000000840de94883707cf927ed5b4a311eb10a3bdb8cda36cde497ef2391 0.00 MB 2 0
71,879 71,879 0000000000a5bf7e51eaf1778b2722699d8416b9e413b735c964a7d0cde9b4b1 0.00 MB 1 0
71,878 71,878 00000000004cd5c8e5cc135d042ebe29113f7fbc6d7b148d90f22870f9df282c 0.00 MB 2 0
71,877 71,877 0000000000d32d45a745a5a70673588d18f45c50d5324a58967eae824922a862 0.00 MB 1 0
71,876 71,876 00000000010170743c869687871c860e85ece794f7e40061a7f4e4f36c40b828 0.00 MB 2 0
71,875 71,875 0000000001043838c66fc1acb3dfe8eb5bd006ab91fe23fb04efedb9aaf74df0 0.00 MB 2 0
71,874 71,874 0000000000ebcc2e6e4a988149586cf16417d163441504ee64002e8b57aeee23 0.00 MB 2 0
71,873 71,873 000000000102eeb4b2f06f108d9ecf46db2f32d167a2e9331b2ad03a7fb0c198 0.00 MB 3 0
71,872 71,872 0000000000ba2ecebe7dfa0c630c3f470f9758f616211c4790c077e2338763ed 0.00 MB 1 0
71,871 71,871 000000000094b487595e1de26d48d39dac14bdb0de7916d370f5b152b1d14cda 0.00 MB 1 0
71,870 71,870 00000000010b291d6d257c98c6b13c0e8b3de7b03e5e53e12411e9608adbf261 0.00 MB 2 0
71,869 71,869 00000000003afcd69e71f05ed4bc7ba67fe8588d5f431e42148dd4a5127e638c 0.00 MB 2 0
71,868 71,868 00000000008ae93eb9734c0dc3be0674c25e73511ca6ee646095c8d96b5e37ab 0.00 MB 1 0
71,867 71,867 00000000007dc781cfbf8e03246688d434325aa5543e925efbccd256c089915a 0.00 MB 1 0
71,866 71,866 000000000061f91e475642d24ca169922e763f16af8420d2bb22d93d08267cf3 0.00 MB 2 0
71,865 71,865 0000000000845a4b0566c621339c73638dbf82a6ceb6c670be894e1e69f63673 0.00 MB 5 0
71,864 71,864 000000000092c2f646755fb557fdcf7d3c53467fb6511c7f76e2d621f29f9684 0.00 MB 3 0
71,863 71,863 0000000000f3aec9dfc8c60c482adee18ba8e452b0a1ce3b87c73eda69f168b7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.27 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,242.68 GB sent, 119.88 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.