Loading Tool

Explorer IconExplorer

Memory Pool

77,093 transactions
28.61 vMB
0.08875082 BTC
Random Selection Loading Transactions
Max Size: 173.52/200 MB

Candidate Block

Mining Attempt 84331b4591ad29a17b4bd1d332918bbe57687dc0ad8e9b72ef88a7751cf22b3e
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 2aed53d56daa28b0e4043b80314ef02174f0c5a8bbfc42b4939fb91736f6274b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,970
Size: 1.00 vMB
Total Fees: 0.02319292 BTC
Feerates: 402.60 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (469,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,782 445,782 000000000000000000926d8cf9197a75052cc7dbfa4fa08a97f21c8a5376a380 2,549 1.00/1.00 vMB 82
445,781 445,781 0000000000000000009ebb6e2dbcd16616c37c486e1c71547bed99ecc82d48f4 250 1.00/1.00 vMB 5
445,780 445,780 000000000000000002d9c4cefe2466a7225406fc6d14eb622c6ef7a02b2a84c7 597 0.27/1.00 vMB 72
445,779 445,779 00000000000000000248997c20c9e923891c00b8c63fa74f76bab26155b1223e 1,289 0.55/1.00 vMB 76
445,778 445,778 00000000000000000275e5280f220b0fa3b6e8a9e9942df9450f9bdd13bbfce0 1,180 1.00/1.00 vMB 35
445,777 445,777 0000000000000000004065112289aae29c721499f6ae5898bfd5658f7be18373 1,631 0.75/1.00 vMB 77
445,776 445,776 000000000000000000ae16ab1e198328ed8f3cb3b5ca88565f934b79d20bed50 1,659 0.87/1.00 vMB 72
445,775 445,775 0000000000000000002042b554c8fcff3f3031ec440b4b494364a07ab89677a3 630 0.29/1.00 vMB 83
445,774 445,774 00000000000000000289973d54e6d0a3ebc2c3c92da2b8bb56390dab37abe995 313 0.17/1.00 vMB 64
445,773 445,773 0000000000000000010886f4de29f6f3b7026cdca734466134c5be8d0a0ef7eb 701 0.47/1.00 vMB 47
445,772 445,772 000000000000000002a745733ed4b14142632a3c62537516ec03ded9cda430b5 2,229 0.99/1.00 vMB 72
445,771 445,771 000000000000000000349240d66a8f5f1d28028c636a404f25004b08188387e6 2,230 0.98/1.00 vMB 69
445,770 445,770 00000000000000000305b98c7a1ff57a59f3b4fda47019c76aee2a5979403601 1,360 1.00/1.00 vMB 64
445,769 445,769 0000000000000000023ad4c697c19e3208bf04df474a85c65989b3e612f573ed 2,274 1.00/1.00 vMB 78
445,768 445,768 000000000000000002b1c94c5e9e6e4c45caa4d02487ab104a95b320fb9d453a 2,536 1.00/1.00 vMB 74
445,767 445,767 0000000000000000000cd5210cbc6ce388e537cb1df1f1c3f771492e3ec48d79 2,217 1.00/1.00 vMB 87
445,766 445,766 0000000000000000028605a07fd5fae932a482474c8b364448c8fe4525aa94de 2,235 1.00/1.00 vMB 94
445,765 445,765 000000000000000001f9ff725a0b983903a095f713ab908c2d7f27796fe39f65 714 1.00/1.00 vMB 153
445,764 445,764 0000000000000000014d53d84a6203b90ad08f18cc583b699ecad4b064ba9f8d 1,976 0.98/1.00 vMB 64
445,763 445,763 00000000000000000116097eb818fa9bf95262603b14b899043ca4e45ae07845 2,029 1.00/1.00 vMB 70
445,762 445,762 000000000000000000db1867243dad30d1c4f1bb292b6087d5c170d3e78f8de1 1,937 0.75/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.