Loading Tool

Explorer IconExplorer

Memory Pool

50,431 transactions
28.39 vMB
0.07526798 BTC
Random Selection Loading Transactions
Max Size: 152.66/200 MB

Candidate Block

Mining Attempt f8432c7e64fec1c6c42480e408ae9874b8b48c907af42fa32b0d16611942f92b
Version 20000000
Previous Block 000000000000000000006aeda7cc004234c1ab671c5672364bc6b11d12bb94b3
Merkle Root f5cb8aa69d6698eb668808c01a41fd87755bd4a4d5e4bf868be687d802aa3197
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,225
Size: 1.00 vMB
Total Fees: 0.02129256 BTC
Feerates: 507.72 > 2.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,772 (345,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,734 569,734 0000000000000000000817151e36bf680fb17a5d5a000e97fe4dc6683648938b 2,367 1.00/1.00 vMB 47
569,733 569,733 00000000000000000013badc4f30d8981e5dad7461b70613a0b9ccbb6826134e 3,316 1.00/1.00 vMB 48
569,732 569,732 000000000000000000019e49a7245a080c476938cbefa6a47b70ef5fbd7e7415 2,449 1.00/1.00 vMB 71
569,731 569,731 0000000000000000001a18780df9cbe82f11d31b12f30a41b4b68e635f30f308 2,887 1.00/1.00 vMB 39
569,730 569,730 0000000000000000000c8ea877a5c18c1549fae0d4ae96b5b8ac383efb1fedfc 2,938 1.00/1.00 vMB 48
569,729 569,729 00000000000000000006aa9b3099c7e7d06bda0ddb17dd7c3eda3131d0cab39c 2,469 1.00/1.00 vMB 39
569,728 569,728 0000000000000000002872df3b32198c4bde48b8cf3aa193ebec0059fa9a260e 2,789 1.00/1.00 vMB 64
569,727 569,727 0000000000000000001a730bf5c830aab7dc2f75f695df25e60a53876658ad28 1 0.00/1.00 vMB 0
569,726 569,726 0000000000000000001f205ac5a0b22c8a5039b02cedbf87067d751571f801e2 2,704 1.00/1.00 vMB 36
569,725 569,725 000000000000000000217d6fcf7027570419282fbc361094687fe9d09f7e5f33 3,153 1.00/1.00 vMB 46
569,724 569,724 0000000000000000000c94371fa060e24340364d5e019739345e2ef01385e5b5 2,810 1.00/1.00 vMB 63
569,723 569,723 0000000000000000001da4ce26d172bbe48cdc1e8042e6b968250c73821c380b 2,527 1.00/1.00 vMB 50
569,722 569,722 000000000000000000069c5827e487a3eb8b0f687b49a8416bd5ce6ff538c133 2,945 1.00/1.00 vMB 47
569,721 569,721 0000000000000000002b8411eb4b7269bbd0d4a95e38ba6b08833a2b5d9e018c 2,530 1.00/1.00 vMB 39
569,720 569,720 0000000000000000002b77247aa032371a134dca3aba64f5b68d8269f699ecbb 3,140 1.00/1.00 vMB 40
569,719 569,719 000000000000000000119c3a15f87e831ea8f396ffa1166cfaffbfc3eb42d2c7 2,462 1.00/1.00 vMB 49
569,718 569,718 0000000000000000000ad13ee093bb3e81c0f2fb944bd01d1f310810567fe78e 2,837 1.00/1.00 vMB 47
569,717 569,717 00000000000000000010e9aa49937a663e42878ccaad51338bf840bf001552d7 2,728 1.00/1.00 vMB 64
569,716 569,716 000000000000000000085072bc58234d572183a49b8d195d5d3a113b52dd3a92 2,445 1.00/1.00 vMB 68
569,715 569,715 0000000000000000001b2d45ade821e31425e6d70f46ecf68c50c6250fe1bb73 3,110 1.00/1.00 vMB 37
569,714 569,714 000000000000000000161882e924065484ca60c1285a41720aa55ec251a7f696 2,731 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 781.98 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: 648.34 GB
    • Received: 13.03 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.