Loading Tool

Explorer IconExplorer

Memory Pool

30,649 transactions
18.27 vMB
0.04701533 BTC
Random Selection Loading Transactions
Max Size: 97.09/200 MB

Candidate Block

Mining Attempt a746c9296cbdf9980f5fd5a9b41a75326b2591b7c72e661d40a2b8143cbaf570
Version 20000000
Previous Block 0000000000000000000119ce95786a15a8ef79eb69929548bb35e0e13ef5ced5
Merkle Root ea753339b4ffd88e7ea8dba0db81cf8dd54e33cfb3c958090597cc86085ed476
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,894
Size: 1.00 vMB
Total Fees: 0.01253119 BTC
Feerates: 200.82 > 1.26 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,891 (889,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
24,048 24,048 00000000c318a15d85e7b73560735603922c77a3002c7371a490ebface36afa6 1 0.00/1.00 vMB 0
24,047 24,047 00000000c5636c9fe215d19bc8ed681b1338340b31b37cb4cd837c276a32e0d3 1 0.00/1.00 vMB 0
24,046 24,046 000000001a31cbdff39e69d898dcdc20acff9996603af7d422e2899f1ac79804 1 0.00/1.00 vMB 0
24,045 24,045 00000000dacd794989492f0a71233aeba4a3359f6e5dd9da7886e687c7573e3d 1 0.00/1.00 vMB 0
24,044 24,044 0000000020cefbd1f99c8b604e40f4e243dc876059fb26a38f30f4dee95f63f0 1 0.00/1.00 vMB 0
24,043 24,043 0000000041e0e3797af87115cf94e6b88dc1728ac538c3ef9b7164416c22deb7 1 0.00/1.00 vMB 0
24,042 24,042 00000000fad366d01b3eb2a3cf10e659f9795c0ce9b55710caf206b10fe4204d 1 0.00/1.00 vMB 0
24,041 24,041 00000000a0c01f623c66e7597351d313bd653852c616275229cf9c8daad920dd 1 0.00/1.00 vMB 0
24,040 24,040 00000000b2e26802b8c8d440a4e951e537b2eea0e0df6a589c3ee0525700d091 1 0.00/1.00 vMB 0
24,039 24,039 0000000045bc49d36315f778e54e5fc0cec4d62cb1f572f294d314f57b1c80ff 1 0.00/1.00 vMB 0
24,038 24,038 0000000093cbc06291f9382017670595dcc8564464d57c36eeec28fc129cff06 1 0.00/1.00 vMB 0
24,037 24,037 000000004143314542b077ae41bd8d7f29bd4676f3af353520b0f796056fef4f 1 0.00/1.00 vMB 0
24,036 24,036 00000000df330780773f56d29546f704607b466450078833f67d745567d50562 1 0.00/1.00 vMB 0
24,035 24,035 000000008cfd8d5de7a6beb6da3c5c74befea5ba7c48d76d35f03c7970967c3a 1 0.00/1.00 vMB 0
24,034 24,034 0000000042ec01627f090a58c21a9403c31f045d9cc8a6fd3a45be609ee37317 1 0.00/1.00 vMB 0
24,033 24,033 000000001341118779a98c98dc05913618252a8fc4e17df1d061ad737931ab57 1 0.00/1.00 vMB 0
24,032 24,032 00000000a4c6ee301770e39e8e76dffbbd97e75dc63280c57308f4584b1b3152 1 0.00/1.00 vMB 0
24,031 24,031 000000000b09be1e3eb9550770472c28c3b2f7b09eba595b7c086cd40567343d 1 0.00/1.00 vMB 0
24,030 24,030 00000000d2d9fac29bc1170a5b83ffcdd39cea75a54dec0d2f3adc3cc7c1d515 1 0.00/1.00 vMB 0
24,029 24,029 000000009a40cd16c4d3ac4911cf514e99811c226734c7e8692609a30cd36c61 1 0.00/1.00 vMB 0
24,028 24,028 00000000c2b1b5c972c408a33f45e93ea9999402efe3b09060b72dc5d15f7dd9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 526.04 GB
    • Received: 5.27 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.