Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,281 transactions (0.72 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,414 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.71 vMB 2,273 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,413 (877,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,489 31,489 00000000ce13e2d877387db6a418974481fdcd946bcc72c3a52f1ed7ad34f2a5 0.00 MB 1 0
31,488 31,488 000000006184f354075ab0519ee0d00a4df044f35716c4a28fb5ac71941c6cfe 0.00 MB 1 0
31,487 31,487 0000000071dc1375c3f79b8911193dca808c3c7d1c8e063ad2f9bd6d53a72d8b 0.00 MB 1 0
31,486 31,486 000000001f16e6c5ffed36c601d3410f1e5b598e7a7baee9f9c7ad21960d46fe 0.00 MB 1 0
31,485 31,485 0000000013b78885408747c0e9c8b09a7afa00f6d7d2014feac3661f050e4c44 0.00 MB 1 0
31,484 31,484 000000004a4bd5d39a68787f96c6519aab05f5f0ecee3c939d3bd9ffbb36acdf 0.00 MB 1 0
31,483 31,483 000000009c9db76e8c4ed270a1b80be19dff255f453ae2a18698df8d17b67927 0.00 MB 1 0
31,482 31,482 000000005198a7fa962a3767227a42924e51068ce7503c4dac84f1c485dac6ae 0.00 MB 1 0
31,481 31,481 000000008fbbff85057dee9da4df4c9c7900f8ed0c38bdb09ec334f589603850 0.00 MB 1 0
31,480 31,480 00000000e1ff6446b8e7b106be06c26fde038ac30aff44b5f728ff9c04bd1119 0.00 MB 1 0
31,479 31,479 000000002383be3b3fc36d05d304dee79981f80a5a1f7e583e5d9041add14a23 0.00 MB 1 0
31,478 31,478 0000000030aa52070cbc45a010d1407f385c7d8434f95b91ba4f5a25ba0a296d 0.00 MB 1 0
31,477 31,477 00000000ec9fff85911532059d0253762160a339029b41c3707faa5d5345c911 0.00 MB 1 0
31,476 31,476 000000002575f110b9bb94669441eadb808eec9e03d483231d92bc6a79316534 0.00 MB 1 0
31,475 31,475 0000000057ba534ab70fda4142f7880079d3caa7ed8271a9488f0286309a2872 0.00 MB 1 0
31,474 31,474 000000008ce630c6581b9cf46e80750b64592135f9051abb7247b924bdeb5e61 0.00 MB 1 0
31,473 31,473 000000008789a4707f92765abda9052079ec3b4494f9add41bfdb75b6731f027 0.00 MB 1 0
31,472 31,472 00000000a7884acde68331b98b6dcdee1f163119a6f10e0b5310ab30ab838a51 0.00 MB 1 0
31,471 31,471 0000000008a8c4ab94af55a8f2f86f71a8a7e4ed522df1a5a0e2b89336d60b0f 0.00 MB 1 0
31,470 31,470 0000000056d37e86566bbae81c85e0d20ef7f408b6509f4ded751e3d876cc54e 0.00 MB 1 0
31,469 31,469 00000000ee16f99a6d1d5fefea0b144018140a29afb83a72af35ec4bdf8ba3a9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.31 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,071.04 GB sent, 109.71 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.