Loading Tool

Explorer IconExplorer

Memory Pool

83,670 transactions
30.84 vMB
0.15170154 BTC
Random Selection Loading Transactions
Max Size: 185.56/200 MB

Candidate Block

Mining Attempt 4fe782568ea8bec22d955bb44d00541ba728bc3c1ffbb4c051c053800ebc7e62
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 042adfa30b5b8e9ba11e2556b622cf45acf776f6bdfa3b9478d265c8bbcc5faa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,419
Size: 1.00 vMB
Total Fees: 0.08491072 BTC
Feerates: 150.77 > 8.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (176,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,933 738,933 0000000000000000000801fcc4127ce8f67f1f957ca2a94d933fad61850aba8c 1,323 1.00/1.00 vMB 3
738,932 738,932 00000000000000000006e6e3be38651386dd2d8ef02ad707666c1ffe3830212c 1,526 1.00/1.00 vMB 6
738,931 738,931 00000000000000000005a97c432fcad1dbdeaa1216589d967723ac579ca67786 2,751 1.00/1.00 vMB 22
738,930 738,930 000000000000000000007d69e7e12500f1ea9c8009305b95ca12bde6e7323cad 2,151 1.00/1.00 vMB 9
738,929 738,929 00000000000000000000eebfdc17e9730f362614cbfdc009f7bf37c68ca3b292 1,777 1.00/1.00 vMB 5
738,928 738,928 00000000000000000001d8d31e520ac5c3de472c68e6417a77645c30a6f0dc9f 1,749 1.00/1.00 vMB 16
738,927 738,927 000000000000000000032542748bbff0e0cb449b4bd225d060e56cf0eb38ef8a 2,685 1.00/1.00 vMB 22
738,926 738,926 0000000000000000000586198360ba98929cbec2145658fa5f3edaa8b3ce0054 1,294 1.00/1.00 vMB 18
738,925 738,925 000000000000000000002ac90bb096956251270b99134a618d61dc4a2414b6c9 2,532 1.00/1.00 vMB 20
738,924 738,924 00000000000000000007ecacbe3b540cddc4a0be3f91c581f2d4ef74d5419e42 2,246 1.00/1.00 vMB 12
738,923 738,923 0000000000000000000277f6387f7fc65ed9a98d2d968b74eadad3231410b9c8 999 1.00/1.00 vMB 6
738,922 738,922 000000000000000000093dba7d439e6201f60b4779ee418df5ac744555a40944 2,625 1.00/1.00 vMB 10
738,921 738,921 000000000000000000068fc7f9b93027e811e6ea1c83a46d4a7087f1785d897b 2,205 1.00/1.00 vMB 14
738,920 738,920 00000000000000000001a748430d27769c6309459748ced3f6a22ea37fc31bc2 2,989 1.00/1.00 vMB 16
738,919 738,919 00000000000000000003bab7b97c6ca2c15e0886131b845025b0a2826008ffca 2,437 1.00/1.00 vMB 13
738,918 738,918 000000000000000000031555a1cf708b4c8fb466bfa8e34cad939cbcb3208315 2,956 1.00/1.00 vMB 14
738,917 738,917 00000000000000000008a925a242e8f90b4f43c22bf7d359405f7d0fa954946b 2,050 1.00/1.00 vMB 17
738,916 738,916 00000000000000000002b4d253a9182e413e2c204e17b45f1185367614d771bc 2,944 1.00/1.00 vMB 18
738,915 738,915 000000000000000000082081f2b0012c71ccafe9a3dc600e7003a22d0e8ebe5e 2,695 1.00/1.00 vMB 19
738,914 738,914 00000000000000000008dbb76cad8c01d75bda0585291a232f834c349c9aac51 1,923 1.00/1.00 vMB 30
738,913 738,913 00000000000000000006168221833d9089a4a7a9a9efc6d0e05b03d92cdf8700 3,030 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.