Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

826 transactions (0.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,143 000000000000000000022b910000000000000000000000000000000000000000 0.22 vMB 821 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,142 (880,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,154 31,154 00000000e855a5d258c1ec24ea9bebf4adec0c16cff3cc51ba5da27cb2cd4925 0.00 MB 1 0
31,153 31,153 00000000448bd7e8b80866ee54302c657c6db611053372676bc47f5af04247b5 0.00 MB 1 0
31,152 31,152 0000000010a2be53d725383c8a046a3190f4301c8a15a3d3996d52c8982ba57c 0.00 MB 1 0
31,151 31,151 00000000a11cbf1f9763b6e42e4d77c938b2e499c3da1ddb1cad300840d768ee 0.00 MB 1 0
31,150 31,150 000000007ff6604ddd6536b2a16a17c2c326cb6eace2c072a7721de21ab69821 0.00 MB 1 0
31,149 31,149 000000007f0b69404619e65413b64c3228c2fb99af567e51caf4a1e592c24501 0.00 MB 1 0
31,148 31,148 00000000861edc07fd6d7beba1393507beebb1f9b68c7065a5ab8a6f0bb82cde 0.00 MB 1 0
31,147 31,147 00000000863665d988ea6590e23a7cf46861cafee20ae6b941bafdf1fbe13059 0.00 MB 1 0
31,146 31,146 0000000096875b223d0fd1e7585189dc3e139a1c8707c3c4b88df5048d5a89b4 0.00 MB 1 0
31,145 31,145 000000009a7640c1a28daa8f0205ccac327331a2047c87db0e20ad17a3375f35 0.00 MB 1 0
31,144 31,144 00000000e1697f3be0c749d9f4f8365959019f8a02950ac564938a7fdbfd09ae 0.00 MB 1 0
31,143 31,143 000000005126435531167dbf0d4f47529db874003bc42815ba867a40d9db0b72 0.00 MB 1 0
31,142 31,142 000000009c29459bd47ec27071beb7ccfdfe88d991d52ee3461b0085fa94fecf 0.00 MB 1 0
31,141 31,141 0000000099e3778c61a2fd01bbe4816fb7d6d1c915af768dd9323ab08a1cd076 0.00 MB 1 0
31,140 31,140 00000000a89480a0728d08ef2d35db253460bc196b4467bada9d356cd07ba119 0.00 MB 1 0
31,139 31,139 000000001091181bad9bcd0fb563ddbbd5eb19feb2c0b641fa4a1d34f55dad46 0.00 MB 1 0
31,138 31,138 0000000063daf420b4c51fbe9f9762c245c0c1779c6ebef1561ad1fe6233e121 0.00 MB 1 0
31,137 31,137 00000000ad5965a784abc9edf30b944b5f5c12489f13c9a19c4f4ee693d2ef66 0.00 MB 1 0
31,136 31,136 000000002af13236009fc8fe31bb046b92d9a97da22d80883e82b26ecd1fbc61 0.00 MB 1 0
31,135 31,135 00000000405732e61064919fdcc80adfa2df77d56d2b9aa0c1f382cc5545a51d 0.00 MB 1 0
31,134 31,134 00000000fce3dba4dfd96af491fd0de16b5d8002d637e076207dc3a282d5a653 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.34 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,526.06 GB sent, 135.13 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.