Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,706 transactions (1.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,104 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,107 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,103 (884,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,108 25,108 0000000027b488110e18202bf190f2e5d2b6d00333cf4c70d0b0d37ab3f78718 0.00 MB 1 0
25,107 25,107 000000003a602d7a012da18dc1c62790cbfb45f2302860d9e79d4184edf2c17a 0.00 MB 1 0
25,106 25,106 000000007719df60923fee8e6c762d8d9e7f2ca43475e9633e6c2b462ddbb9b3 0.00 MB 1 0
25,105 25,105 0000000046085fac7e49c18b7c667dfdb1ee22a9880ea1f2e71bcd0c22032152 0.00 MB 1 0
25,104 25,104 0000000041c61b137db5d15fed04b07e853441bdebb5eb43d104934ea61f7330 0.00 MB 1 0
25,103 25,103 00000000eef57d9cd2b6933cb0e6110a645e3712fc25fe4ce6732f9f71f4830b 0.00 MB 1 0
25,102 25,102 00000000e0048dedb6ade0f614a0044d2746698020d54ad3e3d1e989f4e0368f 0.00 MB 1 0
25,101 25,101 00000000af2647cbb9dbee39c29f100a4f56c0485d31bd4fb014faffb00df50b 0.00 MB 1 0
25,100 25,100 000000002543565369c9e4f85f1e5d7766a78aae245bf8b27360dde7146b2bf5 0.00 MB 1 0
25,099 25,099 00000000a8ea7212dea08a4f80a382f4a4616a36efadef1dad0cd26ee3027db7 0.00 MB 1 0
25,098 25,098 000000009a643e568776d544ce467a094c557aac15af482815589672c84030ac 0.00 MB 1 0
25,097 25,097 00000000c2af08bdc990057336e1e1060ea42a32118fa7f025164e600d4dbc83 0.00 MB 1 0
25,096 25,096 00000000324fd6a47d4ea109d58e54d07412557b8fe1428199cf42d1515d610a 0.00 MB 1 0
25,095 25,095 00000000b6550ea18c9ba47727c5d4c38aafd09f351e4c43acaa20ea09e00f9e 0.01 MB 2 0
25,094 25,094 0000000078046ce82ebbf7e36fcf4a818cfa4126cc1d6f344c0b0a0eda78a8ae 0.00 MB 1 0
25,093 25,093 00000000329a3713486235053955ba0fe1c46c11f6f59678b1d506c7334ebb29 0.00 MB 1 0
25,092 25,092 00000000fcba12df5f9fc74ad62e5be75dcfb85a44369c122400b9e87d29f885 0.00 MB 1 0
25,091 25,091 00000000f626bd139b2fa68ebae493f3e6dab16dac7dbe601672f43f4614c96c 0.00 MB 1 0
25,090 25,090 00000000017377a9395eba18f2100e85a6d5b2ecfca9cea1a1e28776b1316aa7 0.00 MB 1 0
25,089 25,089 00000000c2cc0666e5edcb598e78eb85a73fe6474ba8820e2bf91c44a6e1d756 0.00 MB 1 0
25,088 25,088 000000003ef1b5899bc9109e53913441d73c952fdee38eebb1269b89022999fd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.58 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,188.63 GB sent, 116.41 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.