Loading Tool

Explorer IconExplorer

Memory Pool

87,058 transactions
32.28 vMB
0.13969619 BTC
Random Selection Loading Transactions
Max Size: 197.65/200 MB

Candidate Block

Mining Attempt b599cd31eddca15dc74fb288a9f1c6435c2bd55c43d20dc3f8ebb691be50c5a9
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 799c3a513da907eab79156ecaeecb2daacb5b43d434affc775a35fd55455c6cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,966
Size: 1.00 vMB
Total Fees: 0.05283357 BTC
Feerates: 301.57 > 5.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (809,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,535 105,535 0000000000023247ea5017e619b622b136492e82e2ba1dc73a17af7d98b09e06 8 0.00/1.00 vMB 0
105,534 105,534 000000000002e052693d37eae3cc9c2252a31d5f9feb9e31ce71d9a92d1b0f78 5 0.00/1.00 vMB 0
105,533 105,533 00000000000268a24b52bec688bc7cb23efd16aff5f0c6e3a23adabb557c0097 3 0.00/1.00 vMB 0
105,532 105,532 000000000002d0b2dc0ab66804e555f8920ee274a5c9af2b425cbf65e86e0078 2 0.00/1.00 vMB 0
105,531 105,531 000000000000309cbcd4ee8ef3ea2ff6ee7f88a438728aa0ab9af308e61509d2 1 0.00/1.00 vMB 0
105,530 105,530 000000000000c0535c5dd9328779846aa075812a1450449cc38a0e967d0464cf 6 0.00/1.00 vMB 0
105,529 105,529 000000000002e52a8996efa13def7a0f6fe92258587c1eca39c8f0bf41f2a4ed 2 0.00/1.00 vMB 0
105,528 105,528 000000000001e0976f5f15479d4e7aad6fa1dd17e046e10ce1d37e58ec67637e 2 0.00/1.00 vMB 0
105,527 105,527 00000000000097b60efef02b49ee57ed42b4e114d02de7b5453b9bfdd471ef95 1 0.00/1.00 vMB 0
105,526 105,526 0000000000023062589ba6c4b2eaa6e6bbc4b2d18f643687f88e105331ae8b16 7 0.00/1.00 vMB 0
105,525 105,525 00000000000281d14273182a8bd72b206583b249695df021edd2cff4b644dddb 1 0.00/1.00 vMB 0
105,524 105,524 000000000000aa0cd12617fd9e8648ed49fe079b72708adbd35db67e3eca2f8b 1 0.00/1.00 vMB 0
105,523 105,523 000000000000f2e544d3b8f6fb9264b5412d838caf6f8b14636444407e990e61 2 0.00/1.00 vMB 0
105,522 105,522 0000000000004d6e5dc75dc84fe13118b142c040342bcf1074856c4ba0c2725f 2 0.00/1.00 vMB 0
105,521 105,521 0000000000013ca9f8195a7670427dbd55d5cd8284d81bc47c749d80295118a7 2 0.00/1.00 vMB 0
105,520 105,520 000000000002c6ecf393eb75f0c10f0abaab0dee8c46367ca34198133a463482 5 0.00/1.00 vMB 0
105,519 105,519 000000000001b6c1dda9ef8ba1414004fb535081f6bb0feffcb99e317f27557b 6 0.00/1.00 vMB 0
105,518 105,518 000000000002daac77c1126b1fa8a854dd748f5e79b86e34ba8b379b895f1478 1 0.00/1.00 vMB 0
105,517 105,517 00000000000251a308e2f004aff5b73509acdf16d9c986c0d78dfe644a43ae87 1 0.00/1.00 vMB 0
105,516 105,516 000000000000d0c5eb4f3371e5fbff2cffd8bc3dfb1e86b17838358571c79785 2 0.00/1.00 vMB 0
105,515 105,515 000000000001df4e0dbae10a797854698e2fe6a45764d147e9df5099254b718e 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.61 GB
    • Received: 16.93 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.