Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,414 transactions (0.68 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
912,094 000000000000000000022b910000000000000000000000000000000000000000 ago 0.66 vMB 2,407 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,093 (579,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
332,845 332,845 000000000000000015a3b64d8a8a1a5fa2381e01f11eb05f69a05e3b0fdac28e 0.75 MB 1,215 21
332,844 332,844 000000000000000008a038bdee1de1df24363a964fe75c74f22a39863e4b596d 0.75 MB 1,622 25
332,843 332,843 00000000000000000f5e89456d0ee9c09583fd16214765ddddc7e7356c36c79f 0.35 MB 1,332 48
332,842 332,842 00000000000000000308885d6568eaeba75417386be7c1459e9a545b7d37ab41 0.35 MB 1,327 53
332,841 332,841 000000000000000015b79e7d61260e16269fb6c39750179ab387029d0812266b 0.06 MB 47 5
332,840 332,840 0000000000000000057d375018b956348ccb95041fc8a5ad62dd29ccf544ac2a 0.73 MB 878 18
332,839 332,839 00000000000000000ebab027661570b7881bc2718b35d00d0ba9a7c9eea00a58 0.75 MB 1,662 30
332,838 332,838 00000000000000001094c9aa615ee2dcbe12107532a961b461aeaf7eabe4abc4 0.38 MB 1,004 35
332,837 332,837 00000000000000001a43583254498e2b8fe6edd78a79cc6012d6652b48be60e4 0.10 MB 177 17
332,836 332,836 0000000000000000010a3c663191f34064a84b1fe95880e5eadcf8a682236e4e 0.71 MB 941 19
332,835 332,835 00000000000000000be89c1c6292fd5734f8d95831529b9ae65f10f07167fd87 1.00 MB 1,870 29
332,834 332,834 0000000000000000120f2694a0646959f2a98ae98418e91982958da415ca6274 0.33 MB 964 40
332,833 332,833 0000000000000000110b36499bede7e2eeb93dfd8ec9f6cc47593d87229d14b3 0.40 MB 893 30
332,832 332,832 000000000000000014ae26800df603a74b0a37d0456b20187bd44ce4350988ad 0.46 MB 904 28
332,831 332,831 000000000000000000abc0c72d53f3740f617357c1e116bfcc5598d744d2e5c9 0.27 MB 521 25
332,830 332,830 00000000000000000f5735272ac6cd6b424f71a53b75c29b247d55f6c596ee24 0.37 MB 598 21
332,829 332,829 00000000000000000340226127e05f55780c7d22dec2dc1743fbae161f4afd5e 0.44 MB 887 28
332,828 332,828 000000000000000000f05054ecc0c7005ea03e6077859a3934a1bcf95d4779c9 0.15 MB 278 24
332,827 332,827 00000000000000000288eb7d790490b960e1541273a784b4b77b958dd1316175 0.24 MB 397 23
332,826 332,826 00000000000000000f663646cf8eb7e109f10af152d888116c830468e94e4eba 0.11 MB 176 21
332,825 332,825 000000000000000017e99b4fed8aab060e3b0dab468ad743f867594e55400e26 0.58 MB 916 23
Previous 10 blocks ↓
Total Size: 777.25 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,523.36 GB sent, 134.62 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.