Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,157 transactions (0.38 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,896 000000000000000000022b910000000000000000000000000000000000000000 0.38 vMB 1,157 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,895 (163,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
748,245 748,245 0000000000000000000548718a7e750b913d6dc2fe4a0965eccc4574fe8a8cc4 1.61 MB 2,792 10
748,244 748,244 000000000000000000097fdebed9c640fc30a7d12fc9ee14b0248e9f60f2481a 1.47 MB 2,461 10
748,243 748,243 000000000000000000048f5c52e6d279066fe033e6402bfc9396eb38c4ab9dc1 1.57 MB 2,907 16
748,242 748,242 0000000000000000000029446f1e34c7060307d502569fda8106039ab9d37793 1.31 MB 2,017 26
748,241 748,241 000000000000000000002c3ab5ff73c0c848039aec443505b18c14dcf0199062 0.60 MB 1,142 11
748,240 748,240 000000000000000000003225bacc1aaf411b124d8868379beb4f319d4cc5ae7c 1.07 MB 2,091 11
748,239 748,239 00000000000000000006caebeddb61de98f1edc5a8b7dd908417abcab60d6cb3 0.08 MB 213 16
748,238 748,238 00000000000000000001daa1811a58a9798dfd3813b6cd583e49bea20af9d6b4 1.11 MB 2,163 11
748,237 748,237 000000000000000000078187f86d161e609a8454b62c64a2f9f869032b2ed9bc 0.46 MB 847 14
748,236 748,236 000000000000000000082118db52eb88cba07222d9637127ecf338030f92873d 0.54 MB 526 8
748,235 748,235 00000000000000000008859d521d471b780e24d00eea6bd5fbb5f892bc96564c 1.00 MB 1,157 11
748,234 748,234 0000000000000000000755d532818054ab0d83beca9e4dd07cc19519582dcf94 0.39 MB 371 5
748,233 748,233 00000000000000000003236e727b7c80f237900137e27d4d623c237e8e1614d6 0.04 MB 104 13
748,232 748,232 000000000000000000047a43fe7b57712f47cabdb3221da46ac5fc957706f342 0.49 MB 373 6
748,231 748,231 00000000000000000004858806e975f459389f3f8d8200dd40240ac825618e85 0.46 MB 994 14
748,230 748,230 000000000000000000022b339705887992cd7fd9778277c8bbdc907726f16b9b 0.64 MB 1,025 10
748,229 748,229 0000000000000000000439348693be7210a2514462131654e95f1fe46866a9c6 1.98 MB 1,191 7
748,228 748,228 000000000000000000040033ccc9f55c2d8cd9ff4f1cad9044db30f563cbe441 1.94 MB 1,832 4
748,227 748,227 00000000000000000001735e13b2d170bee3110c73e41b092f9fb879a1ecf465 1.43 MB 2,456 21
748,226 748,226 000000000000000000067a5b4dab52c257f042fc1d1f577c16d58cfc51d3714e 0.10 MB 136 14
748,225 748,225 000000000000000000091757687449b3790d6e25e031d397c9cf261575ce2614 0.18 MB 315 14
Previous 10 blocks ↓
Total Size: 776.89 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,478.04 GB sent, 132.93 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.