Loading Tool

Explorer IconExplorer

Memory Pool

34,357 transactions
25.67 vMB
0.06211571 BTC
Random Selection Loading Transactions
Max Size: 130.18/200 MB

Candidate Block

Mining Attempt 8a2a31e38de68a4eb93bc735d308e4abeafaf39198c8210707ffbbe9c3e93686
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root f7b7463f4991a9592c40e9bf6fbb1b10976ef7a1b1f0498f0bd2545fa1bd07df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,439
Size: 1.00 vMB
Total Fees: 0.01520950 BTC
Feerates: 101.16 > 1.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (206,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,620 708,620 000000000000000000057f54156e519672711d1f285b308d0ed72b8851146d1c 3,948 1.00/1.00 vMB 15
708,619 708,619 0000000000000000000bd078f1ff5bbfd9109ce2ee5ad62a8adc5b80bf7ecfb0 1,416 0.48/1.00 vMB 6
708,618 708,618 0000000000000000000b566f05dccfaf93a9829935e2331f16759ceab996ea0f 1,940 1.00/1.00 vMB 7
708,617 708,617 0000000000000000000aab79028cd91afb02831d5bb67ce2f1f2efe1378fa2dc 3,365 1.00/1.00 vMB 13
708,616 708,616 0000000000000000000bccd653f92fcf25eecdebc597c154f308dc9003dd243c 1,556 0.50/1.00 vMB 10
708,615 708,615 0000000000000000000a93018015fd8e9333740d21132da683f0b916fb739757 17 0.00/1.00 vMB 3
708,614 708,614 000000000000000000099bc202f6f3769b52f651b0ce15adc19fdb1e93d9e6d3 1,321 0.50/1.00 vMB 8
708,613 708,613 00000000000000000008c7a24dba5d170470c8abb58a7b24554995757db05f12 545 0.79/1.00 vMB 2
708,612 708,612 00000000000000000002e60b61433a93eaaba02b727fcb7813c3d82d877385c8 2,149 1.00/1.00 vMB 8
708,611 708,611 0000000000000000000a84531fc04a98ecbd0c56fcdda6841f11e187ae4f1dff 673 0.32/1.00 vMB 3
708,610 708,610 0000000000000000000000e4f4e1ebe93f66e36622b3c72c76b090afbdb94c34 2,863 1.00/1.00 vMB 9
708,609 708,609 0000000000000000000326d7d87c3ba65ccb00920c805f3d8c4bfca7ccb125b7 3,151 1.00/1.00 vMB 16
708,608 708,608 00000000000000000000213470307680ca31fdebfa722864d8d6d046f9ff18c8 522 0.14/1.00 vMB 10
708,607 708,607 000000000000000000067577cf97ea3fc07a6681a67417b84823b1343a7ae3c0 1,271 0.47/1.00 vMB 10
708,606 708,606 00000000000000000008dbd48c5d8614de610ee8fc4ce78ec520306760e02ec2 1,108 0.61/1.00 vMB 8
708,605 708,605 00000000000000000000d362c3cbdbcca0348a8ab5e1755125ce9b16b512225c 160 0.19/1.00 vMB 5
708,604 708,604 000000000000000000062adb4dea83e6d7a7132614032dbfdeab58dc12604ee4 575 0.18/1.00 vMB 9
708,603 708,603 00000000000000000007647ad2db1bf5db881aef054363bd82382e557ced891c 848 0.91/1.00 vMB 2
708,602 708,602 00000000000000000000f77d0fe3e928f8110a442a4085b9a4b355bc753b94b7 531 1.00/1.00 vMB 2
708,601 708,601 0000000000000000000b4a25a714c74ab2537569af5100b3b5815ffd96a8de8f 2,964 1.00/1.00 vMB 10
708,600 708,600 0000000000000000000c8e85631ef0e2c2fdcf53e77b10d46bae4a0ab97a6ab0 1,439 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.