Loading Tool

Explorer IconExplorer

Memory Pool

10,680 transactions
3.76 vMB
0.00927569 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.22/200 MB

Candidate Block

Mining Attempt 4309d30527c6f0b74b208202fba2805067c6632821163f2c981f282a80cf1406
Version 20000000
Previous Block 00000000000000000001fdb9f2181ec3e47baa1c7b0a3237cec7bac928e154d0
Merkle Root ab530929d1985e85e17e0f187f8111c59631107d433e2eef708b481646a2864e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,678
Size: 1.00 vMB
Total Fees: 0.00500543 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,473 (709,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,965 203,965 0000000000000233ad9fd5f8ba6aa43dc3ed189215da9584caee8c9dbf7e42a4 505 0.22 vMB 237
203,964 203,964 00000000000000bf83e064d660cc5d9d859588fbd924eba1b3f611532d254732 23 0.01 vMB 35
203,963 203,963 000000000000018db6e0bd15fc7907afc7d2c9196074eee00f4af4947d462a56 78 0.07 vMB 76
203,962 203,962 000000000000036ba0748be2d7470fceba7cda53e5d9e6df4239402a5b43b302 159 0.07 vMB 163
203,961 203,961 00000000000003e44287310bc056a942251063fa28ac8dc4f801639dcc01b282 177 0.06 vMB 160
203,960 203,960 0000000000000049e9dc6631e8c2e884fe3e0f9765a87c5d0ac6553ab76cfecc 70 0.04 vMB 22
203,959 203,959 000000000000044838db8d13f4e59e9d0622b03cfefaacf6bcd86eb132393310 540 0.20 vMB 170
203,958 203,958 00000000000003de1c99743dbf86498289077d581651398b3948c557ba4a03b7 517 0.20 vMB 135
203,957 203,957 00000000000003be35a7d09eea63cc258c5e2acef9895014da5d3263c032b125 625 0.36 vMB 76
203,956 203,956 00000000000004cf2f76b74d0b98de592535d2e250706f38a061c61230ea150e 140 0.05 vMB 278
203,955 203,955 000000000000027cefe2c1abb668de1605dd590a192e3bfbe487b69d6ffd0929 1 0.00 vMB 0
203,954 203,954 00000000000001df83159c89c16746f5231c53454afed32f792220d47be972e7 18 0.01 vMB 71
203,953 203,953 00000000000002e622e4906c0a9d8352fc48e69cfb7673b15c3e552608846c33 16 0.01 vMB 67
203,952 203,952 0000000000000096c9a84793a5d52aa05545eb298375abba6827aeb7b96e21bf 46 0.04 vMB 85
203,951 203,951 000000000000029182211d9e378be6f56e5c190c3b245ac7385abc214c029502 56 0.03 vMB 126
203,950 203,950 00000000000000dd8375cff9ca00571e13a953bb03192c58d758a853f7d0e4e4 162 0.07 vMB 175
203,949 203,949 0000000000000021080161d5ee36de39de523c7c8a4d081527eb803865cd6f6f 497 0.28 vMB 93
203,948 203,948 000000000000045e12af655023914e34b0d4bafea14efff5a5b98270a535bd0c 107 0.10 vMB 80
203,947 203,947 00000000000001ef492d15d7c248b853f1d3c056b6f0a99051b3c314b17fb49a 121 0.05 vMB 224
203,946 203,946 000000000000016043cd5277a7dc18ac7403d4c92a5f010c4513eb350e761592 61 0.03 vMB 76
203,945 203,945 000000000000026a7c16156958ede3c3d0f21f8bb45d9f0feb8291b1995a80f9 262 0.11 vMB 137
Previous 10 blocks ↓
Total Size: 779.69 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: 334.51 GB
    • Received: 1.62 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.