Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,841 transactions (1.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,398 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,058 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,397 (874,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,518 34,518 00000000721a02b0790fee418a82d2cf94b99915c36c0ef297e2fbb7d8d9488a 0.00 MB 1 0
34,517 34,517 000000009615b185ceab72b63444b3639e67b2480df72e0f3e8e9b7efdbd7b06 0.00 MB 1 0
34,516 34,516 00000000a889001015bc67731bab9ae5eca2600d21c4c1b2387e33dfb22b9bc1 0.00 MB 1 0
34,515 34,515 00000000043440c78a80966eb56040cb796035ce4a3a9d9f88cc694b8e9f127d 0.00 MB 1 0
34,514 34,514 0000000054a4d17ccb367a8d453f8d332f9ee758779e7c04f00ebd80809dc7d1 0.00 MB 1 0
34,513 34,513 00000000a7a1e7daf29792eadfb4e4e9c9f9019f1b817f54b63a737c871f0f76 0.00 MB 1 0
34,512 34,512 00000000ae62e4666ae3526b9cc92fe75b1557aea2e24b88abc81869e297a315 0.00 MB 1 0
34,511 34,511 000000001c30359c569a63e49a04282a6d6b67d855af21e8248afa8086fa2710 0.00 MB 1 0
34,510 34,510 0000000009df2cae337c0e0e15cf0eb086223dd45a11de02dbe06cbe36aa0863 0.00 MB 1 0
34,509 34,509 00000000ab0aac8d9848d335ff886e305bf8733f60a58288c0645bd26a0f6492 0.00 MB 1 0
34,508 34,508 000000004376bc274275fee97d8c7efeb0c78c796ebbf9e35ae7ef7f741d9dbc 0.00 MB 1 0
34,507 34,507 00000000231867c8ea271d0c2c67bb561b14079169746dcbb7ef7354f26b88e6 0.00 MB 1 0
34,506 34,506 0000000005230f58d3171953338a4fb353f9311e650919299271710aca01d07a 0.00 MB 1 0
34,505 34,505 000000009c407c28a8692d42a781a7341e1be868c12ddcc225fe3ce2167406c4 0.00 MB 1 0
34,504 34,504 0000000049640c85b4defec558cd4d553b7d9c25c713fd6b01fdcf53d5430b32 0.00 MB 1 0
34,503 34,503 00000000984f6902ab2c991ce3464c2a4a15270433aed8fcb18c225b63dd9f03 0.00 MB 1 0
34,502 34,502 00000000522eca92f6cc8dd5b5b303edbc756d834fc6a28930dcc5d11e1d6c56 0.00 MB 1 0
34,501 34,501 000000008d04d24b1b46db42d91f7d6bc268b8ac7baa40f9123649e616dde794 0.00 MB 1 0
34,500 34,500 000000003a8f21d5801b0fb5df97039e675ea86f81a256cb4a1917d86ab90b77 0.00 MB 1 0
34,499 34,499 000000008c7893f725a7f6434e607cd2fd5b10cd7e1ef9d2fbd5313931ab2d32 0.00 MB 1 0
34,498 34,498 000000006b014783b2fdc7d645dbb537e3add3b2e2b01d02b72aa2d80e7f68fb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.28 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,069.90 GB sent, 109.53 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.