Loading Tool

Explorer IconExplorer

Memory Pool

49,242 transactions
29.83 vMB
0.09671011 BTC
Random Selection Loading Transactions
Max Size: 158.94/200 MB

Candidate Block

Mining Attempt 9a83ba00a9a559a676fd289ef68dc121d255877b3b55a6fdc49e97fc2f6e090e
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 3d5d0d0ce998c70aa67c9f69048e1ae4675ce12aa2d81216ef6240aaeb55fd5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,233
Size: 1.00 vMB
Total Fees: 0.03293676 BTC
Feerates: 150.68 > 3.30 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (64,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
850,201 850,201 0000000000000000000255b1b2968e8398ca74a23ddc198d492958f7ed8bd217 3,995 1.00/1.00 vMB 12
850,200 850,200 00000000000000000002c714481d19a5c8ac3e13ad2fcbf8c7e317b3726b3dc1 4,205 1.00/1.00 vMB 12
850,199 850,199 0000000000000000000121dbd19f6ee7a8824f482f5196a9125213c196cdc3b3 4,361 1.00/1.00 vMB 12
850,198 850,198 00000000000000000000b38ddcaac656cc1fd9c13d6ad5537a5f8a515771c8e2 3,347 1.00/1.00 vMB 16
850,197 850,197 00000000000000000003413b6520e727048a8c8d7e2cb5c0728be283e2c20c5d 3,091 1.00/1.00 vMB 12
850,196 850,196 0000000000000000000074214ea1b6baea93edb40693fc8dd46cbe7eea576182 6,892 1.00/1.00 vMB 7
850,195 850,195 0000000000000000000080d921c2a9d32f171ebe8a87b686c516bf5ad07e9665 5,778 1.00/1.00 vMB 9
850,194 850,194 0000000000000000000239383668be43156d494d1a47e83649c8e1ae6710d2c5 6,553 1.00/1.00 vMB 8
850,193 850,193 00000000000000000002f708b43f621955a9c54cb42a5c8debf71a1878e3e79e 4,465 1.00/1.00 vMB 7
850,192 850,192 000000000000000000027b66a3044d551fe44851fe490c164f9b6fc654447a01 6,205 1.00/1.00 vMB 7
850,191 850,191 0000000000000000000242cf00e41acdeaacc5a66d3129070fcf6fb66704bdb0 4,631 1.00/1.00 vMB 11
850,190 850,190 000000000000000000023b678de547473d12c68221fd5366f885cd3d9c17ffe1 4,746 1.00/1.00 vMB 7
850,189 850,189 0000000000000000000178c6f22300eca44dd32ab9b681d2d598d75d448b7a7e 7,481 1.00/1.00 vMB 7
850,188 850,188 00000000000000000001b6d27a8e395696a9228642f5453b4ccab62f86114900 5,110 1.00/1.00 vMB 10
850,187 850,187 00000000000000000002a66543c04cf1380ff07b16f65e3120dff3314e9b1083 3,660 1.00/1.00 vMB 13
850,186 850,186 000000000000000000002bebc04d087c36f5206cbe6a20ccea41b4b28b983811 5,010 1.00/1.00 vMB 10
850,185 850,185 0000000000000000000203cf1021ec59dfdec8b7d7f2ec21ff197c477a2407af 6,058 1.00/1.00 vMB 7
850,184 850,184 000000000000000000019efef805db6a045a12fcb56d3fae7d6e5599165d0bb2 4,903 1.00/1.00 vMB 12
850,183 850,183 0000000000000000000025d4f780a796b491fc828f0bf3707b8304c5c56286cc 3,847 1.00/1.00 vMB 12
850,182 850,182 000000000000000000009e7f73116eae798899b0f5b7fb42a2cde686858d0396 3,038 1.00/1.00 vMB 12
850,181 850,181 00000000000000000000a598e3869af01ef154d1b2e032166c050e08eb79912b 3,020 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.12 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 652.08 GB
    • Received: 13.71 GB
  • Uptime:

Notes

  • 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.