Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

905 transactions (0.45 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,740 000000000000000000022b910000000000000000000000000000000000000000 0.44 vMB 894 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,739 (427,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
484,252 484,252 0000000000000000006352702d3552cc1fbc34db639c9893b0b5afca44d7466b 1.00 MB 1,716 119
484,251 484,251 00000000000000000127b90fdc5a6b182e04f7f18ce674068311259187071da6 1.01 MB 1,996 129
484,250 484,250 0000000000000000003d3f5a382416875810ea652e95751562a147fa9a0b1438 1.00 MB 1,912 218
484,249 484,249 000000000000000000211081d063bb69d8349e00de690abace6a3bc75b03391e 1.00 MB 2,298 203
484,248 484,248 000000000000000000a579d92e9d296c4939c4f7eb87ac1fddb2af80f25fb177 1.00 MB 972 91
484,247 484,247 000000000000000001004623affdf9610d262a6a68f55f1933507b9eb0c1209a 0.00 MB 1 0
484,246 484,246 0000000000000000003cd82d527ae0770e890a93ca0388d5e9aadbc8c95d8796 1.00 MB 1,653 146
484,245 484,245 0000000000000000006fb87ab0be384eda4496c9ae76af0b48b867edc8176f36 1.00 MB 1,414 51
484,244 484,244 000000000000000000b43690bfe8d63b79dae57ad2d34f2ddbe8681674010bd5 1.00 MB 1,614 120
484,243 484,243 000000000000000000ba11c1e57ddea8b1538befeffdff7049e55a3ea4f851e1 1.00 MB 2,389 202
484,242 484,242 0000000000000000001efcea30bccaf6ca23499d618ab08a257057c975c119ac 0.01 MB 27 899
484,241 484,241 000000000000000000130071d513c11c8546b903b18ac78707a2383bbc6f11f2 0.70 MB 778 70
484,240 484,240 000000000000000000c2822ce9513dacce1cd15666a3172ecfbd40f761d434e8 1.00 MB 429 20
484,239 484,239 000000000000000000245e1d7204f92ff7332152f6f66feca4af99886b081376 1.01 MB 2,229 165
484,238 484,238 00000000000000000013b8338932aaa89ab89d774a46f0297bb0f17639d5cdd9 1.00 MB 404 25
484,237 484,237 00000000000000000089cba5028a87bcd5dce0d7f5a92d5e5b55aba29800761f 1.01 MB 1,029 75
484,236 484,236 000000000000000000152c4b67456859216efc87062d9193dd616376374d2618 1.00 MB 1,978 132
484,235 484,235 000000000000000000254dd5b76d3468fe9011ad760d6f3579a0fa5513698344 1.00 MB 902 22
484,234 484,234 0000000000000000005aa2d81a1be4d8deb33c34af5722cd4b8f1696f4684725 1.00 MB 1,996 65
484,233 484,233 000000000000000000b4b0cbd1e6d85e61a0a5d496d21bba40fbbd53908f7fe6 1.01 MB 2,079 204
484,232 484,232 0000000000000000004fcf6849a98b0f2875c8538ba6c8cc475777de6654b668 1.01 MB 1,809 166
Previous 10 blocks ↓
Total Size: 776.60 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,427.96 GB sent, 131.58 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.