Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,654 transactions (4.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,285 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (896,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,225 13,225 00000000438b719e3106a64cdf302783ede90c23a169651f8ac7c01b07754fd4 0.00 MB 1 0
13,224 13,224 00000000657336d15c3675a020d47047420ea52c26688a922cb157220e3b0efe 0.00 MB 1 0
13,223 13,223 00000000d108d9eda476b3c5cb870ae6152a09e64979b35baee3966e2644ff8f 0.00 MB 1 0
13,222 13,222 00000000069ba8566471d97935b70eb7842d3de42170786592946e03fd15be50 0.00 MB 1 0
13,221 13,221 000000005a7a3a70827c84cb935824ee8da34376b28260788319bee253031d9f 0.00 MB 1 0
13,220 13,220 00000000ec90bddd72ab4e55a3f20f209436ac71b389c38ec513c08be64fefaa 0.00 MB 1 0
13,219 13,219 00000000cf92790b49d34245d93badddc3874aedd897d85d88f2985e69ef201b 0.00 MB 1 0
13,218 13,218 00000000be553e1a17e512b5de7e1a77d9dea71320521c2b90af3f67585eda99 0.00 MB 1 0
13,217 13,217 0000000047c77752377d75ee3b3aee0e802810e57216a25efc35e3f5a318bd64 0.00 MB 1 0
13,216 13,216 00000000b4c1fcbd3670939c4b37038d7478e600b8d20e03bb9f5a1762efb9f0 0.00 MB 1 0
13,215 13,215 00000000b25601d50c82cdb673a80007a81288226443e86cc3240210460cd1e2 0.00 MB 1 0
13,214 13,214 00000000eef24ef96f0f9f7424c1c25acf67ee1b2f77c5a6e451767d9cd9243a 0.00 MB 1 0
13,213 13,213 0000000065a477abf0aeaa57ee3e1fe0415250b9491bbca95d20e4c6f19aa4ed 0.00 MB 1 0
13,212 13,212 00000000a80ce20bf10ce3f4248c6ff260db4c0df2a56b363fa33f2574638b19 0.00 MB 1 0
13,211 13,211 00000000ba62e99b10919b19e298887ff25da4c0647a815b445d8571f92b0faf 0.00 MB 1 0
13,210 13,210 0000000042e321c5bb30bacc41feb18282fc06e06021448578b0ff68587d1bf7 0.00 MB 1 0
13,209 13,209 000000001435ebf1426abc3ab51561790cde9d68047e6296e40cebd2b65fbe9a 0.00 MB 1 0
13,208 13,208 00000000136188998d08099751634176aa4b774dd27c959259303cd880a3b39e 0.00 MB 1 0
13,207 13,207 00000000151515fe24b43eb9e93d37ea1757a1862d6a619397daa95412d74116 0.00 MB 1 0
13,206 13,206 0000000003506817189675015438bed6da76f93ee26cd5747caa362d54cccea2 0.00 MB 1 0
13,205 13,205 0000000029ed27bb907d37e598bfcf1ee03c14d44c3d909e94612e1b4267a9ab 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,046.36 GB sent, 108.31 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.