Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

164 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
911,997 000000000000000000022b910000000000000000000000000000000000000000 0.04 vMB 151 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,996 (15,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,816 896,816 000000000000000000003cbd94c5a4078fbff59f27458deee1089eeffde9f6eb 1.45 MB 2,442 3
896,815 896,815 00000000000000000001d8352500447dc13c1cfe547ad3b5436b6006a50158f7 1.54 MB 3,232 4
896,814 896,814 000000000000000000005bef4daf746656e9db9a56c285372c5afc073e3cf96e 1.53 MB 3,046 4
896,813 896,813 0000000000000000000166e63ee86265cb43e3d9a8a73bae2b39926e82246639 1.54 MB 2,879 3
896,812 896,812 000000000000000000007d49b37ab57b1d8b48dedde5c0afd0c0057baa9d29f6 1.95 MB 2,228 2
896,811 896,811 00000000000000000000891b31105337be3d6ae3a9f8a3f107da19042ef172f7 2.42 MB 2,011 2
896,810 896,810 000000000000000000002a0898473d07002c3ecd56825d7c89b22f4186cefa53 2.21 MB 2,169 3
896,809 896,809 00000000000000000000ff9550b42740f42236dc83ecc379cc20dc25a770d928 3.84 MB 288 1
896,808 896,808 00000000000000000000397303d52e6cb198c458bb0313bf2e7b4f8938380e74 3.78 MB 450 1
896,807 896,807 00000000000000000000b26522f2e72b0a48c684daf71fc663cf8d9f113f6fb4 2.09 MB 1,875 2
896,806 896,806 0000000000000000000158dd4b4b775cfde4700ddd63d2b19eadeb1e274257a1 1.86 MB 1,296 1
896,805 896,805 00000000000000000000b2fc41c5f103773bc1a496cece7455b4f9d7500fa4db 1.56 MB 3,121 4
896,804 896,804 000000000000000000020e7502faf4a01b4beed8b810d4430eb0d33f03cc1ec4 1.25 MB 1,667 1
896,803 896,803 00000000000000000001501fcece4ff8667dae3454838488f1ea9df5cb998f81 1.31 MB 1,223 2
896,802 896,802 00000000000000000001b68a9df61a6fcaf63f7586e2f2a291467a19a508cfc0 1.38 MB 1,819 2
896,801 896,801 00000000000000000001ec3c5909e81b7f78c9c1e90c9cb1013e915ca551ec5b 1.65 MB 3,533 4
896,800 896,800 000000000000000000005bff8979f34330b33f49de27eaf27f0e4a2109e64627 1.62 MB 3,393 4
896,799 896,799 000000000000000000004a3257e593c57d0469d9e48531f2ececc100ed28e059 1.55 MB 3,562 7
896,798 896,798 000000000000000000016ca68b5d8a8a7da87e22b4f5b6c0ee309ff7f66107ec 1.56 MB 3,006 6
896,797 896,797 000000000000000000020933a5ed7e6f6f65db79f9ff7c1fdef168906226505c 1.55 MB 3,609 10
896,796 896,796 0000000000000000000222dc0df2b4717e658cbe5bb54b65be7be9b64c12fe4d 2.99 MB 1,365 1
Previous 10 blocks ↓
Total Size: 777.08 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,505.07 GB sent, 133.84 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.