Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,065 transactions (0.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,705 000000000000000000022cb30000000000000000000000000000000000000000 0.34 vMB 1,063 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,704 (836,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,358 74,358 00000000005a405eb0e687d8d1f9fbfb5b6b98e88d6757b1243a389eec0761d7 0.00 MB 2 0
74,357 74,357 00000000008ed9bfe89ec009e13dd02839ae9e027da3f5ee59e78f7c7093f4f7 0.00 MB 3 0
74,356 74,356 00000000008079e2a2ad1559669dbacc1505a4460a93ead18b3b54d6c7d09152 0.00 MB 4 0
74,355 74,355 0000000000a0d5467d91031e04ef5115065c888790a27d8f137ecc98f550812c 0.00 MB 2 0
74,354 74,354 00000000009fb85c9dada807996c269186ee35fa0707136b49b07718149cc3df 0.00 MB 1 0
74,353 74,353 000000000008917ddcb226e003bb853f2be68a2bc419c3465c7cb90b595f8d54 0.00 MB 7 0
74,352 74,352 0000000000a19d5e3ca5c49b6435e25c3ddd275da3b485216ba95d7368ba8f40 0.00 MB 1 0
74,351 74,351 0000000000a5ff4c8802ede505eccd60fab2e4ac896ff96c5e7c875230e2125d 0.00 MB 1 0
74,350 74,350 0000000000a7369015f11d355b5b231a1e6150ce7064a785782b9a0715d65f6b 0.00 MB 2 0
74,349 74,349 00000000002bd5f7b4577090d311b644570a42c7b14d51f1b6f2ceaaa11bff6a 0.00 MB 1 0
74,348 74,348 000000000065108db33f6cfd11cdba55c7ed184d367f178d415e3a1338cbd2f5 0.00 MB 1 0
74,347 74,347 0000000000ae59848ae64235407a3f250adcac72e39dc213cd1d8356a2a044f9 0.00 MB 1 0
74,346 74,346 00000000003d4b45470ee9ee6e2e0472515b86a28325e68d7af03235b98388a5 0.00 MB 1 0
74,345 74,345 0000000000972c59f0c344abe38a6602aa449f015b4ffa8e39f5ff9346ef35de 0.00 MB 2 0
74,344 74,344 00000000003ace39780c3b0de4b067989c68750a62826d05678b507d22dd751d 0.00 MB 1 0
74,343 74,343 000000000058fe0e27770ff6b781aafee1537785adf242addd1d2ea1802bd773 0.00 MB 1 0
74,342 74,342 000000000074ea72679479e4ed3a8f8605ab47b616f36061f44b0e6bf0953de3 0.00 MB 2 0
74,341 74,341 0000000000a3f21eb642bf3ba5c8017af4c84e7e5836615d51370cb6fdcb4da1 0.00 MB 1 0
74,340 74,340 000000000032f6231b9ee8494c7a3bcc1203fc38560162ae57ddad62e381269d 0.00 MB 1 0
74,339 74,339 000000000079f7283dab9d6b0c93a84fa38d5e1316e121f158b896c080b45316 0.00 MB 1 0
74,338 74,338 00000000007f8998a61cea80e3787ff6896448ddf651efc07c83740ac743e601 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.68 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,290.87 GB sent, 122.03 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.