Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,898 transactions (3.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,229 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,926 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,228 (848,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,558 61,558 000000000b3f39f391c2c01bea03f31cd847669202babb593db5271323742e5f 0.00 MB 5 0
61,557 61,557 0000000004fdf67ff2dabc0ecfc5f3aa01c4f31a0370e6e46927d8fb7ff114de 0.00 MB 1 0
61,556 61,556 000000000e424bb0fa465a1b873006d7c934b0f77ef86c546137deb8a3139f21 0.00 MB 1 0
61,555 61,555 000000000c1339ac008aef78f99d449ac2ef0172d5d6f16712fbc0aee5e350ad 0.00 MB 1 0
61,554 61,554 000000000b0c576e4cfd2eea5f7a1aef7686960d4b57f89916688ef2e7e75718 0.00 MB 2 0
61,553 61,553 00000000076268cbbb362107690ff1ac7def7c96fb8b441f6b9ede8cf58b75e5 0.00 MB 1 0
61,552 61,552 000000000d147ebffb4b5f967a14c9dc6f3ccbaeb89af340b9cdb8aed5335c10 0.00 MB 1 0
61,551 61,551 000000000454360e599661385d704c85077c871a809d7f8a848bf0331be4fcb2 0.00 MB 2 0
61,550 61,550 000000000b225edd64bd974f27111fb319c9e055927f422d7556f260a8e0eff7 0.00 MB 1 0
61,549 61,549 000000000a4e1dbfeba251a5b4ccecedfd1ce1fd1e7e7de576f5acab3817c27d 0.00 MB 1 0
61,548 61,548 00000000012eb905758135b5efd5fbde6cc5339584a2b539684142abf26fa99e 0.00 MB 1 0
61,547 61,547 000000000ab5090abdda396cde8dcf86497b869642ed443f11dd932d6e606db6 0.00 MB 1 0
61,546 61,546 000000000aa011f228a2b5babf5d110ec5a0b16fe08687ef6c98744502505b48 0.00 MB 1 0
61,545 61,545 000000000d08a18a3e5d66a7f941a1c29c4d1d38211a81b1e3fedee749bbeaef 0.00 MB 1 0
61,544 61,544 000000000b72472a5c43de2fbe6eb713463372be309b407902a3ad0282f46ca4 0.00 MB 1 0
61,543 61,543 00000000081baaf7c41a199fcb1fb05cc635f08fb658e72f1a0c9216e539896b 0.00 MB 1 0
61,542 61,542 0000000002c73ec4311b1396fdd228e233995562370b92d2dbcf08aab5de14b3 0.00 MB 1 0
61,541 61,541 0000000001ee8f0f731a00a00cc0858323b885c7e69e1f826de1afa244c595c9 0.00 MB 1 0
61,540 61,540 0000000009a7304fbcab743286363fca20e748d6cba4a14e578aff1e9b9bc0f0 0.00 MB 1 0
61,539 61,539 000000000a5b97c81bfdbef98c18fa5b55e51360bef539e433d9eadc48fad557 0.00 MB 1 0
61,538 61,538 000000000c15df365284f2a8513eda08c8f647368e7a32ca513373bc398d8f7e 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.82 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,202.88 GB sent, 117.72 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.