Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,837 transactions (2.82 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,291 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,385 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,290 (896,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,115 15,115 000000008b80770e0aa99006b3a9f777653405acf89305f6c9f8c6b16bd6712f 0.00 MB 1 0
15,114 15,114 000000004272731e841c81fb4dae0e1c3fcbefc97a5763a55c8aa6456b02aeec 0.00 MB 1 0
15,113 15,113 0000000087e5186c9e85cc2baa101b94b29c5c2069a5426940fbe0153f69aa6a 0.00 MB 1 0
15,112 15,112 000000001af39795ea460dfc9744831d6d85e2e18d4c7dbc399af8fa0acc4855 0.00 MB 1 0
15,111 15,111 00000000f1a910442df4054ce9ad26081b289e6bd19cd621f85554887b032651 0.00 MB 1 0
15,110 15,110 00000000853882ec1ea56b1fd2158dff69156d0af30b8457077de88ec34997c7 0.00 MB 1 0
15,109 15,109 000000000ab223ca5033bce6ae45e8f22605fca5dc7743cd0c33a4b09c71178a 0.00 MB 1 0
15,108 15,108 00000000de0207ef53bb04c440be7c0f27709736e276e151a0e2b0cede620048 0.00 MB 1 0
15,107 15,107 0000000025bfbe809514634049f687e384025cf8412ea3d85ec2787e554f5de7 0.00 MB 1 0
15,106 15,106 00000000c61ccfaa9ca306fcccad63a10e93e53455f4470d8b951cf2f13843d0 0.00 MB 1 0
15,105 15,105 00000000a77c237f030156879dbc3f46a4ab13c4826b94bffe5b4df4a725f0f3 0.00 MB 1 0
15,104 15,104 00000000db05f39af94809378ea1471878697fbd5b359aefaed62fe73571fbdc 0.00 MB 1 0
15,103 15,103 00000000c9681205298a113a8775c30722e0ae352ae190327307a2996c698a34 0.00 MB 1 0
15,102 15,102 000000008d707ec6c55d795a9b9a3f0213c6e7c75c784daa84136248c25d8dc1 0.00 MB 1 0
15,101 15,101 00000000f0f8de4daf1f63123948ad2dac134e6d3b6db30ad1d1d60471f944d1 0.00 MB 1 0
15,100 15,100 0000000037b9e684a7060384a5a7d607793a5ed2373fcf6827f852015f18cf36 0.00 MB 1 0
15,099 15,099 0000000042c0a57c8771ba1bb82cd68ef710fa337b96ec56f0a836bb32064bbb 0.00 MB 1 0
15,098 15,098 000000002c615a2ab709ff64c141975f6fc5991bb64f71772d0d07a0f501c3e5 0.00 MB 1 0
15,097 15,097 0000000079a69ea50cc95842da055f0e29970abcff6dc30c690dc281b78640e9 0.00 MB 1 0
15,096 15,096 00000000406edb7c0850cf8980515c5626c648651e2895c1b59e2006df5898ff 0.00 MB 1 0
15,095 15,095 00000000cb26ee398a92c2daf96cf9c8579d9836c6a85f27ade7a13fce679403 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.78 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,397.84 GB sent, 127.77 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.