Loading Tool

Explorer IconExplorer

Memory Pool

2,050 transactions (0.76 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 4.36/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,431 000000000000000000022b910000000000000000000000000000000000000000 2,020 0.02024696 BTC 0.74 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,430 (216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
912,200 912,200 000000000000000000007ead0a93bda579c37871ae32b769a1812ac106877744 1.53 MB 5,392 1
912,199 912,199 000000000000000000010b207fa1b3c29537afda052b7c1027d815605a2db977 1.57 MB 2,476 2
912,198 912,198 00000000000000000001407cc19422279a635937228402e82f9dc34ecf1f62e8 1.61 MB 2,958 3
912,197 912,197 00000000000000000000298a211e802889fe4ebb959d46f2f6e3929437f3d9a9 1.69 MB 3,793 0
912,196 912,196 00000000000000000001d23b2aa190e14746945abd355605ff08ff10f00dabe5 1.66 MB 2,876 2
912,195 912,195 000000000000000000020f45d2d4f5334cfbc4e1ae7c62a9ea712328e496b25b 1.36 MB 2,398 4
912,194 912,194 00000000000000000001dd654950d15aea3fbea7c6aab74d9956e9e74bae33f6 1.47 MB 2,731 2
Previous 10 blocks ↓
Total Size: 777.85 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,553.14 GB
    • Received: 137.52 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.