Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,054 transactions (1.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,357 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,345 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,356 (883,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,595 25,595 0000000001cb63c97ea8f6d0e5fdbbcb25ba6adf748d3295a3e6d27f9a445044 0.00 MB 1 0
25,594 25,594 00000000a8b23a1c964b0b323b8416fb0341359a73509712eafc8b143f2b3422 0.00 MB 1 0
25,593 25,593 000000002aef5d908eb04fec41f02c86db80330918d0ea3a1fd143f9452e84c7 0.00 MB 1 0
25,592 25,592 0000000040885aa3203ffc7d5d564db2fe4bd6381a41db42e98d5e0bf27c73fc 0.00 MB 1 0
25,591 25,591 000000001c626248fad220f1a5ad5867149f9b2808559a9cfd0fef64296765b8 0.00 MB 1 0
25,590 25,590 000000008359fa21b81bf03a192489789b0e129212654db9a905e7f2295dff2b 0.00 MB 1 0
25,589 25,589 00000000e24cef38c530d83dd093adb59b830fd58cb5d719d6cb4f9914e8dd7c 0.00 MB 1 0
25,588 25,588 0000000010f89a3d3e19d1e6c0225ded1df9c28ec6fd87053e5eca3ce4fcd893 0.00 MB 1 0
25,587 25,587 0000000003df687ebe0bc3ef4f5ecef01eb5d319f2968a4a3c539a759d55c0f6 0.00 MB 1 0
25,586 25,586 000000007fec2c281f45f8251e01ac55633ba66cd1f8cf3af80d6831797a21eb 0.00 MB 1 0
25,585 25,585 00000000ff32fbe8f0b9bff77f8abd80df2771a86b99c78fe5ee20f5ebd02e33 0.00 MB 1 0
25,584 25,584 00000000220afb5b0d61851a2a67c0c570ea81e85aa7b6ba62f5913128219cd5 0.00 MB 1 0
25,583 25,583 000000002c227ffddeb630490e6ecd32926d06b6a62685efd74c2accb4135409 0.00 MB 1 0
25,582 25,582 00000000f7087f2e011133e3f1b96ea361bd7da802537994093a7cfa793d8f57 0.00 MB 1 0
25,581 25,581 000000000f2dce13c5b74f1911a3716b34da9318f4cd1225eb6d94173c150270 0.00 MB 1 0
25,580 25,580 000000006748ec751f8f7af5c84d02e35ba2715b234077fc3651c8f5d1ee6950 0.00 MB 1 0
25,579 25,579 00000000e71d76659798fa5f0ea38397bd35b12af7a7ea6dc61b26cc1f1ffb32 0.00 MB 1 0
25,578 25,578 000000000b0d468e0ce53dc58d6ebdd023dbd25e2ff75e572c40d053b40ec482 0.00 MB 1 0
25,577 25,577 00000000b41d12c30678c222a9034fde40cb116264260b263d030386b9980faf 0.00 MB 1 0
25,576 25,576 000000008883d11537ab0d7f1dccc0f9e1232fbd7995a0e336673a777e50e29a 0.00 MB 1 0
25,575 25,575 0000000062a38c79a6a33a2b815f36d0bb21bbde008763b3dcc660bb36a4f943 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.20 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,068.31 GB sent, 109.15 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.