Loading Tool

Explorer IconExplorer

Memory Pool

87,593 transactions
32.08 vMB
0.14220707 BTC
Random Selection Loading Transactions
Max Size: 193.67/200 MB

Candidate Block

Mining Attempt 2adeb354b35d6ef2538e88078bef1bd6d9a2a93b5f35ce48ab7575355beac683
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 242f6d25461ec1d954733f28c3e78bd6e08ef03d22fd43d90013023b2e0725ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,692
Size: 1.00 vMB
Total Fees: 0.05194848 BTC
Feerates: 911.92 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (474,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,921 440,921 000000000000000002ea65db40f6e2ce47139e265850177f96cf225c6a40d390 2,676 1.00/1.00 vMB 87
440,920 440,920 00000000000000000312031269a708b03110fd53d9a9cbda19db7ac815739644 2,162 1.00/1.00 vMB 64
440,919 440,919 000000000000000000bc1c9a97a92ebf672126f2d3fba357929b29600e3aeff3 2,408 1.00/1.00 vMB 80
440,918 440,918 000000000000000000f8a419bf19b5f4779c7273ed6d5f7b3176c29be4cf2bf9 1,862 1.00/1.00 vMB 61
440,917 440,917 000000000000000003cab78e3ac8ea15865636273656bd186962fef9c5f0aa5b 2,799 1.00/1.00 vMB 66
440,916 440,916 00000000000000000368cb02f6d221e4f15b4d1e5e5edce15a5a43e08f73963c 2,256 1.00/1.00 vMB 89
440,915 440,915 00000000000000000334aa876372fa89bd63b20ffdcd00436333d9b4303e1238 2,511 1.00/1.00 vMB 93
440,914 440,914 0000000000000000034a879bc7a4bec23155a1c52a91b72b315f326906e124b8 1,966 1.00/1.00 vMB 77
440,913 440,913 0000000000000000022f5eb591a9132550b0f71a2b719a562e293d43ac95c9ed 2,481 1.00/1.00 vMB 89
440,912 440,912 00000000000000000244a670559a7d64d07dc5bb270210bd65426eb9b02f47ec 2,756 1.00/1.00 vMB 100
440,911 440,911 000000000000000002b37efb083e879a1c2d41f1c1b6567e1cd6dbb4af29442d 2,349 1.00/1.00 vMB 91
440,910 440,910 000000000000000002350e84e2fb702c1e9bd568355de0f67ac3f365ca57a23c 1,904 1.00/1.00 vMB 68
440,909 440,909 0000000000000000002f271c65cb3bbd5257283e63c1d6fdbbd285405c8151d1 2,152 1.00/1.00 vMB 85
440,908 440,908 0000000000000000010f70935e34777384ddac7a7fde3cdf9459d8e9e0eff00c 1,817 1.00/1.00 vMB 75
440,907 440,907 00000000000000000222ebd85debe3620b1aea5d661864d21d38b01718180432 2,536 1.00/1.00 vMB 84
440,906 440,906 00000000000000000072ae7b244f5dc7939aafd2b34a6fb96498b13ba64a333c 2,135 1.00/1.00 vMB 67
440,905 440,905 000000000000000001a4e39869f004386344cac7628e1ddc070bfde10f2e4bd0 2,368 1.00/1.00 vMB 106
440,904 440,904 0000000000000000008568f303be6647115e887f1d47c893a661344ff1cb9bcd 2,468 1.00/1.00 vMB 83
440,903 440,903 00000000000000000025e4bfe00bd0c8dbbcc49f3e5a79af94435ca04cabe891 2,359 1.00/1.00 vMB 90
440,902 440,902 000000000000000001ba2c4b766a46b9aa1d891fe358dd8b2b3938287a317ab1 2,749 1.00/1.00 vMB 100
440,901 440,901 00000000000000000213967163ad97b24029f6134c0c7ecd63d1efb82f82c897 254 0.99/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.34 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: 661.02 GB
    • Received: 14.79 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.