Loading Tool

Explorer IconExplorer

Memory Pool

38,964 transactions
19.35 vMB
0.05325488 BTC
Random Selection Loading Transactions
Max Size: 107.49/200 MB

Candidate Block

Mining Attempt 8811c4e10991855cd146d3fed97421419c569430e5b11d78a42c401b78a82592
Version 20000000
Previous Block 000000000000000000006d024a28b34728896b2abc8df34e7e010b387978fe7f
Merkle Root 5b93a655c9057558e566adc0b5094208e382c32ab7f39616bc290c726edb0bdf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,500
Size: 1.00 vMB
Total Fees: 0.01585797 BTC
Feerates: 150.75 > 1.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,061 (740,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,758 173,758 00000000000006ed19d6f687fc3c2b6f197a44b007f048af4157c234914531cc 5 0.01/1.00 vMB 607
173,757 173,757 000000000000054e95a8adbee14be2b3a1fe2747b9440451d22a1ee4722c42cb 39 0.02/1.00 vMB 166
173,756 173,756 00000000000003ae99a7e9347c8274059e3c7e0bef7d05948e261e032ed9417b 113 0.05/1.00 vMB 119
173,755 173,755 0000000000000614b02044337cfcfcfa0e553704e38d16b4a1bb865197d12d11 132 0.05/1.00 vMB 98
173,754 173,754 0000000000000297a55fecfe7f6b4d9376d50c42f4fc80844d8fdcf935700dce 10 0.00/1.00 vMB 48
173,753 173,753 000000000000043c7d88daa1d788a0977d14f17d9d1df0764b360ec40ef49644 42 0.02/1.00 vMB 348
173,752 173,752 0000000000000170278c37842cb04bcbd51eef44838677525a5af9d49fc555f5 21 0.01/1.00 vMB 71
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
Previous 10 blocks ↓
Total Size: 780.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 554.76 GB
    • Received: 6.78 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.