Loading Tool

Explorer IconExplorer

Memory Pool

79,067 transactions
29.26 vMB
0.12215593 BTC
Random Selection Loading Transactions
Max Size: 176.49/200 MB

Candidate Block

Mining Attempt ebc8fbe6e70d3dfe4efee9b8e71e713d7cac16d6510f740b0533341af5acf011
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 65f52757d29599724c75303025fe5cb1656c8a20461391d5421bb3e4a9e46328
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.04445333 BTC
Feerates: 150.80 > 4.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (92,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,890 822,890 0000000000000000000120f953bbdf14059e3d1499c296863ad97e3915a5a568 3,822 1.00/1.00 vMB 168
822,889 822,889 00000000000000000000d40f6dc484ba99c2563d1ecec40e620b80ea2ddcb638 3,553 1.00/1.00 vMB 159
822,888 822,888 0000000000000000000154921d93cc5d134a9976bf29ff8fb60024a201fec02f 4,187 1.00/1.00 vMB 111
822,887 822,887 0000000000000000000272945130b2f01a31d4dd7f5a496272f632eed88e57c8 3,761 1.00/1.00 vMB 98
822,886 822,886 00000000000000000001fcfd1ce59f2eb0452a6b60ba4dccdbf71253d2f88f87 3,346 1.00/1.00 vMB 95
822,885 822,885 000000000000000000033474af5b132c82b6253c9db7391fa9956c3a0d8c2374 4,055 1.00/1.00 vMB 126
822,884 822,884 000000000000000000006aa8cf133f1bbbff42a337f7d7a4d324c0e12a5e2c49 3,792 1.00/1.00 vMB 118
822,883 822,883 00000000000000000000bd70eee2e05b82f2a1f1c909bc82b6d076eb5f97fd20 4,165 1.00/1.00 vMB 144
822,882 822,882 00000000000000000003b4ddc1b42aea7f6d362a8932067b5f51069deb764761 3,481 1.00/1.00 vMB 122
822,881 822,881 0000000000000000000319661fcbd1b751469753864d8a62c9cf70aef536d5b4 2,887 1.00/1.00 vMB 138
822,880 822,880 0000000000000000000054e1baf65e691ad8cf3038a1e4eefb9459ab9e0f5ad0 3,651 1.00/1.00 vMB 121
822,879 822,879 00000000000000000000738148e6544a27aa83db309b4d976faa1d25d883d191 3,834 1.00/1.00 vMB 169
822,878 822,878 000000000000000000027f2733fcdb391dabcdbeb2e9a01e0c39ea99fb1aa8e3 4,955 1.00/1.00 vMB 72
822,877 822,877 00000000000000000000ce9fbbd0dceb486ee77c76cc2ce129af9953f682478f 2,831 1.00/1.00 vMB 77
822,876 822,876 00000000000000000001244e15903f642d1cff6f6588d11ebe94a388aa989320 2,745 1.00/1.00 vMB 78
822,875 822,875 00000000000000000001a792cf268518b593b33333818ccaa57e1046f08397b5 4,304 1.00/1.00 vMB 94
822,874 822,874 000000000000000000019692b54f85c869e8e005c1318cf37da0bef9a7c2aad4 3,397 1.00/1.00 vMB 70
822,873 822,873 000000000000000000017a65d4cb84df8c0b8a20a32d60777880fb032f76623b 4,482 1.00/1.00 vMB 79
822,872 822,872 000000000000000000002772ba36ea3ff43a3f2e138b8197a18e69ef35585b5a 3,825 1.00/1.00 vMB 109
822,871 822,871 000000000000000000025e5b8eaf1ecbd70cc913a04eb913f0e81d91178b9113 3,941 1.00/1.00 vMB 92
822,870 822,870 00000000000000000002adbf111c4dc70674c9d7220e42b3078f3a6fef21f752 3,869 1.00/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.