Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,459 transactions (0.47 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,557 000000000000000000022cb30000000000000000000000000000000000000000 0.46 vMB 1,452 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,556 (878,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,792 31,792 0000000037fde8765cd0865306aa86c39c48580ce6ec359249abdcf9961a92e4 0.00 MB 1 0
31,791 31,791 0000000004d110aa7aedfb87639f1ea46a16653f426abc2148f6e4b5ed261258 0.00 MB 1 0
31,790 31,790 00000000264d33799d865ba23552863b4c6a9275cc6d0ba1762ea5d325cf4755 0.00 MB 1 0
31,789 31,789 00000000a70c0a2370b1e0ec199dec2328fa4e1264b284c40294617465d65c4d 0.00 MB 1 0
31,788 31,788 00000000c866176c2fd673e2da9c8ef199878cbcb1f7c9396bb6c4ae8edd9ad5 0.00 MB 1 0
31,787 31,787 000000002fe8d198dacdcf984e0e0e065f9990993dc069d5e1a3a86eac72d5ab 0.00 MB 1 0
31,786 31,786 000000009e7728edd7962ae500b500cf363443e0a0342ae34416edee762fd3aa 0.00 MB 1 0
31,785 31,785 00000000a3306c6ba45daac3ba7f0f40ac887b13813de4f49404afdf64fb28c4 0.00 MB 1 0
31,784 31,784 0000000099b3f9f38c1a76796521af1798a1f005944ac8bf69cd12740dbcd8e4 0.00 MB 1 0
31,783 31,783 0000000001558713210807f8e390f114d76bbd2361b96d10afb4692fb96a2b21 0.00 MB 1 0
31,782 31,782 00000000c6cbaa267d6b1f6f3ad420278e571664c57e7f1a2e3424269d90278b 0.00 MB 1 0
31,781 31,781 0000000018bd0b7501db74718d5e7d7fc133c9b4ff06fd2a7ab6812dc9ab3d25 0.00 MB 1 0
31,780 31,780 00000000a68b48da8c92550973ff1fe8c254bd3017e296696fe9b90e5638bab5 0.00 MB 1 0
31,779 31,779 00000000ceb75a70fd569a7a4315a62034784abd5b553734c7bf4714ccf65ded 0.00 MB 1 0
31,778 31,778 00000000842029aa4c0fb0b557dc54e0b97021da6d170749fbaeb13f508f68ac 0.00 MB 1 0
31,777 31,777 0000000003b785f28b25c0dbf0568d25392c33c0c7e115a872215e31fa616c63 0.00 MB 1 0
31,776 31,776 00000000eca77ff399811c6458d95d8833d36f907fb2744eb7a815afff09f079 0.00 MB 1 0
31,775 31,775 000000008b377c1bfefcb9ec90ef48616f92f5ebd9ce51e4a237e567b797e1f1 0.00 MB 1 0
31,774 31,774 00000000e6187a50e6070d15037ade477c26d4ba06367a76cf64781728d2fc5d 0.00 MB 1 0
31,773 31,773 0000000075440785f7aefb8324bc778205a40c0a89e409a334a71f1423386792 0.00 MB 1 0
31,772 31,772 00000000b121a10ec51fd49ec50a3ca696c3eb0c29e7e7c8c7e305d442e5de5e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.41 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,252.34 GB sent, 120.58 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.