Loading Tool

Explorer IconExplorer

Memory Pool

41,105 transactions
20.04 vMB
0.06117851 BTC
Random Selection Loading Transactions
Max Size: 111.66/200 MB

Candidate Block

Mining Attempt f5d1235d68f3e3a8de0017065003f61e358ad35815410967378d689edb8e3eb5
Version 20000000
Previous Block 00000000000000000000ea084d8a6bfd9b36619151e0eb6e8789650fb6c7d699
Merkle Root 6a9af49a71cd5d76db89455f79c3bf6977fbe83f5eb13a0a302bb02fe8a093a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,513
Size: 1.00 vMB
Total Fees: 0.02181658 BTC
Feerates: 196.04 > 2.19 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,075 (740,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,751 173,751 00000000000001ad7fc6652cf0aeb6c47845d004ae4084301d1375bdf9e622b2 56 0.01/1.00 vMB 14
173,750 173,750 00000000000002a991041fd588ead39bd76d7f0dd4b0c0ddc1b89e65d07e8859 8 0.00/1.00 vMB 10
173,749 173,749 00000000000009a53e60e81aeead90bd5c5353deeba528c81c4cf39b1aa0c1d2 2 0.00/1.00 vMB 2,288
173,748 173,748 0000000000000513c08af2365cf189612829838b15eee4fd4dabf71c1da55552 12 0.00/1.00 vMB 0
173,747 173,747 00000000000006d2bd872809e0e7ec5a3caa4b62ac7e466fa677bca6d5367977 24 0.01/1.00 vMB 137
173,746 173,746 0000000000000677ced6cdb2cc3895b8c3cfb88cd9ba5ccf97d645c4fa03704c 77 0.04/1.00 vMB 247
173,745 173,745 00000000000003532a2276dfd7c36db8e1b0a64ab67dc80f0c13f0e40e0306a8 21 0.01/1.00 vMB 175
173,744 173,744 00000000000003b20cbc5493e38873fd844d8ed4b5dbc701586b53bcefced88e 28 0.01/1.00 vMB 23
173,743 173,743 000000000000014808b03c13059aa70eafce944e2b13dd02842c9bb74e644baa 60 0.04/1.00 vMB 155
173,742 173,742 000000000000094540f84625da9018148df71a3d305f25ed4dba1bfb6d5eb055 19 0.03/1.00 vMB 38
173,741 173,741 00000000000006efa002ea06ddd0bb8069e1f99ec6e4f1679174b176f6089185 15 0.00/1.00 vMB 24
173,740 173,740 000000000000036f44231cea921a119f0447e10eec7bf050bef7dc25dea11de6 149 0.05/1.00 vMB 50
173,739 173,739 00000000000005557c1a9a9f5f3562089391e749bb6a64dc2aa5210f830d8aa0 1 0.00/1.00 vMB 0
173,738 173,738 000000000000097b7684b34d6c2f431b413e3d5e2f2f0ce4fdaf2a2daf2c8868 25 0.03/1.00 vMB 69
173,737 173,737 0000000000000868f3a0e87dff32f8e48141ef35aac13ce6add04da64c6becdf 11 0.00/1.00 vMB 336
173,736 173,736 0000000000000a1788b6fa5712b0c078edb4db4640da3ab41a01639481287f42 42 0.02/1.00 vMB 543
173,735 173,735 0000000000000318477ba8194250bdc5cd747a81f82034334b6d9e1b908958f7 63 0.03/1.00 vMB 159
173,734 173,734 000000000000068ca9f29619cccf96c8afabf9c5b962540ad199346532639ee9 80 0.02/1.00 vMB 66
173,733 173,733 000000000000090ab73d8ddf91cb8d8bc3975e7fadcaeb05ec708d26058e65e2 77 0.03/1.00 vMB 45
173,732 173,732 000000000000032457476a68ddc40072196f4c12db0f96b82024a56e73557eda 1 0.00/1.00 vMB 0
173,731 173,731 000000000000051296e230ec6755b37ccba9d9a4ab62c453874806ebd4c0e8e9 7 0.01/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 780.73 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: 555.60 GB
    • Received: 6.91 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.