Loading Tool

Explorer IconExplorer

Memory Pool

41,901 transactions
26.04 vMB
0.05378090 BTC
Random Selection Loading Transactions
Max Size: 136.37/200 MB

Candidate Block

Mining Attempt 17a5e7a8775c1d3912de0cd41326bd783457e10664e996f3ca8fb517dcf1a5b8
Version 20000000
Previous Block 00000000000000000001eb538b44df8d39ae4bf8dee821fde296842d221e7d43
Merkle Root da3cc00b2c1f303a8df1ef27835c3bf19aa6c296eb59e085ab14a67d83784b3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,065
Size: 1.00 vMB
Total Fees: 0.00622725 BTC
Feerates: 135.80 > 0.62 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,755 (336,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,775 577,775 0000000000000000001f0cd85219946308b296a5e8a7ae1678b63023525199b6 3,303 1.00/1.00 vMB 75
577,774 577,774 000000000000000000260f6d221a17b6d0fc7ff640bf708b8164b450b95caf04 1,148 0.43/1.00 vMB 69
577,773 577,773 0000000000000000000beca825024254ffa65ee692d16365a87d9f33062b13b1 1,642 0.72/1.00 vMB 49
577,772 577,772 0000000000000000001d6fd503de76d73349a7af7a74ae6aca92e5ef3f4f3f87 1,251 0.41/1.00 vMB 8
577,771 577,771 0000000000000000001b0ea27df123b4fcd6681998c5cfc93d6ab9bcfeada06f 2,599 1.00/1.00 vMB 92
577,770 577,770 00000000000000000022f28d8a5a2bede4fa4869ea7be7a36c3789bf460ba1fb 2,644 0.81/1.00 vMB 56
577,769 577,769 0000000000000000002129a6da1ddaa421d7c8db05747e16f9b1214cc3f3686f 2,129 0.68/1.00 vMB 36
577,768 577,768 0000000000000000000571e044811e9db2dfe6f584ff7034a55d68b9424a6c8f 3,057 1.00/1.00 vMB 60
577,767 577,767 00000000000000000019a31f6edeb064c2f11190c3f30eb0122714ddc4f462e1 1,418 0.91/1.00 vMB 26
577,766 577,766 0000000000000000000aee883de97f355c8d1c41d391b52fcd8b9a70d87709a6 1,248 1.00/1.00 vMB 10
577,765 577,765 0000000000000000000db4f4066dbf50857eda0f8634e749c8485cee29524ca2 1,352 1.00/1.00 vMB 16
577,764 577,764 0000000000000000001336396ee0c44f855a10ab249827f1e16ab403930321b2 2,254 1.00/1.00 vMB 90
577,763 577,763 00000000000000000012eb471a37d67fd5ec103b373690b8c34cc624246430b6 2,072 1.00/1.00 vMB 73
577,762 577,762 0000000000000000000962b5f9af5edb212cdf46b0f382fe01ebd7f0b108c10a 2,003 1.00/1.00 vMB 19
577,761 577,761 00000000000000000015b0898e6b130b35c6a167fab5815a9006170d7c1d4dda 2,289 1.00/1.00 vMB 20
577,760 577,760 0000000000000000000e59267b701dd8132dc9ceaca0d2f9ac848652a8f0bcfd 2,935 1.00/1.00 vMB 63
577,759 577,759 0000000000000000002377817324b4744e7d86f9d1eba924246d8ebcdab3cfdb 2,539 1.00/1.00 vMB 26
577,758 577,758 00000000000000000025cc13bd1c92643af749932f74c2da0e44753d108e364a 2,437 1.00/1.00 vMB 32
577,757 577,757 0000000000000000002011e60c76746d9225d588ea3b19cf03ba37fa74815b4f 2,704 1.00/1.00 vMB 33
577,756 577,756 00000000000000000016afa71b04f86fa4f0b3e2841453af70cc26ac4ae746ec 2,743 1.00/1.00 vMB 32
577,755 577,755 0000000000000000002239d5356e75ce84168c0702ac98e6c3b13e61ea928dfa 2,455 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.95 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: 647.27 GB
    • Received: 12.92 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.