Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,737 transactions (0.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,599 000000000000000000022cb30000000000000000000000000000000000000000 0.98 vMB 1,723 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,598 (824,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,235 85,235 00000000001705b06405c14259b4618e501404e168385819db91e18706a08f38 0.00 MB 1 0
85,234 85,234 00000000000343aa902877810ae90446187f385d32b3f30eb910aa4a0f3bdd86 0.00 MB 3 0
85,233 85,233 000000000009d739c7dc7192a224d758e4c72266c3335d1272188696109fdbd5 0.00 MB 1 0
85,232 85,232 000000000000b920dfa5b904980b0f4677f5de5aa7a3c6eda8216feea0dc6162 0.00 MB 1 0
85,231 85,231 0000000000259513eab7e359a83109e752dc1c06aedd032a31e7cf57901331c2 0.00 MB 2 0
85,230 85,230 000000000006d38ebe2b5bda42408591b9cf9169b320d5d945cac6fda6ff2d52 0.00 MB 1 0
85,229 85,229 000000000008a5a581ac18ff8ca1889b5e44256d613f41e9c65e76f352b05982 0.00 MB 2 0
85,228 85,228 0000000000294844d909a77ac5e44582a5403267ce28c57febb808a4a18f7e4e 0.00 MB 1 0
85,227 85,227 00000000001618292c6db4167c25ac94b868df810b167371c5b284be2fede97a 0.00 MB 1 0
85,226 85,226 000000000006f76b64d7f435b10dff401b75352f40d419ff78a277773a0a0038 0.00 MB 1 0
85,225 85,225 00000000000b095cfc95f5057d9def67f80ac5957f650d942bcddcafcef167f3 0.00 MB 2 0
85,224 85,224 000000000019f0e5320d4e745da12b3752c0011017631290ab5c29f46304907a 0.00 MB 1 0
85,223 85,223 0000000000231dd9d38a053941eb9434ddd5f088c7321b41b3bfe282523010e7 0.00 MB 2 0
85,222 85,222 000000000029099d86835e8770c888c513d94188fee42aa0da14b8c914081f7e 0.00 MB 1 0
85,221 85,221 00000000000bcc0e9155a2f898f3bbf3bb8650cea458d25dd842eae312a7f19c 0.00 MB 1 0
85,220 85,220 000000000027cf012a74f28741093d7415dfb58c9f28c8fa0e623c711bb141c5 0.00 MB 4 0
85,219 85,219 000000000010dbf29159927404c1b90379f23b93acb4692a67afd91b48aafc83 0.00 MB 2 0
85,218 85,218 00000000002ac83687abc5b66c473289cbe8ef06d5a07afb71c5bcec37c8823c 0.00 MB 1 0
85,217 85,217 00000000002b6b7c5aba456cd1f39e4efac2472ed400f370e28c8da4727da824 0.00 MB 1 0
85,216 85,216 000000000003645c3b1abfb04d36f17467e0138e72827cb40fc9fc41c976d159 0.00 MB 1 0
85,215 85,215 00000000002caedb905f1dd580028d07a9cf68004ef2c0dc555a21539a6cb3e0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.66 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,098.63 GB sent, 111.63 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.