Loading Tool

Explorer IconExplorer

Memory Pool

49,402 transactions
30.67 vMB
0.09956313 BTC
Random Selection Loading Transactions
Max Size: 164.16/200 MB

Candidate Block

Mining Attempt 3ce992aef4d12bf1cc54e1e09d41c0ec634efe520c4e6b67c9e8a1d62ad85c9b
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 7595fb91db0667eb1641a4d31171541d4b8cd382f6fcdd41259ac19c2337a9ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,297
Size: 1.00 vMB
Total Fees: 0.03505045 BTC
Feerates: 101.56 > 3.51 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (69,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,622 845,622 00000000000000000002599ecbdf3b6b20a8f3667ccd2cebf06ab432070b640f 6,296 1.00/1.00 vMB 23
845,621 845,621 00000000000000000000e58278998cb46e860753ef27314cd94d46658bb8beef 4,855 1.00/1.00 vMB 35
845,620 845,620 00000000000000000002c83c1a4155c378c81a4ca31bfe08299147b725f8f0db 7,028 1.00/1.00 vMB 20
845,619 845,619 00000000000000000002c7cf69033b4744dfb520dc5f3023566cc1a3a6d06ece 5,998 1.00/1.00 vMB 25
845,618 845,618 000000000000000000013d92617bbcbcf44c5184dc96846d8e6a72d42deb66f4 6,116 1.00/1.00 vMB 21
845,617 845,617 00000000000000000002ea10ff0ee2618006c7aa5bc6ec100da3c07bd172b970 4,544 1.00/1.00 vMB 23
845,616 845,616 00000000000000000000c573aac0027c87b07d9c21a16c7e562df365f0d9d1fe 6,392 1.00/1.00 vMB 18
845,615 845,615 0000000000000000000132538a4f1a26d4a64c7b17b7e0e979911571530a425d 6,695 1.00/1.00 vMB 17
845,614 845,614 00000000000000000000370a2914c767abf440fae882f1d90be01919b501b33b 6,564 1.00/1.00 vMB 18
845,613 845,613 00000000000000000002a6029009e2edb70f653f3a0711f461e91e681e7e980a 6,942 1.00/1.00 vMB 16
845,612 845,612 00000000000000000000fc54452a893b13a1858409ebcd6905a21bfc81209372 5,959 1.00/1.00 vMB 17
845,611 845,611 00000000000000000002021ed79182cef68a4ca44bb7b4d9ff5a643a2ef978ad 6,364 1.00/1.00 vMB 14
845,610 845,610 000000000000000000008dc96096c45a0b27d74f67a44b68345cb43af8118e4a 6,487 1.00/1.00 vMB 17
845,609 845,609 0000000000000000000066bd82a496b156edffc5defdb9c977b782ec1b74a0d9 6,724 1.00/1.00 vMB 17
845,608 845,608 00000000000000000000012703e7730770e5e1eaa2da77d791bf632c87fc5b31 6,623 1.00/1.00 vMB 17
845,607 845,607 0000000000000000000222b080d721071105fd1958e7d86c09030d6846f1770e 5,651 1.00/1.00 vMB 21
845,606 845,606 00000000000000000000f2c9db77c488af2800b91469fe2a473ad284180db78b 6,798 1.00/1.00 vMB 14
845,605 845,605 00000000000000000002a6296e48c3f8d78afeb83b5c59b7474331611f03b15c 5,520 1.00/1.00 vMB 16
845,604 845,604 000000000000000000011e68add45843f94e20ce64c0b15fe3557edb20017307 7,222 1.00/1.00 vMB 15
845,603 845,603 0000000000000000000238e4b4e494afa6620ae48858b46615d60d7ce77407ef 6,446 1.00/1.00 vMB 18
845,602 845,602 0000000000000000000261a131bf48cc5a19658ade8cfede99dc1c3933300d60 5,635 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.