Loading Tool

Explorer IconExplorer

Memory Pool

88,236 transactions
32.15 vMB
0.13577027 BTC
Random Selection Loading Transactions
Max Size: 194.85/200 MB

Candidate Block

Mining Attempt 180f5aea1bb857e9db5a68ebe6f274670aaef1514fed7262f6dd3cbbfe7d6d04
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root 3fe15c82c7ef9fe9b5d6eef1c5ed70966bbd09ed6463bf2297e2e95739b7961c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,840
Size: 1.00 vMB
Total Fees: 0.04998055 BTC
Feerates: 101.65 > 5.01 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (335,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,690 579,690 0000000000000000000c6717bfbece9afc12a93b9b2ea75fd233310c75034880 1,448 1.00/1.00 vMB 48
579,689 579,689 0000000000000000001c62fc7b7ee1f994df56565b5cf652bfdce37a3c6ebed3 2,221 1.00/1.00 vMB 75
579,688 579,688 00000000000000000009d83ae4245a031b66cdd515c88d5e3f9af5e73ba71d9a 2,618 1.00/1.00 vMB 125
579,687 579,687 0000000000000000001d156dd973c52b0acabfce62527e9a5a7a04649ff70c38 2,106 1.00/1.00 vMB 75
579,686 579,686 00000000000000000022342db4a7f08d0424068ef1340bf4521f70505e9f0cd7 1,339 1.00/1.00 vMB 58
579,685 579,685 00000000000000000014a21a5e9b9c8c896bf46a07b9c9d1ed26733904f66900 2,978 1.00/1.00 vMB 111
579,684 579,684 00000000000000000004aeab86316dfaba292d1d9454881429eee2d5d1551bcb 1,744 1.00/1.00 vMB 84
579,683 579,683 0000000000000000000ea4a3341bf1c3de97d9193d9203b9f6686d3b726a43fc 1,969 1.00/1.00 vMB 62
579,682 579,682 0000000000000000000e22643d1a3396413617e9683a42fae4c82d620388c202 2,927 1.00/1.00 vMB 110
579,681 579,681 0000000000000000000188e1f026c15066ba8fbfb83f4c69dd58698cbae7b223 2,753 1.00/1.00 vMB 70
579,680 579,680 0000000000000000002182f500ccbe0a9ef9964d3e1073ea1f8aadb3a369246f 2,639 1.00/1.00 vMB 91
579,679 579,679 00000000000000000020bb0c444f1455c6dedd2ffbb1796d638fc75bc318284b 1,787 1.00/1.00 vMB 83
579,678 579,678 00000000000000000002e4cb8c0f3510f30a92bca75217b562a7e6572130adb7 2,115 1.00/1.00 vMB 102
579,677 579,677 00000000000000000005a4f3b98aeedb37a1c7d641e870200273427fc59cb0f6 624 1.00/1.00 vMB 87
579,676 579,676 00000000000000000006693374fedc6f6d43774ffc8554985a9a300a78f5bee1 2,141 1.00/1.00 vMB 124
579,675 579,675 000000000000000000207b59507896bc5ab054f77882dd5f7e23eb714944e8b6 2,858 1.00/1.00 vMB 130
579,674 579,674 000000000000000000009831468de8873cbcc65fd663a6b0c3b5f91d965bb67c 1,222 1.00/1.00 vMB 86
579,673 579,673 0000000000000000000efd2ce27dea26fda94900f0227180551d81252f80a953 2,436 1.00/1.00 vMB 101
579,672 579,672 0000000000000000001a3d615c2cfc2c14e7cf9149064fe6f002725def14ef66 3,039 1.00/1.00 vMB 129
579,671 579,671 000000000000000000211c9ac8bc6e7f3bef696ef8036bbad1c67cd442948e8a 2,612 1.00/1.00 vMB 112
579,670 579,670 00000000000000000011498f5ebfbb6fa711c38fe1d5c084532cf08bb8716734 2,972 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.63 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.