Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,982 transactions (1.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,123 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,548 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,122 (152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,970 911,970 0000000000000000000000a4936edf6015e7902cf1b01af2b208c388d03e8de6 1.65 MB 3,468 3
911,969 911,969 00000000000000000000363d204d3e2afc944e4dbe5a95a8739ad0c42e05f591 1.68 MB 3,998 2
911,968 911,968 0000000000000000000069d8b217fdf775657772cb5fb36f8d855d535e7f5735 1.67 MB 3,547 2
911,967 911,967 00000000000000000001d0f07ec90476d8aadfbe207e69951c83c18b40235d8f 1.71 MB 4,315 3
911,966 911,966 000000000000000000002bb432803673759850f08e527049720bba9894bdfdf5 1.69 MB 4,483 1
911,965 911,965 00000000000000000001340c90b4c84fc6fa0f4d298f02e80c62ea5ff5c34410 1.93 MB 4,439 0
911,964 911,964 000000000000000000001120741d9f270bfc57a98553208b89c5e73afd826274 1.69 MB 3,545 1
911,963 911,963 0000000000000000000200a39193d6c453b7e2c9a82172f4a501f97a23fdd5c5 1.58 MB 3,614 4
911,962 911,962 00000000000000000000cf2ea1c6552d80405755dc1e3425729292cb9a541c09 1.78 MB 4,866 2
911,961 911,961 0000000000000000000118d1328c5e714848872d45c3dce8545110286d173817 1.65 MB 3,418 3
911,960 911,960 00000000000000000000bbda261ede90cd20b38bf6715f2350bf86d8059611b4 1.64 MB 3,432 3
911,959 911,959 000000000000000000010c4231a8a31eb274ef2b80750c076171eec19aa63770 1.49 MB 3,304 6
911,958 911,958 0000000000000000000040cbfea5bec288ebc627facf1bc76a847f15dbf15618 1.92 MB 4,880 0
911,957 911,957 000000000000000000012ac9d2c8487ad0a26d79507a397cfe21561a5ed63d84 1.77 MB 2,986 2
911,956 911,956 00000000000000000000b781f123c10c9d5d4cf6f91f1a6e7aa16cc7fdbae260 1.49 MB 3,217 4
911,955 911,955 000000000000000000000ff9374ed3adb7121305cb25766fb6287f589c29e9f0 1.72 MB 5,130 0
911,954 911,954 000000000000000000000a45a1893dd921e2f53268d7b9014c9824378d6599cd 1.74 MB 3,573 3
911,953 911,953 000000000000000000013673d7456cb1025ff3439be284a091be03ea409b9459 1.10 MB 2,521 5
911,952 911,952 000000000000000000000555aad565ba196bf1b16dd83a284e234f4d2416cb80 1.70 MB 4,093 2
911,951 911,951 00000000000000000000ec3e55b2b2365f521dfc867194232e6a8b8332b38c8e 1.95 MB 4,616 0
911,950 911,950 000000000000000000009d54dd5b5cdb49504baa140a8c0db59c5ec4a8d94c68 0.29 MB 657 3
Previous 10 blocks ↓
Total Size: 777.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,525.31 GB sent, 134.95 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.