Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

801 transactions (0.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,748 000000000000000000022b910000000000000000000000000000000000000000 0.27 vMB 791 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,747 (892,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,208 19,208 00000000f6db93fa5b773d1e228173e274b3e9b9746e27c04d2c9611af7c3e6a 0.00 MB 1 0
19,207 19,207 00000000cc4404f3631ba61d1c91759950e45442eee3b0830f3f02b8c850e813 0.00 MB 1 0
19,206 19,206 000000005259430a2c4204e3cc7336333e5f784d1962ea50eebcec33d586c1a1 0.00 MB 1 0
19,205 19,205 00000000cf6f829e56ab4a0faedc7ba66d4cf24c69d0dd0cadcfb41f287fc618 0.00 MB 1 0
19,204 19,204 000000008db8672c146c2e23d515b992aa6cce5d902d024f1a30e4d8cdc1d06a 0.00 MB 1 0
19,203 19,203 00000000d529ccf3546b9de4793675d87e211a65f7dbb569eac0fd7dc215d6be 0.00 MB 1 0
19,202 19,202 0000000031d5f24abf5e5ef4d219da8a11bd954ac75758af203877246eaf471a 0.00 MB 1 0
19,201 19,201 00000000c5df1d5c08d9f447de84f30a0512c961e7715d078e47e68283e75f8b 0.00 MB 1 0
19,200 19,200 00000000d7df5f0be432e393da8e2ad65a4e88b68c95c88230c55524eab87767 0.00 MB 1 0
19,199 19,199 0000000039596c3aed330eac667d70cbb6f25905c27b7d670648a80bc16fa8e0 0.00 MB 1 0
19,198 19,198 000000008c1fa24e936411a8ca13fb5d4df5ca0276b24987d442ad7ec48ea990 0.00 MB 1 0
19,197 19,197 0000000058f3196b0bb08c55bd52b443d97ba475a8d2b0ebd5fbe604ed2b556e 0.00 MB 1 0
19,196 19,196 0000000051b9902bc1bacca5d6c7bac76a6abf3fc20f80420bbe58d067440fd9 0.00 MB 1 0
19,195 19,195 00000000a944d6e24f7adf46510bfe4d86d2f3f39a307ffa15f0dcbf5e0dbacb 0.00 MB 1 0
19,194 19,194 000000000ad93882de7bc86238682c62d0d1dcd8582fb5f9d88226a3dce20e2d 0.00 MB 1 0
19,193 19,193 00000000bf1aadf02a4cbed85d539ec235deb4f81ed51b3c022c62d55df04b5d 0.00 MB 1 0
19,192 19,192 0000000084521b6b51dc6a8f3cc15a5db5f86a7309386b29b518c225657481d1 0.00 MB 1 0
19,191 19,191 00000000ff75a3a478d4a5582829a53ec02d0ea7c8abfed98073d2789ed0c13a 0.00 MB 1 0
19,190 19,190 00000000932aceb84819b749cb7d5cb774a1142d948a7ea494f2b3ecdbe1e638 0.00 MB 1 0
19,189 19,189 00000000e8587e109330dc96f898c2a1872f6e09b2430425f7358aadfbc2262e 0.00 MB 1 0
19,188 19,188 00000000811b5dc8a3023ac062ef6c2a0e0a8735753d36264f0754181298cdcb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.62 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,428.75 GB sent, 131.67 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.