Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,000 transactions (1.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,787 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 4,050 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,786 (892,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,305 19,305 000000005735d8b4b411ade491b1aa39d0e41642b909593785e9568c26e7fb6b 0.00 MB 1 0
19,304 19,304 000000009217e14795c099601d497c4c5cbc8c38fb545241621bb2637a3832b8 0.00 MB 1 0
19,303 19,303 000000008123a1523b558cb048ca84b37f1d22c0617bce8f0f5a498743117caa 0.00 MB 1 0
19,302 19,302 00000000df8a69b8dc9de39c4554c15b1213387e8cb44804ac7dd0304a12a284 0.00 MB 1 0
19,301 19,301 000000001e1cf4c3fa116522625d173a7ceb1e0f78704ef778a88a0e50186d75 0.00 MB 1 0
19,300 19,300 000000002bd5825c558700e30ee89141bed91fb44b8abb84e52eb2bdc8760544 0.00 MB 1 0
19,299 19,299 000000005f3f1b6e2bd5d8542568e3bdf48bc251e5d4bbf14f134b80367117c5 0.00 MB 1 0
19,298 19,298 00000000cf2e45dbc66d37845126d2f0f2dbf16d11208310a628dc5c55c6bb2b 0.00 MB 1 0
19,297 19,297 00000000a584a4f58f35e4ef5b349e68b12868d16175ed160e6bc2d7858d8dc6 0.00 MB 1 0
19,296 19,296 00000000221de5ac65f61eb67fa845b7d5f332a3ff6e008f089c4af5fbd55e1d 0.00 MB 1 0
19,295 19,295 000000007ad2cfc3ff54aa928b6582c9c2c43ca4b1041256ceda37319d4633ac 0.00 MB 1 0
19,294 19,294 000000005beb6293bc631cf8a78042eb39be00a1c0d8b22662f7f4bd9b43c993 0.00 MB 1 0
19,293 19,293 000000004cd77ddeb3ff053cd2ed00a06d8a19b129c02c87e42637a1db5aa6be 0.00 MB 1 0
19,292 19,292 00000000445be16d488f7ab1268db6c4c3a827c829dc52d3fc948646c39c240e 0.00 MB 1 0
19,291 19,291 00000000fef483fc2e5d384431e26a53e8d36c169c0c5fbccb55128c1313dde0 0.00 MB 1 0
19,290 19,290 00000000d59c6d504c1070995783fe0f13c2959e2fce3e7c7ba769f44fb61550 0.00 MB 1 0
19,289 19,289 000000009f54c8abab4dc08c4a75f4fd0e5fdae89019292d46366df8f2798933 0.00 MB 1 0
19,288 19,288 00000000b6f11ad1261736c50b808d51ac0c41c41f1e8323f3083a9654846562 0.00 MB 1 0
19,287 19,287 0000000010c28c7f09ceee3e43881e67c82bbac30b39412ca7dd308054c5f070 0.00 MB 1 0
19,286 19,286 000000006a1625507dfcb0d2bea5253fe10e40be67e9f0779b80e57c76e8af47 0.00 MB 1 0
19,285 19,285 0000000047cbd9e583defa77d694619ce693bd4d088b6a5605be0bf6e009b81d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.69 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,442.11 GB sent, 132.02 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.