Loading Tool

Explorer IconExplorer

Memory Pool

79,093 transactions
21.92 vMB
0.10523271 BTC
Random Selection Loading Transactions
Max Size: 145.13/200 MB

Candidate Block

Mining Attempt 49eb0106dcbf5f2aa9373373f5ce1b6132fbba2e0164a7a9a3c7d8f92b51a1b2
Version 20000000
Previous Block 0000000000000000000081843c373ac7d2abb70871ff099e32ca0ebc47c3f1c4
Merkle Root 3a9da1e5dd3391aff9210cfb43194fa347afbcd4e5d397d23e6398ccaaa296fd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,366
Size: 1.00 vMB
Total Fees: 0.04793052 BTC
Feerates: 603.90 > 4.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,012 (820,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,707 95,707 0000000000080b0487a20611526e67d4f399a545a1157fa2318da116f330a5b4 2 0.00/1.00 vMB 0
95,706 95,706 0000000000026072d82d8a7b0858c560ebc456669d0a38de8c0880bc03ccd66b 3 0.00/1.00 vMB 0
95,705 95,705 0000000000041c0292e35104d01fcc483b9ace6f97dae04b0cb85046e161f6e9 1 0.00/1.00 vMB 0
95,704 95,704 000000000001b57e2917c133f9237114b4e6e39c50018c405f96f3bf61ae816c 1 0.00/1.00 vMB 0
95,703 95,703 0000000000032db76b1efca33ef3ba06bc5bffcc2628708e8f7024f874dc1a01 1 0.00/1.00 vMB 0
95,702 95,702 000000000007e4739cb769450881d70f4e021617ea006ba28da263c588dfec07 1 0.00/1.00 vMB 0
95,701 95,701 000000000007f080e1516d93a7c3c312d75c501b69d178837ed191b84b564d4c 1 0.00/1.00 vMB 0
95,700 95,700 0000000000038eacd7b4f39b05aa2ac760e1cd12be5c72eb7c2b9e396c5762db 1 0.00/1.00 vMB 0
95,699 95,699 0000000000040f30665a080a9b9ab0e92e9a44b0e34b49bdd4a0953fd1966ad4 1 0.00/1.00 vMB 0
95,698 95,698 0000000000014dff98bd77bd8de0eb3105ebe809d5475b2d7792df79bb2f4cd0 2 0.00/1.00 vMB 0
95,697 95,697 0000000000006efb514f959795a32d3980df74ce692f5c021729d3b47e9b0abf 4 0.00/1.00 vMB 0
95,696 95,696 000000000004a01b17cf6bf5763cfa5244101f74baa8df24bb5256e866bea4b4 4 0.00/1.00 vMB 0
95,695 95,695 00000000000483cfd3525b3832308001ceb714073aadc24f863c386051a91afe 2 0.00/1.00 vMB 0
95,694 95,694 000000000003cb7ca422c1854587aac92eccfde2e16fcbda67b5edf23ee135f0 1 0.00/1.00 vMB 0
95,693 95,693 000000000003feeb195bd57b49760b38a34aa49db5c00f7bccfb9198fba4e0fe 5 0.00/1.00 vMB 0
95,692 95,692 000000000006e8bf630ee0a551a8b23e30d04f4d1ebdf1338dab88038d1fe7a0 2 0.00/1.00 vMB 0
95,691 95,691 000000000002998231eb81175348ffa36dc2cf36f5c1b9b84c502897d24e75a3 3 0.00/1.00 vMB 0
95,690 95,690 0000000000000e39717e27a0f22d2b3705ca986d2b428bd3dc410714825e2386 2 0.00/1.00 vMB 0
95,689 95,689 000000000002e7d43e51219950e49c1a66c0525fd7f97159028ef759c07d7147 1 0.00/1.00 vMB 0
95,688 95,688 00000000000594c57e43af0dae645b7549f1287e4e282c44a0c670b30cfbf825 2 0.00/1.00 vMB 0
95,687 95,687 000000000004b728b325016bce3f3d5c906b85b62d16034571f311190b14d946 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.14 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: 810.40 GB
    • Received: 23.37 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.