Loading Tool

Explorer IconExplorer

Memory Pool

77,261 transactions
30.80 vMB
0.13997758 BTC
Random Selection Loading Transactions
Max Size: 177.11/200 MB

Candidate Block

Mining Attempt d2f399ef8ddba472ceb4d5f7fc8b9647465b0ec57ea6ffcf1de25774437b7d42
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root b987933f1590b1baf0c437bf1748ede53f3cbb83b75e53f8fff20439ace653e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,298
Size: 1.00 vMB
Total Fees: 0.05115835 BTC
Feerates: 150.36 > 5.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (682,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
232,737 232,737 0000000000000062ed84fe3972312c2254b9bf6f24f4c60b8fa8355930b16c39 593 0.26/1.00 vMB 157
232,736 232,736 0000000000000150dc08a9ee219756d9db65b32e326d66774c2ec6f1c4248222 8 0.01/1.00 vMB 42
232,735 232,735 00000000000001c08c0291728f335095d84d16d7b3291cbbade41187e52e46f1 334 0.25/1.00 vMB 106
232,734 232,734 000000000000007c1a582f0921a1cac898de2b5b3db041bd250832045dec4d4f 72 0.10/1.00 vMB 15
232,733 232,733 000000000000013a796f171220f5157e482b299330c1bbedc3afb9c43f03b0d1 507 0.22/1.00 vMB 167
232,732 232,732 00000000000000be53e7ad0e9fd310320a3583b9e3c99931ece9d6a3953f32c6 149 0.09/1.00 vMB 138
232,731 232,731 000000000000013b7661576c565e926b68ce5db032962ce6439037e4567b43ce 132 0.07/1.00 vMB 164
232,730 232,730 00000000000001127c4a1bccda3ec20b8a633a1f6f627c9f53e67a6e1e5a5b97 86 0.03/1.00 vMB 47
232,729 232,729 00000000000000c91ff38a21d1f03cd2a97b9d7b9320771fd1d87825fbd0672a 318 0.18/1.00 vMB 160
232,728 232,728 0000000000000138c7cce1237594b318d1a4e4e922f818e31eaffb55fa5371bf 340 0.16/1.00 vMB 202
232,727 232,727 000000000000010fc5f349e7b470665638ccfeefed4b54c5ceefd2534c94cf9e 191 0.09/1.00 vMB 194
232,726 232,726 0000000000000044bd3ae95a1ddfe9233e706ec01b5583494495968c30d46c3a 185 0.08/1.00 vMB 200
232,725 232,725 000000000000008c8c667744343aa6445a37f5e9f72ab516b9c9a8ee2b9e3b13 291 0.12/1.00 vMB 206
232,724 232,724 000000000000014e34dfc3900b6feb448185ec538a7e89eec3b8e7099df488e9 228 0.11/1.00 vMB 195
232,723 232,723 00000000000000cd26904249750364a8dcf607bc50de8151ba0721e7535c8079 216 0.10/1.00 vMB 167
232,722 232,722 00000000000000ad8729bc9e45e76ffa6dce030154519f311c28bada1c03b54e 23 0.01/1.00 vMB 189
232,721 232,721 0000000000000072ed998024e8a459ae9957f646d1fd96f7b5239b61f24b4d0f 276 0.16/1.00 vMB 54
232,720 232,720 000000000000017148a43bdf68f333b2ca072f0847e7f62e07c6f12367ca2354 186 0.12/1.00 vMB 107
232,719 232,719 00000000000001d9b18485ce5191cd0d9980cdcf5cbcac6d07d96db1a2971d96 579 0.25/1.00 vMB 170
232,718 232,718 000000000000001347bb6e5e81b10e2217af36ef745816cc1b7bda5df4e73de9 162 0.08/1.00 vMB 173
232,717 232,717 00000000000000d880e7a3859fdaf0dbe082e1e4cd364866a34e15cca040f53f 46 0.03/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.48 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.22 GB
    • Received: 15.43 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.