Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,666 transactions (1.79 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,132 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,696 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,131 (584,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,528 326,528 0000000000000000154f07823584767f78278de4394f4ae0d7f8109dde9970c3 0.35 MB 893 34
326,527 326,527 00000000000000000a6c8010e65c01b5cab8f5a9f390e6c79acb39a35436b78c 0.49 MB 665 22
326,526 326,526 00000000000000001ca631ec995341ed26e676bce30c0b5c7f9453b6557d6cc2 0.75 MB 1,683 39
326,525 326,525 00000000000000000a092a8e18ad06b87e47a92fd8e1fe625470676e4f1c8601 0.40 MB 767 26
326,524 326,524 0000000000000000043975136b4f7b6a4d8e9540d70a4b11c59008ac6001112a 0.10 MB 256 33
326,523 326,523 000000000000000018766e76299d060629505a3d6e5400e3c0131a67612c5d70 0.45 MB 882 27
326,522 326,522 00000000000000000f6f80cf1ee7d13b96f1081eab40bd951d739fad8370b488 0.14 MB 230 27
326,521 326,521 000000000000000005952a889233c2ce1cbd562fc2cdaaf0d52fd176272c5820 0.19 MB 398 29
326,520 326,520 00000000000000000eb8bd84bbe64e3a45db889aca1f4f8e22b48ec443496b93 0.35 MB 637 26
326,519 326,519 00000000000000000195d1a3a286c8c48403419c93d57fa18021801e7f32eed5 0.48 MB 825 37
326,518 326,518 00000000000000001e786cfc6929dc6e296d2f786efd2eb8cdf34d711c99ba00 0.02 MB 47 28
326,517 326,517 00000000000000001deeaa8d7ffd03ca241515a99d2c0393cc6740234f2123a5 0.68 MB 1,255 28
326,516 326,516 00000000000000001460055832acffba1016dc0693a0220b12115a526e5bddc2 0.59 MB 568 19
326,515 326,515 0000000000000000131f0dd9bda3167c81ef9e206569a339e3fc56a844fc324c 0.50 MB 853 28
326,514 326,514 000000000000000015525157a67b3cc0be59f6d6306aa6db15860cefd55156d6 0.08 MB 38 13
326,513 326,513 0000000000000000117073fcb2de9d97a2730d97a03ef72d9bea3b84a67b88b5 0.60 MB 574 26
326,512 326,512 00000000000000000fa402c2a9432a655560fb603e51f2e1818d8bfa742745e1 0.50 MB 1,172 33
326,511 326,511 00000000000000001ea42693a2d95dce20d13ffcd023205660503249e80c36fd 0.32 MB 541 26
326,510 326,510 00000000000000000cd0d38a717076b444d57656a889675f8761a26a214ad345 0.35 MB 773 32
326,509 326,509 0000000000000000140b34912e37f09c25982c1369ed1c889ea7b2f2711127ee 0.03 MB 55 24
326,508 326,508 000000000000000009d131d5f5b1a2965bc0c4aa6bdb7057820fdf49f7b5b98b 0.39 MB 527 22
Previous 10 blocks ↓
Total Size: 775.49 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,373.84 GB sent, 126.23 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.