Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

872 transactions (0.31 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,481 000000000000000000022b910000000000000000000000000000000000000000 0.27 vMB 847 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,480 (670,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,136 241,136 000000000000001513cd125e8c5339454cff667d6676daa5c0e957130e6e7d65 0.07 MB 116 95
241,135 241,135 00000000000000b116fad370cc01a6d2b227543e12978e21fe0771f8d7248796 0.08 MB 161 137
241,134 241,134 000000000000004ee9bfe2621c04b65a56d02708ae47e3463119bf884fb385ac 0.06 MB 131 144
241,133 241,133 0000000000000082e5ddc4b999d62368ef7f70d25e62ee67f2349b4e6f4cf341 0.05 MB 114 152
241,132 241,132 00000000000000a020e79f32cf90f925e1f4af0ed86699bce3cd0807cbe893a0 0.06 MB 129 165
241,131 241,131 00000000000000a96a592b32dffc46a909344b80fbbc51aab2fe8e94dc8c6b8e 0.06 MB 96 121
241,130 241,130 0000000000000103c2e8cdb4c86ee1f301721f87819c1ba360c319d0b035f636 0.25 MB 189 25
241,129 241,129 0000000000000015d60231d255f4aae1ab1beef022c0887362dc97f3ff907416 0.19 MB 324 136
241,128 241,128 00000000000000cbbcd290d2c0a84be630daa9ff760c30d1cc689142c144515c 0.03 MB 74 33
241,127 241,127 0000000000000052f43f7f9a991bd0722afa75b5f2a5fd3d3cae7de5295c8dd6 0.14 MB 292 104
241,126 241,126 0000000000000021af5de5e8499ab06b0fcf4a9fec9de0fe5c1f89ad221a16ac 0.25 MB 619 208
241,125 241,125 00000000000000899bbeedc02751ab039d1a197b053101c0eff8d9bdacdda2fa 0.41 MB 794 140
241,124 241,124 000000000000002da70a7dbde5ba6c0b90862a3229b3baa42a7d1d44fd2e3023 0.25 MB 689 219
241,123 241,123 00000000000000639d423e95450eba9b754d841e570fa300da1c4a42bdcb21ee 0.09 MB 190 162
241,122 241,122 000000000000001df9bc6bee7e90af5dd97d4c7d41eed84f368905d358dbdcfe 0.20 MB 467 173
241,121 241,121 000000000000003bdb8b81fc442701daec78e8700180b6c95b95b8f7d02d65de 0.25 MB 190 59
241,120 241,120 000000000000007c6a3aeb283bcee905d013510a64612f2e646a76cea253d61e 0.02 MB 46 222
241,119 241,119 0000000000000017a7e6957e379ce11d398ed5773007d7310ad85b4f8512ea33 0.04 MB 64 51
241,118 241,118 00000000000000e32a249d4d011b2b710fe6befeee7ffa4a7467a736137f3440 0.22 MB 537 187
241,117 241,117 000000000000007be292cf60c2ae65cd119da3e751c3bc02b0f375dfdafb2b1b 0.03 MB 69 201
241,116 241,116 0000000000000059a1dff6d0c91713d63d08797a59982573770c7785df75796c 0.05 MB 109 138
Previous 10 blocks ↓
Total Size: 776.13 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,411.27 GB sent, 129.35 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.