Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,823 transactions (1.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,908 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,224 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,907 (277,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
634,046 634,046 000000000000000000080bb3d47ab6466868ad8490e244b181b30a6c2f42f355 1.15 MB 2,348 21
634,045 634,045 00000000000000000001828f89e5bb7b43c520ee0034ee7ec12528dea73ae369 1.20 MB 2,669 25
634,044 634,044 0000000000000000000bd7b3c81bb43d2403965403c3c253d97d016734404ae7 1.40 MB 2,412 29
634,043 634,043 00000000000000000013c16686de772c2af5c01b49488026feeca856b292aec7 1.32 MB 2,644 56
634,042 634,042 0000000000000000000e5f05460347e3e28af872cc6b4bb0623dd06ef34894b8 1.25 MB 2,903 37
634,041 634,041 0000000000000000000f938ee8dadb275933bd5babb85e94becac7e6a31ee928 1.16 MB 1,537 70
634,040 634,040 00000000000000000013c10e2c97fbf7247d695c157bd08bc2ffc7c822dc05f0 1.27 MB 2,820 30
634,039 634,039 00000000000000000011ecf6ef2c8976e6a3d104ff91939b4aa688d17e548dab 1.32 MB 2,694 34
634,038 634,038 00000000000000000005474d78de03be0a7d045f7c22522eb1da393c624e85d7 1.19 MB 2,530 18
634,037 634,037 00000000000000000001ca94c25ef9f681d42e8f3d6ab8513be3b7d7ad442d9e 1.18 MB 2,669 23
634,036 634,036 0000000000000000000c34bf18ca622a8cf3be8ee156c7b6355cb22505a8c589 1.28 MB 2,096 35
634,035 634,035 00000000000000000011155efbc13b1ce24da528561e9b04e907d62d7fc9a5e0 1.35 MB 2,535 34
634,034 634,034 0000000000000000000db03a9e01c1436d51981d6a54a2bf9b1cf0388ff02b87 1.27 MB 2,669 27
634,033 634,033 000000000000000000104d8bf6c17e151a1f9693a8ff4a8b9c03cdfaefb10d12 1.32 MB 2,915 38
634,032 634,032 00000000000000000000a32a6e4caa83f913b76251b930e090eb2f8fc32408f9 1.26 MB 2,759 22
634,031 634,031 00000000000000000007897a1cf25a3f3c057bda5140eed7b423f72327e28806 1.31 MB 2,168 22
634,030 634,030 0000000000000000000e1dede4ccede1280f17107688fd601772e7212f574602 1.35 MB 2,466 25
634,029 634,029 00000000000000000009cc9d26058e7f2fdd5ab4709362e9a32059b39a752ca3 1.25 MB 2,730 48
634,028 634,028 0000000000000000000438ed8b2267643a8a3a5067708d066d342ccdc99d55d4 1.70 MB 1,641 66
634,027 634,027 0000000000000000000d1e4cf9f6f0a6fa88aa162e08a966bf3043f7f77e21bb 1.27 MB 2,997 51
634,026 634,026 0000000000000000000cd3c5d7638014e78a5fba33be5fa5cb10ef9f03d99e60 1.71 MB 1,659 70
Previous 10 blocks ↓
Total Size: 776.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,480.13 GB sent, 133.05 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.