Loading Tool

Explorer IconExplorer

Memory Pool

37,132 transactions
34.39 vMB
0.10212950 BTC
Random Selection Loading Transactions
Max Size: 167.31/200 MB

Candidate Block

Mining Attempt 6e60b457cab6f9c01be71543a6f8fd019ea28a92d6cc260da7622e60515c2faa
Version 20000000
Previous Block 00000000000000000000541a218fa33c128bd54ce07f3bbff46be6b47fa185e7
Merkle Root c5eb7a25d1821f28731d3b1e406429306fea780b51a61b0c14824a2ac665412a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,029
Size: 1.00 vMB
Total Fees: 0.02917415 BTC
Feerates: 265.25 > 2.92 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,316 (881,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
32,457 32,457 000000000d9da8af94ddfdab7b0e2135c3ba73c568639ec65183456f1ce59481 1 0.00/1.00 vMB 0
32,456 32,456 0000000036b5c27f497e42fa051e31e401c91101263a671e92e67667b55362db 1 0.00/1.00 vMB 0
32,455 32,455 0000000034940876db1bfc087da27f6b63876cfe23d21acd878053674cb4d10c 1 0.00/1.00 vMB 0
32,454 32,454 00000000407931e1b54239be3ebd78c546d9e43bdbde7869982088fe982a9ac3 1 0.00/1.00 vMB 0
32,453 32,453 0000000057a1ddc62041161bc5ad5f8758a1a483b8bbb1804b7a1706afd998ce 1 0.00/1.00 vMB 0
32,452 32,452 00000000168301592625d83cf04e77927c267cf7f7812728d19d613f30fc5a87 1 0.00/1.00 vMB 0
32,451 32,451 0000000075a48788cad60e79772b21f67831df6e27778ed843d17326aa060dca 1 0.00/1.00 vMB 0
32,450 32,450 000000005f1454f59a2c9bde6212c8dc4bc0c93bafed47cc99e7c75fde6ea02e 1 0.00/1.00 vMB 0
32,449 32,449 000000001bce7c99c5576eb41de838914be059aa6b81f9f21bc023ff60df0404 1 0.00/1.00 vMB 0
32,448 32,448 00000000a3e2467c1d9025fe1799a85992addad2775abb2181826a8ace72182b 1 0.00/1.00 vMB 0
32,447 32,447 0000000048099daf6d6d99ae6643b548e2c3f3b887dbdc8209e071c82b17966d 1 0.00/1.00 vMB 0
32,446 32,446 000000005021c1fa522b6c4d81d40818a503f6c83bbe57d090ec2ace7dca7eba 1 0.00/1.00 vMB 0
32,445 32,445 000000001e4d6c2d56fc7234d28e19e5a3fafb7d3f3e4270fe43f751bb9f98b7 1 0.00/1.00 vMB 0
32,444 32,444 000000000ed91a7048c057f933d8bdba8732e227d725d5acb02253f7155ae09e 1 0.00/1.00 vMB 0
32,443 32,443 000000007b65048eee39035bdf0d4e5798beefc5db74a5f7aab6185094063b3e 1 0.00/1.00 vMB 0
32,442 32,442 000000006581af82d96568aa400e3805448e97a56b3ff32765b36f8320950c92 1 0.00/1.00 vMB 0
32,441 32,441 000000005208c7cf4666d0eb49fce380d80566e2789037a3a118b265a1b76f86 1 0.00/1.00 vMB 0
32,440 32,440 00000000a756defd8c768e433ce291d6bfa03afe8b270253c98ce0111c7d0132 1 0.00/1.00 vMB 0
32,439 32,439 00000000d2b1f3673d03e3f0e2161dc02073b94d529ee4c72f9b338b63262edc 1 0.00/1.00 vMB 0
32,438 32,438 0000000091c2ec6b8aad8fe88068f8c50a0876561eff75fd1316e7365e479cc5 1 0.00/1.00 vMB 0
32,437 32,437 0000000007152965cccbe1d6d729c8f9c4bb8318b37d94544dc9c91138c7f016 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.16 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: 581.76 GB
    • Received: 9.23 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.