Loading Tool

Explorer IconExplorer

Memory Pool

80,168 transactions
29.42 vMB
0.11705462 BTC
Random Selection Loading Transactions
Max Size: 178.50/200 MB

Candidate Block

Mining Attempt 45ff2a60dd44248d9830255ae57b116cc119158ad9c3284a0c6975ebe549b610
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 58a1ae626180b8f89deb07f9b546896d0bf20b3084db27a70da3ae7e60da2882
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,939
Size: 1.00 vMB
Total Fees: 0.05386099 BTC
Feerates: 151.07 > 5.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (109,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,995 805,995 00000000000000000004c493f7ba9ae068ffc7f4947e4aef341ecfa6f9b07e09 3,621 1.00/1.00 vMB 9
805,994 805,994 000000000000000000011e036cfaca337646cb29fb512602b7d57d0307e8c23a 5,754 1.00/1.00 vMB 10
805,993 805,993 00000000000000000002dfb56c2148d35c1cdd5a75b03af9af7cd97b65cedc0d 4,985 1.00/1.00 vMB 11
805,992 805,992 000000000000000000005bfcfd0caedd9f3117136a9de80e55bb710a0dd1541f 4,619 1.00/1.00 vMB 11
805,991 805,991 000000000000000000036f5e958bb2b84db4592a0a9e33a78b4939393c6a22f9 5,697 1.00/1.00 vMB 9
805,990 805,990 000000000000000000015e0ffdc378afdf8360d7e543d312e9cce9e1bebc1272 3,649 1.00/1.00 vMB 11
805,989 805,989 0000000000000000000347cf2b7e162c93924dc7223b4b1390c438848657870c 2,378 1.00/1.00 vMB 12
805,988 805,988 00000000000000000004873bbfcec02cba0515793727a6171221a8c72dfc2a18 2,486 1.00/1.00 vMB 17
805,987 805,987 00000000000000000004065c1c78a5bb648c6d7504517574aceb1deed8a9ca0c 4,918 1.00/1.00 vMB 9
805,986 805,986 00000000000000000004100792d8f6349d663752a2384d1bce67bf6e28a80ce3 2,472 1.00/1.00 vMB 12
805,985 805,985 000000000000000000021f9697b7bfdb13b4e41d8b44680a65c2f0e9606e1e63 4,118 1.00/1.00 vMB 11
805,984 805,984 000000000000000000031813b9da1d6c857cc4f2588c7ea14b1c8bba606a8f93 5,542 1.00/1.00 vMB 8
805,983 805,983 00000000000000000004e59487a52fa5b7ece31a2905fcf868bf429ef6dfbe71 3,685 1.00/1.00 vMB 9
805,982 805,982 000000000000000000046b3c0d0c3a9e1c297990d34269ed750d6624c5c4d120 3,930 1.00/1.00 vMB 10
805,981 805,981 00000000000000000000494b142fa54979b958b7b9d8863e97f12b7ab70b2b02 4,192 1.00/1.00 vMB 10
805,980 805,980 000000000000000000042d999921e4fb13ca6c4e3d947cf6bfb2a46206470759 6,058 1.00/1.00 vMB 10
805,979 805,979 00000000000000000000cfab4aabe51fd960fd7e31e0699ea06205f7b8646f55 4,207 1.00/1.00 vMB 10
805,978 805,978 00000000000000000003ab96b7cf7cafb3cfbb6c0aa91bc7464523fb620817f5 3,342 1.00/1.00 vMB 14
805,977 805,977 00000000000000000000c4bf58c07a2e348bca97259fbce9b8b981d16fbd8c5c 5,113 1.00/1.00 vMB 10
805,976 805,976 000000000000000000025571d5112d7993204212d008d83a3aa71092750b00d8 4,013 1.00/1.00 vMB 9
805,975 805,975 00000000000000000000f159beed7e2a0cd7757ea096dd4941d23d82d8b92eee 6,522 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.59 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: 671.63 GB
    • Received: 15.97 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.