Loading Tool

Explorer IconExplorer

Memory Pool

53,293 transactions
29.77 vMB
0.09738515 BTC
Random Selection Loading Transactions
Max Size: 159.77/200 MB

Candidate Block

Mining Attempt 21c4f4fe9e475240631a2bbbdb5c05a24d56c327773d0b7289ef84b3f5ba27d3
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root e72b3aedb8d3bcdad5715e72716ab9f42d13442fa8d9a6691fbe087d3bc4d01b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,230
Size: 1.00 vMB
Total Fees: 0.02446880 BTC
Feerates: 157.35 > 2.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (68,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,115 846,115 00000000000000000002bbe037fb2f6b4b02bfa1c41a7c73dabcec15b7db1c41 4,745 1.00/1.00 vMB 37
846,114 846,114 000000000000000000012215f65e1739e301e9e82a8ae522dcfc80452c522be8 4,945 1.00/1.00 vMB 41
846,113 846,113 0000000000000000000206d15f2a51719279c97fba6358d677653872b3e43326 5,822 1.00/1.00 vMB 41
846,112 846,112 00000000000000000000e37d72c7d3a98e9bae83bde008901a06058cd91352d6 1 0.00/1.00 vMB 0
846,111 846,111 000000000000000000026b58fba686ffcae680c04f87d06b4a805e3e741d07a8 6,583 1.00/1.00 vMB 29
846,110 846,110 0000000000000000000164c767b9c5e86c3c496bfad9931c4dd4ebcd4294e745 5,673 1.00/1.00 vMB 43
846,109 846,109 0000000000000000000041ce6d0684e821891a340fdb312e9b692605fd6cea05 3,737 1.00/1.00 vMB 37
846,108 846,108 000000000000000000012265505d2934508e571ba647649e4d967691649d0ef1 4,368 1.00/1.00 vMB 20
846,107 846,107 00000000000000000002d83155f2353c5d37a26f52a524fdb912ba4b722ecbe8 3,706 1.00/1.00 vMB 26
846,106 846,106 000000000000000000021fba938b35444c6e30c4f41bbdca918060fef4d682f6 3,235 1.00/1.00 vMB 20
846,105 846,105 0000000000000000000010b98a646f8bafa8dd6d4f14db9051dbd74ea28d5229 3,982 1.00/1.00 vMB 33
846,104 846,104 00000000000000000000718aa65fe2ba5a7a220766b73c6fe1aa4dad92e12883 6,091 1.00/1.00 vMB 32
846,103 846,103 0000000000000000000222b3b21d7fcd948482bd26eb0e893ce4edd8387a4fad 6,232 1.00/1.00 vMB 41
846,102 846,102 00000000000000000002e6a90eb007b038682837a260d167af7a1563c33c0294 5,837 1.00/1.00 vMB 30
846,101 846,101 0000000000000000000201a658fb4aff92b17d253c11c4b38e7ad1038e97381f 6,296 1.00/1.00 vMB 27
846,100 846,100 00000000000000000001ea63ce744752784fc395986d59ee4c8b8c5e90e1bc5d 5,814 1.00/1.00 vMB 28
846,099 846,099 00000000000000000001dd0f8cb194c8b7f1fdc283145caabfaa7598e6dcef10 5,137 1.00/1.00 vMB 32
846,098 846,098 000000000000000000008b3a37b18c8bb213e5ec8b324f519dc986e4af6d6a4c 4,588 1.00/1.00 vMB 20
846,097 846,097 000000000000000000020d1313a38a1e4692307e71bbf13029bc0621a8bdf91c 6,371 1.00/1.00 vMB 29
846,096 846,096 0000000000000000000314f6d6d734fb9569fdaeb4a1a045487b3a25cf88686a 5,228 1.00/1.00 vMB 30
846,095 846,095 0000000000000000000095d4c392814047f65a050576e3e8017779238e263c49 3,632 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.89 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: 645.08 GB
    • Received: 12.68 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.