Loading Tool

Explorer IconExplorer

Memory Pool

36,266 transactions
26.15 vMB
0.07003936 BTC
Random Selection Loading Transactions
Max Size: 133.29/200 MB

Candidate Block

Mining Attempt c042b70b471fa2087267d4350c0072d311fe3eaf0e89f6f4e519f2c76aa9aa0c
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 08f3307688e9b0acc9e59205414832237469c4e3b409b4af161e73c369edcf6d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,341
Size: 1.00 vMB
Total Fees: 0.02152038 BTC
Feerates: 120.00 > 2.16 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (115,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,787 798,787 00000000000000000005290c0264c4dd9b3d1e8ffa3a4fc2164f872972b0d47b 6,246 1.00/1.00 vMB 6
798,786 798,786 00000000000000000001d234c6d73c6d1edc8ea45c2cc7c865ee651fc84c736b 2,607 1.00/1.00 vMB 7
798,785 798,785 000000000000000000043f747cf5baf6cec2c0108db3fda0e604d5864079e0e5 2,646 1.00/1.00 vMB 15
798,784 798,784 0000000000000000000207f1eec7e4431d190274c211415a3eadcb1c0a8f849f 2,868 1.00/1.00 vMB 18
798,783 798,783 000000000000000000010303198ba84076682a60e76431fde67eb5d86ce24d5a 4,211 1.00/1.00 vMB 10
798,782 798,782 00000000000000000004886e06fb9c3f9d8de7ed12c21f8b48579ee3b0b92e17 3,168 1.00/1.00 vMB 16
798,781 798,781 0000000000000000000025d5bef6bead561a5f50e93cb80c853157f96860daca 3,173 1.00/1.00 vMB 10
798,780 798,780 00000000000000000004759ac73e56a070d7cac7c1e1670765db9a16bfea2719 3,443 1.00/1.00 vMB 12
798,779 798,779 0000000000000000000351b4a85d8eef61d47a15c7bc0d664384d94b668e1a89 4,584 1.00/1.00 vMB 9
798,778 798,778 000000000000000000034d8470960564651a66bbe0fb9b562fc58b1485b88a0b 3,165 1.00/1.00 vMB 9
798,777 798,777 00000000000000000002279b1240e497b57fd22f9997ae01c3785ac383f5b09c 3,075 1.00/1.00 vMB 16
798,776 798,776 000000000000000000011c960db49c6d7267cf94c71482c0cb555989a0b1fa79 4,642 1.00/1.00 vMB 8
798,775 798,775 0000000000000000000305614245f83b4226a4c6e1253f2a1802512ec8e57e19 6,378 1.00/1.00 vMB 8
798,774 798,774 000000000000000000044018823a43d065569a8badbcb6ace258c46360f0383f 3,794 1.00/1.00 vMB 12
798,773 798,773 00000000000000000001e9f63ef17c1589b0c1f069804a4cd94a7472c016ee31 4,094 1.00/1.00 vMB 13
798,772 798,772 00000000000000000001710cf4730b75e9413284f2bb0557a3fb7444c0014607 3,107 1.00/1.00 vMB 12
798,771 798,771 00000000000000000001600a279420f47eaa808f9b2ecc5f247890f80cebf9fb 5,614 1.00/1.00 vMB 7
798,770 798,770 0000000000000000000446543df31af58b1627713e384b2da528060f7169f9bc 4,984 1.00/1.00 vMB 7
798,769 798,769 00000000000000000001dee9bcb26fe6cc625398f7714133737ec9aec34d12a3 4,071 1.00/1.00 vMB 11
798,768 798,768 00000000000000000004cae8617f101820e442e01f059443907c232f23ef2273 3,475 1.00/1.00 vMB 7
798,767 798,767 00000000000000000001e2ceed6902408970327a6c7bb2a1c8655e55b401ca4d 1,863 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.