Loading Tool

Explorer IconExplorer

Memory Pool

33,729 transactions
20.06 vMB
0.03910303 BTC
Random Selection Loading Transactions
Max Size: 116.83/200 MB

Candidate Block

Mining Attempt 008f34f3a607f9e4960c42bc917b1b14912256ca55af9111776b87c49cece2a6
Version 20000000
Previous Block 00000000000000000001b3ed312f06f9d27a2378a421fc1b2c3f879a33112d4f
Merkle Root 5f7eee2ca13b6fe23f7615352463768a6df4d9664d3466e3067b4ea8688870a6
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,963
Size: 1.00 vMB
Total Fees: 0.01686724 BTC
Feerates: 201.13 > 1.69 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,080 (120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,960 938,960 00000000000000000001de55e03258555e5e5e1b102ff899774ab3c914449566 3,527 1.00/1.00 vMB 1
938,959 938,959 000000000000000000019989c42901a691e07d7c7763dd5d43ed44a3170b1a40 1,221 0.44/1.00 vMB 2
938,958 938,958 00000000000000000001e5cabb071bd8d2b978e5c7f18330f612d2bac0aa88bf 3,593 1.00/1.00 vMB 1
938,957 938,957 0000000000000000000148d024e37e86d18c25f0ba4f2a5f02711a1b547c39fa 2,160 0.92/1.00 vMB 1
938,956 938,956 000000000000000000002b4b09d195a133d4413703b1232ec3a0ac1e2e026547 2,769 1.00/1.00 vMB 3
938,955 938,955 0000000000000000000012e0eca03e3a814a48ae268e9dfe571d7f5e812474c0 750 0.24/1.00 vMB 2
938,954 938,954 0000000000000000000041b79a5d456943d41d40b31f41198d52abebe46fcee7 5,150 1.00/1.00 vMB 0
938,953 938,953 00000000000000000000b32698240d0fc9e31451bd19aa815febff7856d60fb6 3,091 1.00/1.00 vMB 1
938,952 938,952 0000000000000000000076992551d0299b6da00706239422a7c3ec7c31631f44 219 0.06/1.00 vMB 2
938,951 938,951 000000000000000000015a32dd0c14447bec2ae3ccefc9576fe66f16a6e9e812 685 0.33/1.00 vMB 1
938,950 938,950 00000000000000000001d8b9488462bcaaee42e1982c008da7976712ace0e851 1,018 0.49/1.00 vMB 2
938,949 938,949 00000000000000000001edac39419ac7ac276d7b0f15b4cd7c6697a7f3b39e2d 2,501 1.00/1.00 vMB 0
938,948 938,948 000000000000000000011c20098fec200238adab31e613d701162aa6eecc29a3 2,736 1.00/1.00 vMB 1
938,947 938,947 0000000000000000000099dd02e2035e0485b1d7d3c446151920e58486406f86 5,080 1.00/1.00 vMB 0
938,946 938,946 0000000000000000000174711601cfb399ccdf29c55fc9c052108e4ddc569634 2,994 0.95/1.00 vMB 2
938,945 938,945 0000000000000000000074e5a913c798034ea139e94beed9f038ca558f6af178 2,560 1.00/1.00 vMB 1
938,944 938,944 000000000000000000011e6b60b1f8ab2d5f818a83457d8abb761e98c946d0ae 2,590 1.00/1.00 vMB 4
938,943 938,943 000000000000000000002f24c5a6d3fe8bd76033a690ee6bc9e8ece789765ad5 4,285 1.00/1.00 vMB 1
938,942 938,942 0000000000000000000060a7e48b630534904b21f34a5709a9cfd7ee8489e3bc 3,848 1.00/1.00 vMB 1
938,941 938,941 00000000000000000000512bffba31b6520773352c18669d9ac002fd51b54073 2,503 0.76/1.00 vMB 3
938,940 938,940 00000000000000000001034c2e3cd0b49a96d8753d64b8df35cae8d8c5580d09 4,568 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 825.04 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: 4,221.98 GB
    • Received: 231.89 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.