Loading Tool

Explorer IconExplorer

Memory Pool

34,238 transactions
11.19 vMB
0.12404291 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.60/200 MB

Candidate Block

Mining Attempt eb651c7f272fd94c7a0e4fa9426f3ba73b3d33ef4e3d79b332732840704d47ad
Version 20000000
Previous Block 000000000000000000011ebd83612b996cae9108d9add28b828f99f3c93d70d7
Merkle Root 75aca6058db259fa9974d80c5a971188d5c5f98e0b53f1e01b5b1e1caceb25ab
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,817
Size: 1.00 vMB
Total Fees: 0.04454070 BTC
Avg Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,032 (649,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,192 263,192 0000000000000013d4362d4152363d66827b4722f2049f40aec8bf097e147b6d 0.03 MB 77 112
263,191 263,191 00000000000000049ddfa747e23de919cbc19cdfa928994b2e012015c3d7ec05 0.08 MB 168 68
263,190 263,190 00000000000000085cc971cc769a106b13b6d6affa5fbb44b2c181e5fa8a2ff9 0.04 MB 113 96
263,189 263,189 00000000000000126b454e7b54684d064c473724e240501df134a50257636de7 0.04 MB 96 67
263,188 263,188 000000000000000b82239da2e0b3ad61a80c67c9f1b2596167b6d1c591bec00a 0.01 MB 29 78
263,187 263,187 0000000000000014a2a1928282f538ced2a80462ab11988ff5c15dd6e023c75d 0.04 MB 93 101
263,186 263,186 0000000000000001f4243cde98ddfe0cdcfafa4e4f8f37d2cc411cdc8b5ef8f0 0.15 MB 236 45
263,185 263,185 000000000000001682c39051745c50a2eed97cce39e3312f9aa43d7bb337932e 0.12 MB 235 66
263,184 263,184 000000000000000227a6008f1cf91615b57a80bdd58602004b115fc7e24da1cd 0.00 MB 10 93
263,183 263,183 00000000000000103b60de19414f30d093e43d79ae497d72abd24b9879dce789 0.15 MB 199 40
263,182 263,182 000000000000000fb70a95e4ad9eabab4be7a0245dc063ff06ff889135f4506f 0.21 MB 426 57
263,181 263,181 00000000000000167e7a7f945a129a05f7b073b27e4a6959cb2dc74475dda8dc 0.25 MB 665 180
263,180 263,180 0000000000000004b3460ecdeaff4d6e70e08fe886fbb00fb39be6e8418f3fbd 0.15 MB 301 53
263,179 263,179 0000000000000001aad80289b8c45d1dd21c331d432a6f078944c20a26920b83 0.25 MB 574 123
263,178 263,178 000000000000000ce76e6ef2bd4d5b40f6a4492e1c522762de1ac236d1f2c590 0.24 MB 574 118
263,177 263,177 00000000000000146e5bda3670f7221826df9833eea0c78068e8657c87b6a7bb 0.01 MB 18 150
263,176 263,176 000000000000000d11330db7e3fc0225c9aa0c02b2dca28c22634bf0000cdd7a 0.23 MB 566 123
263,175 263,175 000000000000000b40eed5bfe591ff6bbab3a1c4de23ef858688ba20a168017d 0.07 MB 163 91
263,174 263,174 0000000000000000982f2bbe050d4d339732d53cab7d75ab926c003a22f5ae70 0.02 MB 62 73
263,173 263,173 00000000000000023b6171d6765a7b399f4c7edc6bb2e2e49a89be29a89b5cb0 0.00 MB 5 139
263,172 263,172 00000000000000075a4451d7dc7a3db0b7525b621a8c8ef825d7fa2d10692b70 0.14 MB 157 45
Previous 10 blocks ↓
Total Size: 778.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 21
    • Outgoing: 10
  • Data Transfer:
    • Sent: 0.09 GB
    • Received: 0.03 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.