Loading Tool

Explorer IconExplorer

Memory Pool

65,212 transactions
36.27 vMB
0.23690352 BTC
Random Selection Loading Transactions
Max Size: 192.93/200 MB

Candidate Block

Mining Attempt c3e426faf99c4719a912d6884dda4ab02edd0453f2c9894bc14a3cbdca8cddfd
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root 34775e86bf19b008520089c6a2fd51557e506b552e636d98eb63739a57c2c0e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,650
Size: 1.00 vMB
Total Fees: 0.12528110 BTC
Feerates: 1,471.76 > 12.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (558,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
355,957 355,957 000000000000000015c88b2d902403efa2bf8ec70f987f0f54b9f38668e058b7 1,606 0.75/1.00 vMB 34
355,956 355,956 0000000000000000169149df0e11f8aacdc9cf16e1a8a2fceae3e268cb92d940 613 0.32/1.00 vMB 26
355,955 355,955 0000000000000000151c1fd406b5d2f6471369726740e5ce11b22d6013d50dbb 789 0.43/1.00 vMB 26
355,954 355,954 0000000000000000018f37bf3a686072f02c0ddd6ad7f72d23f80fc735d5612e 241 0.17/1.00 vMB 18
355,953 355,953 0000000000000000079f84681b02468c480f4749707eeadb02d8937ab760cab5 581 0.30/1.00 vMB 27
355,952 355,952 000000000000000012dd2e6fd78f740a4cafbbe868665eb87c6a4644d51f3842 1,123 0.59/1.00 vMB 28
355,951 355,951 0000000000000000009c36e04b84f346902952a3d0bc93f0041a34062afea952 72 0.08/1.00 vMB 10
355,950 355,950 000000000000000011e5979008b6e2dbe790630461056544db7971275c40859c 602 0.44/1.00 vMB 17
355,949 355,949 000000000000000008839bb0e2d7981b26df8a09942f9e2455fe389405f673c0 1,649 0.75/1.00 vMB 30
355,948 355,948 00000000000000000fc66cf7b4e98c48017a5fb6f7b7972c5b4da8a84957abac 927 0.62/1.00 vMB 9
355,947 355,947 00000000000000000a58f5d1a0a8233eee0faacfb148d3867d3a4e3781daca47 793 0.71/1.00 vMB 19
355,946 355,946 00000000000000000ff35f6fd2d25a68f0f1e2120bc997c39a480bd84a7c0d9c 1,374 1.00/1.00 vMB 22
355,945 355,945 00000000000000001615f4d45814727ae1920aba4b37bfd6ae087f7aaf909a89 554 0.75/1.00 vMB 17
355,944 355,944 000000000000000012b180f073bd2ffa8845df92e93f19a5a1d77506a54ab639 462 0.75/1.00 vMB 14
355,943 355,943 00000000000000001585f1a9d4874062db2845c205df4c457f3cb9828874eee0 1,385 0.75/1.00 vMB 27
355,942 355,942 00000000000000001605e4e286545d5d883a31287b6b4191147bfdca9addc359 1,419 1.00/1.00 vMB 23
355,941 355,941 00000000000000000d80f662b6fc7dca8bea6f0cae28650ef8ddfcba195e8d1d 1 0.00/1.00 vMB 0
355,940 355,940 0000000000000000134e547c442bef247e92ff716478b03e56b98d1ebc164531 935 0.75/1.00 vMB 21
355,939 355,939 000000000000000014c29d3769dbd2e0c1b77098d53659a418145fb856dc0bfc 2,267 1.00/1.00 vMB 38
355,938 355,938 0000000000000000019f758dd5f945c57778fdd70b25560b688dc214f6685224 2,269 0.75/1.00 vMB 43
355,937 355,937 000000000000000003429544ad0175cbfda1896558c4e82ebeae80a41ef036d5 1,784 0.75/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.34 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: 601.98 GB
    • Received: 10.24 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.