Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,262 transactions (0.42 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,826 000000000000000000022b910000000000000000000000000000000000000000 0.42 vMB 1,262 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,825 (880,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,207 31,207 000000006c7ebbd68bda1e13c59e48e2cd89ebd2c61ea679d33ad82a263266d9 0.00 MB 1 0
31,206 31,206 00000000deace42510db01ed7ecd736f2a2126838f0784f305cbc813c8ccdb81 0.00 MB 1 0
31,205 31,205 0000000066bb79c8d99e3b93aac7d4a447275fe08466be31ea97d1129c4b9645 0.00 MB 1 0
31,204 31,204 00000000590a51f3a998309299b850b0014bcfcdcb9667f6d1155d1c8cdf51a0 0.00 MB 1 0
31,203 31,203 000000009af5dca5965f830355aba3ea056a984002bce775e4ab1aa55a62b8ca 0.00 MB 1 0
31,202 31,202 000000003fb058d2f2529e359619eef685402f5cb7f0577e2d91fe26803e202e 0.00 MB 1 0
31,201 31,201 000000001f43f2e04ae011e180dbe5d2fd6e51a0dfd6ec841c15c28e0aa30efc 0.00 MB 1 0
31,200 31,200 0000000081b30eb94106a6a86f688af62d48e8269f663a8c3f784099ff96f2ee 0.00 MB 1 0
31,199 31,199 0000000000b4d3bac73c2f78a60cf11084c850a4aecee4c871d56ccb0e19a0b2 0.00 MB 1 0
31,198 31,198 00000000a54ee323c4848d51c640be68794d71bd7f5302efa70f060ce8623802 0.00 MB 1 0
31,197 31,197 0000000071b1988c4302320585d61c21b2c50911cac9ef9d135572aabce2c3c5 0.00 MB 1 0
31,196 31,196 000000007b8111fc47bc4bf0060f837d2736b991722d2229a1d66e3e2298b00e 0.00 MB 1 0
31,195 31,195 00000000d8369ebd2c0af2018c32701fb7cd3e7678c20cdafde1619e3e3b51d1 0.00 MB 1 0
31,194 31,194 0000000003a2cc2a1d0ac26d2604947858c4a6c830d98b44b982fea37e4f8128 0.00 MB 1 0
31,193 31,193 000000005e61e96fec08aee5575dac8a697204a0e77a3c119bfb4374ddfb9b38 0.00 MB 1 0
31,192 31,192 00000000fbfeae910c746c0b361a3e6981c3388ed43a5e49273e2e3e983b007b 0.00 MB 1 0
31,191 31,191 000000007df85396d3f929f01dfa82d527b8711141022536f408bb0e32a5c6b4 0.00 MB 1 0
31,190 31,190 000000000bda29a2e4a9df42abf4521ac21fa5d4248e53c82cba5ca51b20bda1 0.00 MB 1 0
31,189 31,189 00000000d33201994b488e759a9c8af2e5dc666a4c0d935450ac8f8344f51d45 0.00 MB 1 0
31,188 31,188 00000000767596adcde2bc72b66bad9a9f1c333ef80623763cce940bdd56cd2a 0.00 MB 1 0
31,187 31,187 00000000e151d7abf884e567c1af2ed380fab9505828dfb01e4ed41277aad501 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.77 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,464.97 GB sent, 132.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.