Loading Tool

Explorer IconExplorer

Memory Pool

84,181 transactions
31.56 vMB
0.13339401 BTC
Random Selection Loading Transactions
Max Size: 189.21/200 MB

Candidate Block

Mining Attempt 5ea30ce7cf8aec51e30c82cc383f52aa1ec0d52247aa24440503986168c2c32d
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root a4eeb496fba9b1388a31ca7565f95acb7d3ae4aa671ebf1c3b91f794966e41a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,177
Size: 1.00 vMB
Total Fees: 0.05352548 BTC
Feerates: 163.06 > 5.36 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (364,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,126 551,126 000000000000000000066adb7119222e0e6ab75b74d601b465313c832133d115 1,151 1.00/1.00 vMB 35
551,125 551,125 0000000000000000000f11f9998d9baa0f07ea5ce1d8ec6e2fe5a57cc9fb78dd 2,582 1.00/1.00 vMB 65
551,124 551,124 00000000000000000018534d88ec45bea2a696da39fe7b63158a63a52ea1d595 1,789 1.00/1.00 vMB 10
551,123 551,123 0000000000000000001aa98c0e3741e5204d64b03b356142a67db46cc19f237a 1,501 1.00/1.00 vMB 28
551,122 551,122 00000000000000000000860738d0158e9b70230809c74db2fe961ed1d9b6faef 2,782 1.00/1.00 vMB 29
551,121 551,121 00000000000000000011e5a3a4391c448190857d6b471406f73b7c3595695d51 3,061 1.00/1.00 vMB 54
551,120 551,120 000000000000000000212292ab98b2fcf6fd700ece8d7b7533a2320462d8c361 2,824 1.00/1.00 vMB 32
551,119 551,119 00000000000000000009f4c12f0d7d8226cccb998e73615c0a054475e281e6e1 2,552 1.00/1.00 vMB 13
551,118 551,118 00000000000000000024982a78ef50cf74941411c32cb3478ccdc4a4f09c3a3e 2,583 1.00/1.00 vMB 39
551,117 551,117 0000000000000000001cf69882a90178c9fc294219f12467622129837d34a513 3,279 1.00/1.00 vMB 60
551,116 551,116 000000000000000000044cd5a47d8b306bdaebd5990627c71fc4f5009df86f5f 2,780 1.00/1.00 vMB 51
551,115 551,115 0000000000000000000f87b31aa5ccae3a26d023f50d249b3f9d590349ce847e 2,824 1.00/1.00 vMB 74
551,114 551,114 00000000000000000023486b9d95a729418b2be569f35372b698bd8b308d1178 2,812 1.00/1.00 vMB 30
551,113 551,113 000000000000000000096c5a9dbed883f2440afca3ed55fab13591db45002639 2,618 1.00/1.00 vMB 14
551,112 551,112 0000000000000000001619287e8c7a5b4b561de2865ef47cd27b978e7bae7eef 2,503 1.00/1.00 vMB 17
551,111 551,111 0000000000000000000227e46be657d6a4b6bdb5c284df2592fbc17f4eb00e21 2,331 1.00/1.00 vMB 13
551,110 551,110 0000000000000000001ccc9ceead713d94a58661d162197e3db6d9fdf0b0466e 2,432 1.00/1.00 vMB 20
551,109 551,109 00000000000000000003c058fc951a462c5d0fbe67ae5e321d4c4a2dd46f513d 2,661 1.00/1.00 vMB 28
551,108 551,108 00000000000000000003ce48870179217eaf8789d0cbd49d875ff86ecac4e1c4 2,811 1.00/1.00 vMB 50
551,107 551,107 00000000000000000005dc03e07663a6bd6c1dac79703274488a8595d773860e 1,511 1.00/1.00 vMB 37
551,106 551,106 000000000000000000091db255f327f3938cb33cd1076d7554b7bbd22b9c1000 3,112 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.69 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: 697.25 GB
    • Received: 16.52 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.