Loading Tool

Explorer IconExplorer

Memory Pool

77,898 transactions
28.75 vMB
0.07847550 BTC
Random Selection Loading Transactions
Max Size: 175.05/200 MB

Candidate Block

Mining Attempt e142f248aac594110a24bbc9fafe5eb46f3c75a36fb4565171118b87c41662db
Version 20000000
Previous Block 0000000000000000000173e04047e2fe39105b58a1ecaf148a4d5ecb3621b13e
Merkle Root ee7b0b3074e17ffb414f8767f2db2b898bd3efff109234bce699f1e4af305fdf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,488
Size: 1.00 vMB
Total Fees: 0.01548558 BTC
Feerates: 100.36 > 1.55 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,600 (812,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,546 103,546 0000000000000dd806a0bbe7f73f8d8dbe74248efd473197f6a7221e15565256 10 0.00/1.00 vMB 0
103,545 103,545 0000000000010f3aa098d01cd2e02a5c447a265d1044da3b17014ea5f96157cd 1 0.00/1.00 vMB 0
103,544 103,544 0000000000008e5506eeea9d63a099338634791670c54b391385caff4a6c2ccb 3 0.00/1.00 vMB 0
103,543 103,543 0000000000017d6b5ca270185267b262cea916ea05fadd3fe6c7a913887f5aa9 6 0.00/1.00 vMB 0
103,542 103,542 0000000000029490f7d9b8bb862418773d213a75e97540143757eb238adf157a 5 0.01/1.00 vMB 0
103,541 103,541 0000000000009f1810fc3a69cc94e26af5096ed9d44ca0e4d52467359963b008 2 0.00/1.00 vMB 0
103,540 103,540 000000000001bb6f8031a7e75d04ee40acfc26174093b8b653be9571a512bf45 1 0.00/1.00 vMB 0
103,539 103,539 000000000002497e06eef1144bb97794c6f7f6626c4e7792f54146e898882665 2 0.00/1.00 vMB 0
103,538 103,538 000000000000d5e1fd6de70eaf54c770d522439648b98802427314f6f96931da 7 0.00/1.00 vMB 0
103,537 103,537 000000000000913ed4ddab8726a6b6c2b52c3a2e0612410b4cda682bca0fcf14 10 0.00/1.00 vMB 0
103,536 103,536 0000000000029f88a0dfade4985bcae4ac3a8df4dcb07dd814ea16c2c587e664 8 0.00/1.00 vMB 0
103,535 103,535 0000000000008ae6d3e086655f7601a8470eb0ceea37aeb03f4d6d75ee3d8adc 6 0.00/1.00 vMB 0
103,534 103,534 0000000000028f53686f596b4ceab149137c48b10714a280d74272fb27f3673f 1 0.00/1.00 vMB 0
103,533 103,533 0000000000026e5dff5ae080fe50cb95d8b7f83cf926a4bca9d15e1554c0b66d 10 0.00/1.00 vMB 0
103,532 103,532 000000000000c569e32d43a7d0a35fd66ef15283513802f3b1a7bf37caefab9b 8 0.00/1.00 vMB 331
103,531 103,531 0000000000001957214a33c82c2374eb65c34ecaba94d6dcaf14f85c32ffa774 6 0.00/1.00 vMB 0
103,530 103,530 00000000000250cb245a8f35ed98978bdb91d9d651212516d3895fe322844a70 5 0.00/1.00 vMB 0
103,529 103,529 0000000000008bc9c08c29724e5aed19d56d39cd8fdb4a62915ce5ae8356013d 12 0.00/1.00 vMB 0
103,528 103,528 00000000000145e54b2919ef03cdadbf3c1bc37d03348b139c68d211a19f2b55 10 0.00/1.00 vMB 0
103,527 103,527 000000000001e6dccd75e9170f58c63b779888b8157aee4e9a0202dcf83737c2 24 0.01/1.00 vMB 0
103,526 103,526 00000000000136a3fa63a5b745194f7cfc7ba3c38dab0bbed317d2e0c9e523b3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.43 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: 770.55 GB
    • Received: 19.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.