Loading Tool

Explorer IconExplorer

Memory Pool

73,197 transactions
27.12 vMB
0.06144718 BTC
Random Selection Loading Transactions
Max Size: 165.66/200 MB

Candidate Block

Mining Attempt 3c044c5094f56fb86a922214e34fbdd1d9edace9fdadcfe10ad4509e26131931
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root f84114cd959f06e9f3c95a8d9da98e01cce12a5287ddc4b6b07dc883d1f36d43
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,015
Size: 1.00 vMB
Total Fees: 0.00391131 BTC
Feerates: 84.38 > 0.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (809,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,538 105,538 000000000000c88105e48d8ff1561a562e6bc6789632d43e26c0bcbdf6397ba4 3 0.01/1.00 vMB 0
105,537 105,537 000000000001286f4e74a69167448743ddefa1097c4b24a8097eff53aeef1d04 2 0.00/1.00 vMB 0
105,536 105,536 00000000000042051aff3eb533ed3009813aafa3f4f74c0aac8b49ea592493cc 4 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 782.89 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: 713.36 GB
    • Received: 17.36 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.