Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,626 transactions (0.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,674 000000000000000000022cb30000000000000000000000000000000000000000 0.57 vMB 1,626 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,673 (837,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,378 72,378 00000000000da8a835a16f2028c6380ab49d0ee2ee875a896985a9bf954d96fd 0.00 MB 1 0
72,377 72,377 0000000000bd4f86cb95a0b8c3cf97241a2f5c3282e91ede13c421fef18faca5 0.00 MB 2 0
72,376 72,376 0000000000154999ff952f6bfd662cdbc69a92eac4e77882bc9c525b7192015c 0.00 MB 1 0
72,375 72,375 0000000000f5206c4cc0ef149765c6400cd1fc7fbcc2e38a310d2ae805da0cef 0.00 MB 2 0
72,374 72,374 00000000008778682c3c0e8c35057afcfba5ddfd22d38f4fadea18b9049c4167 0.00 MB 1 0
72,373 72,373 0000000000f02d8bffb15bb38653e4d18fe233cfe4dbbc143fa3bca29756126b 0.00 MB 1 0
72,372 72,372 0000000000fdac2bbb52cd58e2bcde69d46530508ea97312e9bed6826bf8285e 0.00 MB 2 0
72,371 72,371 0000000000c388d33c9fbf423be991c55fc129cd0bfefb6ea7b3a7bf6c61b422 0.00 MB 1 0
72,370 72,370 0000000000e2173650488a8e49fdaa1d334e622f2fcc912a4371cec3e1dc25e9 0.00 MB 1 0
72,369 72,369 00000000000af207a220e6e1ab767a344450ff194a801f8d186dd84891228127 0.00 MB 2 0
72,368 72,368 000000000015ffc6d59dd86d0eab381079fab43f5e841ce8a8bf1f7249c8b6ca 0.00 MB 1 0
72,367 72,367 0000000000b35076709104d2b7db0b553ce8cc029054d8f0be160ba94dab02d5 0.00 MB 1 0
72,366 72,366 0000000000c3615266dde2c6c4077b555fd5b66f069532ec5c0e86a15739d4ce 0.00 MB 1 0
72,365 72,365 00000000001065d99a727e001b3604e5ffeaed5dffc30ca48d279ad56455415e 0.00 MB 1 0
72,364 72,364 0000000000b9ac92d89b007b300ef6ce25ca5381b6752ad447fbb686bc3432f6 0.00 MB 3 0
72,363 72,363 0000000000b69636539c920f8b3068b7ea5e4e1df23ca517176306f807d15538 0.00 MB 1 0
72,362 72,362 00000000007eb768b44c00f72229f7099c3e69c952c8379b630f7805e22e57a8 0.00 MB 1 0
72,361 72,361 00000000001edd19bccb8698169a27c779f9049d738937c8927950da9881adc6 0.00 MB 1 0
72,360 72,360 0000000000b1bb601ac26ab82eeb37f39fcbe344aece6815cf72a137503bcbfd 0.00 MB 1 0
72,359 72,359 000000000058aa684cc293c29674eea181597b840c03b8050531bd376d397b5b 0.00 MB 1 0
72,358 72,358 000000000092b2ee804103620741aae735780eb94debf04f9181b0da74942971 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.80 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,139.92 GB sent, 112.34 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.