Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,354 transactions (4.75 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,138 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (873,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,651 36,651 00000000b52a7063b790102cadee1528647c5ea018f2ab11701063d9e5395578 0.00 MB 1 0
36,650 36,650 000000008d3bbac33eb572dd888d92a7756ce7855f87237eae390b1013efe911 0.00 MB 1 0
36,649 36,649 00000000724ae5780798caaaed335b5e12653958fdb2445645a3730f4ebbc660 0.00 MB 1 0
36,648 36,648 000000007c03a9df77addedee9420bc7fae47c5509db84597ec75d30ac8ab84e 0.00 MB 1 0
36,647 36,647 00000000ab8eccdf7c7aea4972758c330e4ecb3f0e7ae21fc542a18d14fd4296 0.00 MB 1 0
36,646 36,646 0000000097277a6b21df04f9fcad561523f760c1736a0b205664f1556eb89744 0.00 MB 1 0
36,645 36,645 00000000639dcaec72a882c696667c437e3618127814134227e63c9a72125623 0.00 MB 1 0
36,644 36,644 0000000024eb94b2d1088165f8cec710e546f84228a44b895285158c698bac70 0.00 MB 1 0
36,643 36,643 00000000529f3ca3f8708cbf3952a7949a7a9e9031f975421fa71feb47a6c695 0.00 MB 1 0
36,642 36,642 00000000708b547ed5c80a8f2fcb21a4577b1316b0cddd44c7f8d88f7c0550ce 0.00 MB 1 0
36,641 36,641 0000000028f2e8f1acc74f21cc42160b7404a22b71477e49eec4c2218759e087 0.00 MB 1 0
36,640 36,640 00000000bc8e61ee35ca6d510579fc75426a5c5cb8189ae7ab9d9f0c46b9aa8f 0.00 MB 2 0
36,639 36,639 000000001a7792a40ffafc50a25b9af9b2cbb4532e912f23654f9ac1a9199228 0.00 MB 1 0
36,638 36,638 00000000b7094703d0f5de4139527033a9bf2c06f1d9a478355a2274fb413e91 0.00 MB 1 0
36,637 36,637 0000000093d7a34158b071f68da17ebaadba3b1513cc01a74cba022209610cad 0.00 MB 1 0
36,636 36,636 000000001bf610cbc63c5b8f5559568a876996d570d8d8f28ec9af4fc62f06d1 0.00 MB 1 0
36,635 36,635 00000000baa707e6ce3d3b9cf8b01f7bd3e765a16100fc8fb3e62f3e21b0fd59 0.00 MB 1 0
36,634 36,634 000000000bb046de207cdd64bfd1c27f203860438b1e914687d04f3a26d335cf 0.00 MB 1 0
36,633 36,633 00000000b6b79cfbc81c765d4ecb19981b696d14df29ebff150fed69c6d3942b 0.00 MB 1 0
36,632 36,632 000000007056bdf0edc8e422254c52912bc8bfe10bedddf344997d43be4a059b 0.00 MB 1 0
36,631 36,631 0000000022d1d2abf47ae0cb8565c782c5ff74519401234d1b0b6e50d4b4cfbd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,153.58 GB sent, 112.57 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.