Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

300 transactions (0.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,622 000000000000000000022cb30000000000000000000000000000000000000000 0.14 vMB 293 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,621 (871,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,100 39,100 0000000025b47ffb637a7fcfc3a5faf0243fd1dc29a42b1b7b286f096a5d87ef 0.00 MB 1 0
39,099 39,099 000000000bcaf0db630207fe0909d92d2b599deac01f81958819359acd42fe91 0.00 MB 1 0
39,098 39,098 000000006a27206626db3917cd10177ce988a9d5183b14cced96a617cce19013 0.00 MB 1 0
39,097 39,097 000000003d7e84faf5820829c3ffa121ebd5e85e9f5bbc5778a06811c1571898 0.00 MB 1 0
39,096 39,096 000000005b63d2ef6dbbf4d2f6a169e5def056be20b8a1a26ba0022b13034886 0.00 MB 1 0
39,095 39,095 000000008649039231ee36b5d01fa5388498ed81801cf2e305a09e48c833bbe3 0.00 MB 1 0
39,094 39,094 000000001543f1af1544f1d1b9539176bb30d80019cd2664d9caa44f565d5b27 0.00 MB 1 0
39,093 39,093 00000000638a19ef3aba909ae3ff4268a1cbbacea51ca4a466465b861a3adc41 0.00 MB 1 0
39,092 39,092 0000000067bb11b5e07a2e51a48f39744178becbba8031e2876f1e3f2dd8aeb1 0.00 MB 1 0
39,091 39,091 00000000182b345e0d8c0404825cbc20a043446bd4b7753c9791e54765d70dca 0.00 MB 1 0
39,090 39,090 000000002b90d36d293976e3068871b1753a827edb3dc3edad9d2239588c084e 0.00 MB 1 0
39,089 39,089 0000000060ec9d0bc91b22aa664a5112c31c977db35ff9921e7fd9ca947175e0 0.00 MB 1 0
39,088 39,088 0000000015c94b977132fc9a6d0b638145ac4bc3280a7a4b85465a71d8edd68f 0.00 MB 2 0
39,087 39,087 0000000075195f384e6af026f1a09e657acc6d5a55ce9d2ef294ea8d3d9e70f7 0.00 MB 1 0
39,086 39,086 00000000787b6482c8818224eada32b99ffb4a8149b9b0d6aec3200f34220633 0.00 MB 1 0
39,085 39,085 0000000089a77a9806448d88b8d62945881f7cc0628a0ed126c1725e20da59a1 0.00 MB 1 0
39,084 39,084 0000000005aafdec0978d943e21c92f37ec7fcfd51c67a75a0cde83d29b0ab17 0.00 MB 1 0
39,083 39,083 00000000505d0424895c44fe65c8deb1b5e9928cb75110eb12a0ac7709d6ba1c 0.01 MB 2 0
39,082 39,082 00000000415152019dd98bbebde407bd955aabe0fa71fa60e1592e3b76d75252 0.00 MB 1 0
39,081 39,081 000000000de7a0a511b2e279bd36c0a5e3c6c9459660505d2fd43c3a0948546b 0.00 MB 1 0
39,080 39,080 0000000022c838f6f5bf0ce57717df0f7131d02bcbd9f14ee0be521205c6b974 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,258.44 GB sent, 121.13 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.