Loading Tool

Explorer IconExplorer

Memory Pool

42,608 transactions
30.95 vMB
0.07994431 BTC
Random Selection Loading Transactions
Max Size: 157.30/200 MB

Candidate Block

Mining Attempt 15c6584ce1081649ca7604eb901b7110e7a109b6110b404e7a41a0924aa97f74
Version 20000000
Previous Block 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769
Merkle Root be149a54877e91351373705fba9e5c818a84d904e54cc5e757c52fb4281f3acf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,361
Size: 1.00 vMB
Total Fees: 0.01753834 BTC
Feerates: 150.41 > 1.76 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,456 (244,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,761 669,761 000000000000000000013e8f179054712ba8cb1f4598e73177290137ac6e0512 2,792 1.00/1.00 vMB 106
669,760 669,760 0000000000000000000a9ef6be01271b37e7a0cb3c08645d4b2cb696377ef63f 3,197 1.00/1.00 vMB 115
669,759 669,759 0000000000000000000abd0efb914f87b3df44756a87b7e9a71ab4b69b20e6a4 3,040 1.00/1.00 vMB 133
669,758 669,758 000000000000000000044fee323b566041e6aef845256b53d993a914efcb14b7 1,819 1.00/1.00 vMB 115
669,757 669,757 0000000000000000000c01535c239eb2776fd67594fdedd68ad210d997dd82af 2,434 1.00/1.00 vMB 109
669,756 669,756 0000000000000000000a811d6aa32642a5bb0587ba076f1842769bf82713ac9e 2,458 1.00/1.00 vMB 121
669,755 669,755 0000000000000000000d198a23510c712e60a809c3e0d61ff2a20d09363f5557 3,016 1.00/1.00 vMB 140
669,754 669,754 00000000000000000007def7d9b32710b7a8f3df98be3fc83dffece1eb0326f0 2,772 1.00/1.00 vMB 142
669,753 669,753 0000000000000000000b8154149b944adabbb97fdd03c92fd9d0a8c47d54440d 2,900 1.00/1.00 vMB 124
669,752 669,752 0000000000000000000164191b9cc1eb3627227181979ddc6117a1d6762eee95 2,091 1.00/1.00 vMB 125
669,751 669,751 000000000000000000010e0d7ca82f8901bb0cffcc6f82002d55e11e8f35ab4d 2,850 1.00/1.00 vMB 144
669,750 669,750 0000000000000000000ce23053d9a5addfac4671a010121fd1e3a5bf2b04c643 2,900 1.00/1.00 vMB 131
669,749 669,749 0000000000000000000592ecfb831ff4c1ab5754c6a973e8aec0f0f112c10cbd 2,621 1.00/1.00 vMB 134
669,748 669,748 00000000000000000004b8962e449a007e82fb83029c98dc57672a6b2b9ea7d0 2,977 1.00/1.00 vMB 167
669,747 669,747 000000000000000000042254b253f03af4bb3d9b3248e79f2c8feca94d2314d6 2,398 1.00/1.00 vMB 129
669,746 669,746 000000000000000000050d7defcc6da622756d834d790a87d370847c8f941daa 2,728 1.00/1.00 vMB 128
669,745 669,745 00000000000000000001e7356dfe215c70d7793d6946f3dffeb7c61c4c6c2265 2,604 1.00/1.00 vMB 139
669,744 669,744 00000000000000000002ffba3c656bdcb1aecf33dfde2069f2527dd79898cfdb 3,310 1.00/1.00 vMB 163
669,743 669,743 000000000000000000031d46ac6b87c0751357880619aac589ad88c19ed0d74b 2,721 1.00/1.00 vMB 101
669,742 669,742 000000000000000000069a1abd18b81f638aef909d7195f9b2be27797ff880c6 2,268 1.00/1.00 vMB 115
669,741 669,741 000000000000000000062c834c2525445907c963e768211a37c8e6a68e03900b 2,199 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 781.42 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: 606.16 GB
    • Received: 10.60 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.