Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,957 transactions (2.24 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,669 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,750 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,668 (885,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,244 25,244 000000004386ab2fbcb70c41ab91546d807f0329b2fdb49305d7460cd6ae704e 0.00 MB 1 0
25,243 25,243 00000000ee0a264a3e9e545f33a43524a62ce44ffbf66595c6a8b1f0926276c4 0.00 MB 1 0
25,242 25,242 000000008469af855da2a6c9dd633bc79ad7b34912f0b818464c9e6d9242ff7f 0.00 MB 1 0
25,241 25,241 0000000008e5be18335fcdbb1254600a538e10959baae0cdf5b1849d905c1615 0.00 MB 1 0
25,240 25,240 00000000d75dc05f014a52d3d5f55c34089372b17cfbb9cf6db0ac86a56d66ad 0.00 MB 1 0
25,239 25,239 000000007613b7deba424017b40d9ee540b1717803816652d998907bd8d37c75 0.00 MB 1 0
25,238 25,238 000000004c1e4932d66e2142ab7d09a2b276dfea21adefe8a3c087631170f6c2 0.00 MB 1 0
25,237 25,237 00000000817290fe21b8f9feaa3b04a03fd7c7a9189ac2c19ca58f90040d9266 0.00 MB 1 0
25,236 25,236 00000000825a875b8dbf1591aec4796e7dcafc5950a73148d2842701666a091b 0.00 MB 1 0
25,235 25,235 0000000033f6b3dec9d7c5da0dd136cc373ba0e96f31b733dc392594f3dd23fc 0.00 MB 1 0
25,234 25,234 000000007afc4440990a2ba8dfd3d47069bab06c8c2f3ec691900acd09f4b1ec 0.00 MB 1 0
25,233 25,233 000000002d586b038084e10e2c05d45a446b0db57f0795aefdd52831fcafda6e 0.00 MB 1 0
25,232 25,232 000000004833aed22062134c40aab81c85b08b60f1e4f972c6544e5eda5e6724 0.00 MB 1 0
25,231 25,231 00000000d0e37113e17e4c99e8dfcc6303ede834efda2cead9faa781f65aeea8 0.00 MB 1 0
25,230 25,230 000000006641151feb352b154252df087e205d2110ec52df535dbeab8e7497bd 0.00 MB 1 0
25,229 25,229 00000000b0ccc39cf60a88740e3e079798f330b6f472fbd1323c837ddece0f1e 0.00 MB 1 0
25,228 25,228 00000000619d27373d11143e2f257a75e47dcf34f819c6ae746fde2ecbfa62e2 0.00 MB 1 0
25,227 25,227 00000000bd7e52a5312d0cdcec925fc54784c9460a084c1f89cda814835b66f4 0.00 MB 1 0
25,226 25,226 00000000632bb63b1b8b9f066a232ff5c1b86b7f33e55275f0d9cdb0026ec7cd 0.00 MB 1 0
25,225 25,225 000000007c6ed14e98f17055371747e01e12368e0ce76c957cf221e1d0bfcbb2 0.00 MB 1 0
25,224 25,224 000000004fbcd8a200291866b28d6caa2a88b4c8178103bdd653ce865e020874 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.68 GB sent, 121.71 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.