Loading Tool

Explorer IconExplorer

Memory Pool

78,818 transactions
29.22 vMB
0.08481099 BTC
Random Selection Loading Transactions
Max Size: 176.86/200 MB

Candidate Block

Mining Attempt 2d6c1a38f56ebd7059fc65ff87f653edbd63bdb0bd4449a10e2dbd47731c16b2
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 0eb03ee22e606e8fb0043831c5945de5f7eb6cc7a9c4224e5f9a6784281b6da0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,478
Size: 1.00 vMB
Total Fees: 0.02365698 BTC
Feerates: 178.73 > 2.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (366,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,578 548,578 000000000000000000237cde185ed62253a5ce6424f3e496746044a3efc8e2ae 278 0.18/1.00 vMB 6
548,577 548,577 00000000000000000017a0d0deea4d9198ce3d83fef13c98d6fe53c3a81ff8cc 345 0.13/1.00 vMB 14
548,576 548,576 0000000000000000000ee79764e681c1cbdd6d11fcbb04f91a9aaee911df3d06 752 0.37/1.00 vMB 11
548,575 548,575 00000000000000000011676e33666682e30cc32b0e9cf38aff7e3f0a0d25e408 2,059 0.94/1.00 vMB 11
548,574 548,574 0000000000000000002235ee37b02ac8cc89be61e0f669be67357ea9257e740d 60 0.03/1.00 vMB 12
548,573 548,573 0000000000000000000a5d9c951148f473baab96beb26316e39cfc8080e0cb93 478 0.34/1.00 vMB 11
548,572 548,572 0000000000000000001c501a6f09094a4b2a2b1c920864f88d806537f915a8dd 1,659 1.00/1.00 vMB 4
548,571 548,571 0000000000000000001744025b17d4f8453c27044de294acd920801e562e10d6 2,374 1.00/1.00 vMB 4
548,570 548,570 00000000000000000003d89f6a336d32839b595ea693d7471494c89fee30ef4b 2,662 1.00/1.00 vMB 15
548,569 548,569 0000000000000000002619c811abef4e551c04f303e5e9430da6c7bad014016b 2,567 1.00/1.00 vMB 21
548,568 548,568 00000000000000000015ebadb27214212f8faefba22f5799c7bcfed0d7c7ec16 2,702 1.00/1.00 vMB 15
548,567 548,567 0000000000000000000c0598f91193c14982d3b005459e2e04a314607c5ab782 997 0.59/1.00 vMB 10
548,566 548,566 0000000000000000001ed717604a82d33e3754b6e62ee51cca9b8a83570667f1 239 0.35/1.00 vMB 3
548,565 548,565 000000000000000000105038b7b18ef612851f2ff9851808923d86a2564d85c8 1,793 1.00/1.00 vMB 8
548,564 548,564 0000000000000000000ecaf6c6995328ffb918f695390640c7edd3863e4c4b23 2,106 1.00/1.00 vMB 13
548,563 548,563 00000000000000000008f665bd287cc84b8402e6930abb8052984f56db21bef8 1,744 0.98/1.00 vMB 11
548,562 548,562 0000000000000000000f2b641d201241b75e5b17dea6949f334f54808a2fb9c7 1,749 0.98/1.00 vMB 5
548,561 548,561 000000000000000000196b8bf992eb92b04f087d12c86c26d0e51c702d94c22a 2,328 1.00/1.00 vMB 16
548,560 548,560 000000000000000000061f953a47745e883213e038825b061a13c73b772d907d 701 0.33/1.00 vMB 11
548,559 548,559 000000000000000000101721ac5c5dd5f6f817fb6a6c895b8a99f0c2f812cc6d 1,021 0.90/1.00 vMB 3
548,558 548,558 0000000000000000000c7c01a508947b8c719b08963e0d5668858ae3f10acec7 2,635 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.68 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: 678.88 GB
    • Received: 16.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.