Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

833 transactions (0.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,153 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 829 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,152 (847,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,819 62,819 00000000068794d7fd2ffd9c92b4a9372ed1bb6736f9ea61b6cda95b9c1d6e73 0.00 MB 1 0
62,818 62,818 00000000033a2b88cca4e9b6efa7d742bac84f88a21080c76d7aab5c7d6a893b 0.00 MB 1 0
62,817 62,817 000000000c30c0ec00fa38b0c72d4ee0a6587be2310b1d6e0f8524d1b96eb342 0.00 MB 1 0
62,816 62,816 000000000809f5e772cdc3139bd8b0f193cdf474639e78c2b75f106b611cdc11 0.00 MB 3 0
62,815 62,815 000000000a2e80d5fea22580ba9dd94a725d27595cc42b17b436dbb1eaf1f05b 0.00 MB 1 0
62,814 62,814 000000000bd88c2f86d3a9406fb1b48af548a927436f5837a27c2f88b716d641 0.00 MB 1 0
62,813 62,813 00000000056a4d7a63b57eac0bb5181710b42ed547310a5668025051090e58fd 0.00 MB 1 0
62,812 62,812 00000000002ae83a4da24bc9861b91a0f4d3cae978fb5d1f37e7b88f802189de 0.00 MB 1 0
62,811 62,811 000000000bd700d0223a9417d4e722d5dfa7b906b43923bfbac1bed902f5a1a2 0.00 MB 1 0
62,810 62,810 000000000a4405070907a456828f5a6a41f903fa4e029001a554a616a8142e02 0.00 MB 2 0
62,809 62,809 00000000097388ce83331efa6904070449998c5b76bd16be628238d5296e7dcd 0.00 MB 1 0
62,808 62,808 0000000009c9bc33457dc9e09f4e0643a56bf23474a961c43058d78898e5fbf7 0.00 MB 1 0
62,807 62,807 000000000d10ca69fb37c1c220c80629b2b3fe33e1174214ee070fe250db1869 0.00 MB 1 0
62,806 62,806 000000000613c19dbee0c940a2df380b899c1e5296fa400f8c7c057e7d56a682 0.00 MB 2 0
62,805 62,805 000000000829ca6dc84ede7b4bedb7781bb9df79fab4e848eec39fa60ae2f624 0.00 MB 1 0
62,804 62,804 0000000004e5a3322f7fb9a35c69fecb6f1ee8781fc5a4d0874a845646dd473f 0.00 MB 1 0
62,803 62,803 000000000910a7348d93e3d4f44bdf6ceae464ebefdec3e38531ca741d71695f 0.00 MB 1 0
62,802 62,802 0000000000e3048ecad0dc9282d4b0053cefed9a7465a8d84d1ca3cc08b6aa11 0.00 MB 1 0
62,801 62,801 0000000009524acd10591fc25aa9280942d25e234ee73d7755719759965f77ca 0.00 MB 1 0
62,800 62,800 000000000a9b8faae20927453c6dd13e6ae86383bca56e5daa14b9606f93873e 0.00 MB 1 0
62,799 62,799 000000000b2f5606b26045922658a8607845907ea410a306d5149434383b55e7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.67 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,193.41 GB sent, 116.85 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.