Loading Tool

Explorer IconExplorer

Memory Pool

36,771 transactions
19.48 vMB
0.06537174 BTC
Random Selection Loading Transactions
Max Size: 106.26/200 MB

Candidate Block

Mining Attempt 57030bea655d8ac3872ba34476e13e0f8870f0a6be5b46ea8409bf76cd7232ec
Version 20000000
Previous Block 000000000000000000018f69ae29df7c79914fb88c88e7aedd8580e0842811ca
Merkle Root c713c0972012d898cfad6750624a2a34ce19dfb89b6bc016761cbc5138226b09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,808
Size: 1.00 vMB
Total Fees: 0.02746255 BTC
Feerates: 636.23 > 2.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,915 (493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,422 913,422 00000000000000000001a8107fc94f72301ddf1d5f3fe20a04aec1708cd7cc55 3,138 1.00/1.00 vMB 4
913,421 913,421 0000000000000000000025f04ff2c401a5399cfff1f91b6377cb2b55eeb38fad 2,887 1.00/1.00 vMB 9
913,420 913,420 000000000000000000016227ee45eddfed24105316ab42bdb9f1253718de909b 3,418 1.00/1.00 vMB 3
913,419 913,419 00000000000000000001794318ab8b212b0d0ba2784d9b9715a2dc93a4340708 4,118 1.00/1.00 vMB 5
913,418 913,418 00000000000000000000e687af6501ddd9cf3b65e64074a5f6330970f0f2158f 3,920 1.00/1.00 vMB 1
913,417 913,417 0000000000000000000143e530954eecbe905e500255afa6b9a40450747c7b7a 4,485 1.00/1.00 vMB 1
913,416 913,416 0000000000000000000114d0bd228a9df12e76c5333182c38f6ea58c78acaee2 1,243 0.42/1.00 vMB 1
913,415 913,415 00000000000000000001b5c3020be6a6bc5240c44ca01063cc5c8497b4f90c92 4,004 1.00/1.00 vMB 3
913,414 913,414 00000000000000000001e0990096d2cfa519a4455239a76e52f0e783a20ccb94 3,378 1.00/1.00 vMB 2
913,413 913,413 00000000000000000000609274759e6e635b5054c457b0406a2e5ac6b3b1fd3d 4,732 1.00/1.00 vMB 2
913,412 913,412 00000000000000000000a45db616fc5e02bd7b3acac1b70a222f1658457231ae 4,426 1.00/1.00 vMB 8
913,411 913,411 00000000000000000001e8346c4d3adf749cafb97e37f4f648b1a84a4caff038 4,595 1.00/1.00 vMB 1
913,410 913,410 00000000000000000000a3bbaab364c8a67678d454613e29c10bae8cf58f784a 3,155 1.00/1.00 vMB 0
913,409 913,409 000000000000000000018e29b79b0a29631a9c09a1df8790b784b74031125eda 3,194 1.00/1.00 vMB 8
913,408 913,408 00000000000000000001816ebe27c4b538156b72d2393ecf91ed8f62040739b3 1,764 0.55/1.00 vMB 1
913,407 913,407 000000000000000000002190ea041f1b155432157c5d649dfa38b87b215dc29e 3,174 1.00/1.00 vMB 2
913,406 913,406 00000000000000000000f2a58278eb31c7c7508d5fd7be04e21efd82a1a50145 3,376 1.00/1.00 vMB 4
913,405 913,405 00000000000000000001124cf23d5407a6c1c959f1638ede05fd1137b99bca69 3,461 1.00/1.00 vMB 5
913,404 913,404 000000000000000000008d04065d89b6af56d4a51721394abcf1d222900704dd 2,275 1.00/1.00 vMB 5
913,403 913,403 00000000000000000001786d08044e0bc11e8685df5e6ef9caff0b5450345fd7 4,048 1.00/1.00 vMB 3
913,402 913,402 0000000000000000000170c67e58e6b2743a2a358553ccfe3fb9590b1d57ba5f 3,098 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 780.46 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: 527.76 GB
    • Received: 5.54 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.