Loading Tool

Explorer IconExplorer

Memory Pool

41,747 transactions
27.58 vMB
0.06994418 BTC
Random Selection Loading Transactions
Max Size: 142.67/200 MB

Candidate Block

Mining Attempt 1640b9805d1d9a66f6da96f7fdf2b542083dc94ecf7260f706124f3fb0a76f2d
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 8f7e8e206e88554698c06c2ef2d2bed58c13db5f6cf108720f699cf8352a14f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.01563591 BTC
Feerates: 100.53 > 1.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (80,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,437 834,437 0000000000000000000038aea1be4decd8daa6c02bab137f77e2d214a11f3182 2,968 1.00/1.00 vMB 22
834,436 834,436 00000000000000000002359d3d1fe87acb5f81879c41c651a7141253f685ead6 2,670 1.00/1.00 vMB 25
834,435 834,435 00000000000000000001dd888ab9ae58d7689366ac100b990850509ab419c61e 2,306 1.00/1.00 vMB 15
834,434 834,434 000000000000000000006693eca97ab2636400be3afec390d52d92138a017b4b 2,153 1.00/1.00 vMB 17
834,433 834,433 000000000000000000005ee6cea04d9b6125abbf92373579654faaf379f80241 2,511 1.00/1.00 vMB 16
834,432 834,432 0000000000000000000081059ff2bbcf5de320b7588eeb8b92ab651a905ac7e4 2,874 1.00/1.00 vMB 22
834,431 834,431 000000000000000000027522e6babd5534ea5d372bec72fbded3a83934750d89 1,875 1.00/1.00 vMB 22
834,430 834,430 000000000000000000032c8016dcbb56c0e95602f6c1fcf73ba9bc87cf4b0f08 2,425 1.00/1.00 vMB 40
834,429 834,429 000000000000000000026f5456c11cf16f18f34acef3e6397a297699ce9af1b0 1,470 1.00/1.00 vMB 14
834,428 834,428 00000000000000000002c3d58baeaeedc014e7e2d2855b13502de47f96b9f4fd 1,947 1.00/1.00 vMB 19
834,427 834,427 00000000000000000001f9ddfb64d3552591b4de9f2bcce5beef9e817d5af3e0 3,273 1.00/1.00 vMB 20
834,426 834,426 00000000000000000001faf8155d5d4a16b68e7b9ef6a7f5953555248da7d420 3,223 1.00/1.00 vMB 30
834,425 834,425 000000000000000000001877c29e6f61761de3b4230e5402229a511a763c78c4 3,245 1.00/1.00 vMB 36
834,424 834,424 00000000000000000001e71bae266729ecfb469bbf463a2a0493465fa9f707f5 1,208 1.00/1.00 vMB 14
834,423 834,423 00000000000000000002b190055d299a5c76ac7e5ab8b4f6200ba79cfb0ffdc1 2,463 1.00/1.00 vMB 18
834,422 834,422 00000000000000000001fe8374815e53d4daa4094ff03e88ad33f78ad85531af 2,799 1.00/1.00 vMB 17
834,421 834,421 00000000000000000002f1f30e52565b61825b954f5e7d5651be2a66bacf1271 3,167 1.00/1.00 vMB 25
834,420 834,420 000000000000000000019941a5ae1289765981442925330057b0da96f3dea1c5 3,035 1.00/1.00 vMB 29
834,419 834,419 00000000000000000003843d08324a598c346a2a83a7a7f1ae4bfba312fb3b37 3,304 1.00/1.00 vMB 33
834,418 834,418 0000000000000000000040691e9bc32ab46d47da3a10dd46c09466894770b59d 3,277 1.00/1.00 vMB 29
834,417 834,417 0000000000000000000199a125400439af64d0ad66c7a74ea860779b16d0948a 1,042 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.23 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.