Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,036 transactions (0.61 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,372 000000000000000000022cb30000000000000000000000000000000000000000 0.60 vMB 2,022 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,371 (885,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,173 25,173 0000000050561e3c454735bd8f1bc813097ff68bff3ab005c023fea65062f774 0.00 MB 1 0
25,172 25,172 000000005e6191119b378bf22a7b6c1a123579efdb2d2c6422425b8c481f7bed 0.00 MB 1 0
25,171 25,171 00000000f89203602b85f98d64efea18166dae72b510ab3613b596a3a5c25f46 0.00 MB 1 0
25,170 25,170 00000000cd35852ae86221782864cbcd92bf7db7eb6452ee866129b2f9d3e81a 0.00 MB 1 0
25,169 25,169 000000009df71fd5d6c3c49c236020038d8bed2fefeeabf97fd92df1bfa006ec 0.00 MB 1 0
25,168 25,168 00000000cbdc1ac56a72e993ebe6e7f5a1f7e378832191a6eb3fc995d9d7df50 0.00 MB 1 0
25,167 25,167 00000000b5cb5c4e32e90cfc6e35cdc73943121d353abb9e5944ebbeac55201e 0.00 MB 1 0
25,166 25,166 00000000df8fc40770672f3bcae9345531f028f94b75e8b7c662971aa14022f4 0.00 MB 1 0
25,165 25,165 00000000c7ff1ab91c7feb9edb8f2720b7b1e99aad1e1355a659b07c0f740de8 0.00 MB 1 0
25,164 25,164 00000000c802861257c7cba00aa15b25f1b395b62bdeb9dfe0ab9cb9cbf6c672 0.00 MB 1 0
25,163 25,163 00000000a9decfdb402c81b9706421bee809e2bd28af533912e90aacc5a36312 0.00 MB 1 0
25,162 25,162 00000000b5a38e6bd36b5b5cf9f937c4ae005f59d1e32aa9d473e413fdcac52b 0.00 MB 1 0
25,161 25,161 00000000cdb704e7df270d95b47231843bb29096ed399e49efbe37da3a3c6632 0.00 MB 1 0
25,160 25,160 0000000031f37e356f9911fc27b9f2aff8874c45ab731bcd6c233d4050754be9 0.00 MB 1 0
25,159 25,159 00000000e3e211ab357a67bc79e6382e78746c7969a42f00680354fa261fe826 0.00 MB 1 0
25,158 25,158 000000009198d7261f9ea651c111dbceeaacde4af5fc74cfe3dc5668ca4f550e 0.00 MB 1 0
25,157 25,157 000000005423a6bd8a57d19b6ed2e2c8db4fcbed5bfb8cdf5dcaa78cc3432f37 0.00 MB 1 0
25,156 25,156 00000000a76bf98c0729dda6f882bb1b688809b39e1d6ffb81758db8b27a43a5 0.00 MB 1 0
25,155 25,155 00000000415da3d149924e3ccd512eb535164fafcfef237f52a2fb8d09f3e727 0.00 MB 1 0
25,154 25,154 0000000014811b6f529c3c82e18925759294de8aa9817281afaf5617c2c6ad6d 0.00 MB 1 0
25,153 25,153 00000000efea2f8cfa8eba5490043fd9e96a2b220555fb5f40f48cb18309461c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.09 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,233.37 GB sent, 119.01 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.