Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,361 transactions (0.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,008 000000000000000000022cb30000000000000000000000000000000000000000 0.41 vMB 1,343 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,007 (883,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,821 27,821 000000005aec9b4dccd51a36ec20e23f425fb10e3d573e8077860ed11d9c85a5 0.00 MB 1 0
27,820 27,820 00000000b206f01bea73e966e84778cabe391b763953b46542bf882ed6f0a951 0.00 MB 1 0
27,819 27,819 00000000073e2aba0ed809eeca027fd3a4bfc85698f0c3bba333da4305cf07c2 0.00 MB 1 0
27,818 27,818 00000000be37db5e919ae9ebdd984b96096d3bc4558f630fa36451eb2e590bcc 0.00 MB 1 0
27,817 27,817 000000002fc75c9a9229c82599affdac9270a9c0b02849a6675fb4329050373b 0.00 MB 1 0
27,816 27,816 000000003b01b956dd4de08840e7684e0f8313bea54b524d354a813fd5cc4379 0.00 MB 1 0
27,815 27,815 00000000ac3a8b1c6300f6f2cfa5e34a1e9f0e15822dfaea8f4b911bd5178969 0.00 MB 1 0
27,814 27,814 0000000056550dd4ab55faa95828b25d176cf310d35ed3edb06f8cf4ab666d0b 0.00 MB 1 0
27,813 27,813 00000000f94ab416fc4df932e086bf18624dd4f01a4ec3930ced69539dad2a43 0.00 MB 1 0
27,812 27,812 000000007dbb23f1f2724905df34d12d172ce410f1cd4f95d244e32c45d17a0c 0.00 MB 1 0
27,811 27,811 00000000a46804ab2d7231f3323e246f95f88df828bc01c02aba9b2dae0f6fbb 0.00 MB 1 0
27,810 27,810 00000000885e906d3d4cd7c7b84f97069793dbdd1d1d9d8712816ea05cfd37a7 0.00 MB 1 0
27,809 27,809 00000000a10ea5c76f2b99d3a4e5c8f7c00cbab1cefeacaee149f93fa026bee9 0.00 MB 1 0
27,808 27,808 0000000066ed9fb23d49fa251727651902a83b556b7d730fa49e2ed4df73928a 0.00 MB 1 0
27,807 27,807 0000000088df7eddbd8cd6645838a443e823673800da46e8f06eb7f72cd52fd3 0.00 MB 1 0
27,806 27,806 0000000092ea2d18fde0794d6891ad92e5a324c856adbc1f39e455030d0e5948 0.00 MB 1 0
27,805 27,805 00000000dac4bde2054bb5e774432d6ae05d6615da411b9c6269102c5fe7869f 0.00 MB 1 0
27,804 27,804 000000004e02eea2bc25b89309549c6815c9146165cbe7fc4ecb6b203d86be37 0.00 MB 1 0
27,803 27,803 00000000685696ad5032af57ca69f1df1e0afab79b11f44b7748aa08f85c22c0 0.00 MB 1 0
27,802 27,802 00000000d62a1592f3c1a9c95c12caca404a2127bb603c31a4f6333e36ed4f09 0.00 MB 1 0
27,801 27,801 000000009370f48d150126349ec68073a29cd17e3c637b2f679b4a714c1babf6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.25 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,360.00 GB sent, 124.99 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.