Loading Tool

Explorer IconExplorer

Memory Pool

63,190 transactions
17.79 vMB
0.04456469 BTC
Random Selection Loading Transactions
Max Size: 115.15/200 MB

Candidate Block

Mining Attempt 16a941b62bcfa672bbc5f23b73ecdf13f8688a6b86832a3351ca01da5a293bff
Version 20000000
Previous Block 00000000000000000000a7025da05b2b628060f080354080c258b18f96488234
Merkle Root d373c9ec946b2e5311105faa67149f28b82942ff9a9f80a0427f984e6cbbf55b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,170
Size: 1.00 vMB
Total Fees: 0.00450052 BTC
Feerates: 78.13 > 0.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,793 (820,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,584 95,584 000000000007b033ba714087659c5a87a2141cf5683400eedeb969e783c9ce0f 1 0.00/1.00 vMB 0
95,583 95,583 000000000000f794a5fb50942703b8b3dc1370cb8587297168e3909b32c5e91d 4 0.00/1.00 vMB 0
95,582 95,582 000000000003007780da1adf701ab9d46b349be727ddc9ecbe1cad8d6b05644f 1 0.00/1.00 vMB 0
95,581 95,581 00000000000786e9d91cf51d078fbdde4fae55ca31be63928d2a19afefef8628 1 0.00/1.00 vMB 0
95,580 95,580 000000000005811b37663576cf10a1b6b3fc3225daa8f57e325164f331a5623f 2 0.00/1.00 vMB 0
95,579 95,579 000000000004639a00d6f3b7dd462127298eff31cdd27aca9319cd5503bdcda4 2 0.00/1.00 vMB 0
95,578 95,578 0000000000034598eee500b80f7cb994d4aca7f108c78d567f9fc8c76687ad8b 1 0.00/1.00 vMB 0
95,577 95,577 000000000006064596cf8e9beb373f37176effad209355635ac816b1a2fd8059 1 0.00/1.00 vMB 0
95,576 95,576 000000000005e61f5390ff4c6d96d3db288fa75c72ca0539ae72b9277fa70bf8 1 0.00/1.00 vMB 0
95,575 95,575 00000000000773d0b54d92318c62c1d93d39ec744ad62d445be56944e7c5554e 4 0.00/1.00 vMB 0
95,574 95,574 00000000000183147ac3c6fa37b68b42151cfa4e5239576517e7fe37dcacd844 4 0.00/1.00 vMB 0
95,573 95,573 000000000001965fd69acd90564f4eac30353b66f7fe7c63040b0f8d98e24e52 2 0.00/1.00 vMB 0
95,572 95,572 0000000000059c6ab2c99621588b57c65ec28d2e99e1e694b89f36de47b98aad 3 0.00/1.00 vMB 0
95,571 95,571 000000000000e3b59c8e4f8a9784632a4bc7f495a49b73348e105d710ce92733 1 0.00/1.00 vMB 0
95,570 95,570 0000000000075f814c8039ee01ce2923f7f88d08822a88c5a3b81be164245fcf 2 0.00/1.00 vMB 0
95,569 95,569 00000000000150a9b01251517acf1ff717cd2a64d47325b5a680b1ce359191ba 1 0.00/1.00 vMB 0
95,568 95,568 000000000004ccaea9d9c4447503c8d3522701f0f1a91cad8fec24f4d7c1b0b9 2 0.00/1.00 vMB 0
95,567 95,567 000000000003d437325582b7553d80ae8a142571ed7c80b1a2ac356ec14f0ef0 2 0.00/1.00 vMB 0
95,566 95,566 0000000000062ab8b0a1c7af86d2beac3b3c8a658fafda8bb6668b46f13a55b1 1 0.00/1.00 vMB 0
95,565 95,565 0000000000046694f2c339308e14a0871bd165e3fbad97a82f1b726d3a40aeae 2 0.00/1.00 vMB 0
95,564 95,564 0000000000037e18f60a43cc9bafe648d1371d7d4d421fb9d61c9c023949675f 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.75 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: 784.43 GB
    • Received: 21.50 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.