Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,372 000000000000000000022b910000000000000000000000000000000000000000 643 0.00555787 BTC 0.19 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,371 (150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
912,221 912,221 00000000000000000000ab1afa86f8edff13d814e9faff0811c48271bac2da72 1.91 MB 2,914 3
912,220 912,220 000000000000000000013ac42118ccfd41e686234d7039d73c4268686a5b09a8 1.64 MB 5,170 1
912,219 912,219 00000000000000000001eff6e35fe41cb02093ece9c873952ef0e7cbae1f864f 1.77 MB 4,133 2
912,218 912,218 000000000000000000005fa8b6d959f46e79c42da69aa00b6e608952e9a92bb4 1.54 MB 6,014 0
912,217 912,217 00000000000000000000b5acb88c3fda303f6fb9bbee3342e56635d671f14b5e 1.59 MB 2,988 1
912,216 912,216 00000000000000000001b6debbd95be95645f2841fd4bcbbd228228c73cde03c 1.53 MB 3,320 4
912,215 912,215 00000000000000000000457a327c697ada711841ccd13caa4606b77be5502b92 1.66 MB 7,259 0
912,214 912,214 0000000000000000000113681873ed66db061222fb8a6d4eabc1d9dfdcfcf44f 1.63 MB 6,549 0
912,213 912,213 000000000000000000015d699440b467f3f1694522e52bd1a3a3f0f01847dad0 1.58 MB 5,951 1
912,212 912,212 000000000000000000016973209e6908a08db72c1ed947d54cf472fac50481af 1.65 MB 7,306 0
912,211 912,211 00000000000000000000436d5fe325b58049a2fa45bd8e5ce445f4867105ab48 0.72 MB 1,519 2
912,210 912,210 00000000000000000001a417700be5ca9a912b2f3d39e37f979ee99e640eceeb 1.55 MB 3,360 3
912,209 912,209 00000000000000000000314267ecba8ae83811d8e92344157ef7ace556759305 1.65 MB 4,741 1
912,208 912,208 00000000000000000000f95f632d40a03a9af4988fca1f41abbaa66e633d262a 1.65 MB 3,579 3
912,207 912,207 00000000000000000002157ed3c31fe0f3f1f58761c894a6bc607e8883489461 1.69 MB 2,161 0
912,206 912,206 00000000000000000000e29e735420cdbdfee5933892c2a08dbb64639a2902e1 1.64 MB 4,079 1
912,205 912,205 00000000000000000001cea82e5dae97091118cd79c5e908bc66f11bdbf9a569 1.76 MB 4,890 0
912,204 912,204 000000000000000000000acf7477c0a89376e2c151231b29dd5164438c1c2be2 1.60 MB 3,431 3
912,203 912,203 0000000000000000000141e7b7b0acacba2555c6b60673cedd7fd03e11e7faab 1.60 MB 5,733 0
912,202 912,202 000000000000000000000256007d085451ba5f916ba9bc8e8bfab3e6f044020a 1.53 MB 4,623 2
912,201 912,201 0000000000000000000034cb1c72bc455ea8a20e3d50f9f4fc0a4da3e459ebb3 1.59 MB 5,210 1
Previous 10 blocks ↓
Total Size: 777.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,546.32 GB
    • Received: 137.05 GB
  • Uptime:

Notes

  • 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.