Loading Tool

Explorer IconExplorer

Memory Pool

27,805 transactions
8.06 vMB
0.11724160 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.76/200 MB

Candidate Block

Mining Attempt 4f069abad7e82e88c6021823d0a46450b77dcb9e2d2d7778ef6ebd5e11261987
Version 20000000
Previous Block 000000000000000000016a9bb5f319ff1902ff927cfd4910ceff07268f197cf2
Merkle Root 9839c21aff796957d9c49dc4b5c22d31f01cdd3058db95dd6d35771f707b41df
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,155
Size: 1.00 vMB
Total Fees: 0.07519001 BTC
Avg Feerate: 2.49 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,993 (773,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,702 139,702 0000000000000668b0214440c75a9da37e1a87dac813297c5017619547da25f0 0.01 MB 24 152
139,701 139,701 00000000000001b87909f1a8d437f9b692f8b2366cfca8e775e01b3070f55090 0.02 MB 49 149
139,700 139,700 00000000000002b9765e4bce6db2b236ef98762b2d7b235fbfcd5e26365a7c2a 0.04 MB 131 66
139,699 139,699 000000000000023476276abc424d1f5b23ef65a908d0d124a990975e3f6974fc 0.00 MB 15 774
139,698 139,698 00000000000004a8dc5bd85e197e13fa7d0743196157a1485f3653426e0b0a00 0.01 MB 21 199
139,697 139,697 00000000000000b6f0a89a2e6149db67a7a8e932d94b4987f2e70a36c618f692 0.01 MB 38 178
139,696 139,696 00000000000008d572fb427d04f2c92d17dec60d3e6c8367260e49a4f88dac96 0.00 MB 10 399
139,695 139,695 00000000000002bcc61246624f638c21211a3292f23c59fcb33c8076ca2e7b88 0.01 MB 19 125
139,694 139,694 0000000000000629da18e07f658511301559bd009598695661cd81f54d61a897 0.04 MB 118 96
139,693 139,693 000000000000077332e63d5adc1da6d48dfd4c4b6fc181b6491802005fa3aac0 0.05 MB 83 75
139,692 139,692 000000000000072f806734dedbb4eac644a1a9f86a86f98456047d65615710db 0.01 MB 18 171
139,691 139,691 00000000000004132390b99e2b18a71c382c1dc46b5a57bb86d42d8599426ccc 0.02 MB 40 146
139,690 139,690 0000000000000187fe9ed54d5d7f14effa808e6710cf978353cdb96c412b2a03 0.00 MB 10 193
139,689 139,689 00000000000006234506928c3fa2d91b6c4ef9fd6357b63d9c84380baabad77c 0.01 MB 27 55
139,688 139,688 0000000000000719e67db024c5fde1f811152d1528fefb46e328491dca2c0908 0.02 MB 37 312
139,687 139,687 0000000000000300bb23d94b220f9649978df0dceb9dcabe3f27ee3597192776 0.03 MB 90 88
139,686 139,686 00000000000006253a91a9d6aa0044b537ad11eb3aaddcdcf7e37ec7fd6633a9 0.02 MB 44 351
139,685 139,685 00000000000008b8b02c79dd293a9b1bc200d4c108b08d12dfec8a4baa8a3ffb 0.02 MB 45 132
139,684 139,684 00000000000000298fc847a4fb0863deab7ec7d421072417822253ac643df4fb 0.01 MB 21 89
139,683 139,683 000000000000074ac3f0e35a1032820f331082e0b4f6c5fba0e6cfefb10bc19c 0.02 MB 26 111
139,682 139,682 00000000000001cdab6cb6080890b12ba91b42441dfeb7ee8c57b5c534688de0 0.02 MB 52 187
Previous 10 blocks ↓
Total Size: 778.83 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: 371.89 GB
    • Received: 3.37 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.