Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

428 transactions (0.13 vMB)

Priority:

  • 1 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
910,495 000000000000000000022cb30000000000000000000000000000000000000000 0.13 vMB 418 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,494 (838,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,317 72,317 000000000001d7ad1d9f142a0c70787f9a2868ca5d1e7ea2d4d690ff97410214 0.00 MB 1 0
72,316 72,316 0000000000142e8eba9fb5880e273bc3ccb5f8b78c9b8d764ad189066583093a 0.00 MB 2 0
72,315 72,315 00000000005bf152f239a6c15cb03f88ce64de4c64cc0f1030d0056ad247013c 0.00 MB 5 0
72,314 72,314 00000000001dc0a000fb5e105e019161527342c2f936c2ef1658cf35b81183ab 0.00 MB 2 0
72,313 72,313 00000000007520615759de5b64ecb1721c8a71637b01aa9d4bcd66519a193a37 0.00 MB 1 0
72,312 72,312 0000000000fe7e8fa985961396b6d3db9b7977ec15c0e32b2ce83b7bf3e80ee0 0.00 MB 2 0
72,311 72,311 00000000003b4b776a3aa8f17e484b564526dd025452962cc3f7398139b4aefb 0.00 MB 3 0
72,310 72,310 000000000081707368e8217ffe3e0a0b02cd1ef3015e3a2c9ec769f736fba818 0.00 MB 2 0
72,309 72,309 00000000010947b911ce5943a8ef3a0722685c0f7f52b397d960fddf417965cc 0.00 MB 3 0
72,308 72,308 00000000002348ea495162f53192f44a8d7f47572c91c917a0a2b916fec45deb 0.00 MB 4 0
72,307 72,307 0000000000e637f92f5531821efa43bf46f9088824748a211f2a9e3dadfc0dd3 0.00 MB 3 0
72,306 72,306 0000000000c5604d824fe8f4adb5977894f90d402c96dcf3716470cd45762b6a 0.00 MB 1 0
72,305 72,305 0000000000127d4c742b823d985ef447ed2f53f815d14192d02114b1b8b9ffc1 0.00 MB 1 0
72,304 72,304 0000000000be465e25b8a2340e58ab9ed5d0992846d0898eae1977a79a1dbdf9 0.00 MB 1 0
72,303 72,303 00000000004830e1f249e30b8c46d7de8d25a7d0f6c3cbbdadc9713a3a85e521 0.00 MB 1 0
72,302 72,302 0000000000ff0a437e5425f2d14d3cd4a97a7444307b6208cfb846cb2f6a1018 0.00 MB 1 0
72,301 72,301 00000000005e1ceb5b7960d6ed5ea9748d0db80c8ab929800b44e7400abe84f1 0.00 MB 3 0
72,300 72,300 00000000005fbaa7894e4677b3976aff3aff002f4ab3455363c4fbbc8fc49636 0.00 MB 1 0
72,299 72,299 000000000017e4dca95be8015bcde89e103a76bea55aad7e603dc7c83118e0a0 0.00 MB 3 0
72,298 72,298 000000000079f62656c0d3fd0f3c3535b8b7941ffce255c5002175867b12fa26 0.00 MB 4 0
72,297 72,297 0000000000446688fdac066100dc1d6ec3059d6322d589672dbfa2bc67f22b9c 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 774.30 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,244.09 GB sent, 120.06 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.