Loading Tool

Explorer IconExplorer

Memory Pool

51,660 transactions
30.25 vMB
0.25870196 BTC
Random Selection Loading Transactions
Max Size: 159.50/200 MB

Candidate Block

Mining Attempt 998d8cdef1443e19e0b8be05e72de137ad14d5054ddfcf1824c4d60bb2f3b2e1
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root fd967b699da1fcd7830f906bf707363c2230862025013d927f9811b5ce7d46f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,757
Size: 1.00 vMB
Total Fees: 0.08164461 BTC
Feerates: 220.25 > 8.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (907,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,653 7,653 00000000f5ae4cbc8185c894f38b43f5cc132b597e97a766b83422ccf50e3ec3 1 0.00/1.00 vMB 0
7,652 7,652 000000000c6055a27271753713a01cf4d039bde8378e3ea82400a3467ecb4f89 1 0.00/1.00 vMB 0
7,651 7,651 0000000000f4560350f9ca6adfe15b05fd4d06389f32b7a3b7ec2fcc85fae341 1 0.00/1.00 vMB 0
7,650 7,650 00000000b5e5bdc399d6cc3b4312dd0ccd2c686663a7aa337647772473bf3570 1 0.00/1.00 vMB 0
7,649 7,649 00000000f968a8fef2e92ef6296a62d6d7fb6219643a0aef3d95e9e26421c634 1 0.00/1.00 vMB 0
7,648 7,648 00000000149a05aa3aa2544993ee1e359683750df8ec055c183e749f452c1fcf 1 0.00/1.00 vMB 0
7,647 7,647 000000001cf7cd13648a8613f515ed9dfebd6335b98b7140906bd022df40d5bb 1 0.00/1.00 vMB 0
7,646 7,646 000000003c5b770856465f1d7f9ae8919f33504fc7971f486f51074386084cda 1 0.00/1.00 vMB 0
7,645 7,645 000000006da23445fb82457e211807b038717de3433458a795a461eadc597ecd 1 0.00/1.00 vMB 0
7,644 7,644 00000000e8b0041987d2838f34ff84024e9c673455837216a53ed92209916e9c 1 0.00/1.00 vMB 0
7,643 7,643 000000007c111c0372aeefa57a2dae1bcd9fa43879bd3e02b676e00b3a939ec2 1 0.00/1.00 vMB 0
7,642 7,642 0000000010b23315ac37b91735230922cee46eb802320c87e508cbc89e89644a 1 0.00/1.00 vMB 0
7,641 7,641 0000000050bf4cc971ea7ee4890b3352ed80ba60bdc82b6e040adaffad7a0200 1 0.00/1.00 vMB 0
7,640 7,640 0000000066009c2ae938ffb275d926a1fddbba647b361776ebe54fae6cb6e868 1 0.00/1.00 vMB 0
7,639 7,639 000000000799fafcaebbd7432bba0e20699d60259572263c35c92f7ae27a9885 1 0.00/1.00 vMB 0
7,638 7,638 00000000e1c380678a058f550dab7c1f0ae9e4d0c8f9325a4c7f06c893919911 1 0.00/1.00 vMB 0
7,637 7,637 000000008380d20e65c9f3aa351b420b437f3fcfbcfdeecb7e33fe3dd6f3d1bd 1 0.00/1.00 vMB 0
7,636 7,636 00000000e03a5d549e64adfeaf26b49917f2a492c322ae866a7dadc870c441cb 1 0.00/1.00 vMB 0
7,635 7,635 000000001d0cfd9d4ff652899e002ee4284cdf5e0a8b8ba766f3fe1fbedd4237 1 0.00/1.00 vMB 0
7,634 7,634 00000000ec7176c14936cabf8af2baa1834dd6de9e08a1ba6c0189c85a6564d9 1 0.00/1.00 vMB 0
7,633 7,633 0000000085e19e9059b4750e379eda377b5d1ba0a992e717608d5960462bddf2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 644.10 GB
    • Received: 12.61 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.