Loading Tool

Explorer IconExplorer

Memory Pool

79,242 transactions
29.44 vMB
0.08877390 BTC
Random Selection Loading Transactions
Max Size: 178.13/200 MB

Candidate Block

Mining Attempt f1325be40753a3edfbf1143ea00f9760e5ad668d6b31385ef1b355e1bf4c85cc
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 328d17ba9e4377e0f292df97f247cc1aefcfebbbaa9d16573e20fa57cb0082a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,897
Size: 1.00 vMB
Total Fees: 0.02650071 BTC
Feerates: 263.85 > 2.66 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (91,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,395 823,395 0000000000000000000110efd151adbaa7b2dce243a02def2c20dc50596ce992 3,610 1.00/1.00 vMB 112
823,394 823,394 00000000000000000001995db6045f4921bdb3261f7e3cccaa82642be26c8e64 3,277 1.00/1.00 vMB 80
823,393 823,393 000000000000000000039ede27d229dc13be25063765eb01b1d41fdb973c2413 3,533 1.00/1.00 vMB 77
823,392 823,392 000000000000000000017479e280e9c08aa81b4ab9e7d43e405ea129876a9bf0 3,556 1.00/1.00 vMB 119
823,391 823,391 00000000000000000002f05d2d07c829f49aff4a8c7c1a9d1b1f1a861b8a9eba 3,718 1.00/1.00 vMB 82
823,390 823,390 000000000000000000029f0661cb8bc79670a9c169aed1bc487e485821cbef87 3,435 1.00/1.00 vMB 90
823,389 823,389 000000000000000000039b14b7b6c8307588923254e9b8437ea444ed7d8a15c6 3,875 1.00/1.00 vMB 137
823,388 823,388 00000000000000000000be60b05c13cc53344854ac9ca8118cd49d5a0e5b642c 4,827 1.00/1.00 vMB 87
823,387 823,387 00000000000000000001b189ce9686f152faa9b22d1d1f30867744dc67422775 4,642 1.00/1.00 vMB 113
823,386 823,386 0000000000000000000157792cbf5b40eac2efa51f70296408652b3ea9859e30 4,531 1.00/1.00 vMB 91
823,385 823,385 000000000000000000019d32a2943d1ab06ede0cc8311a468300473b45b080e5 3,693 1.00/1.00 vMB 116
823,384 823,384 00000000000000000001f2f41fad57946191e4ef2386a8f82d11c9cc39dae202 3,283 1.00/1.00 vMB 187
823,383 823,383 00000000000000000002a79f850184b7b4ae2386bd701fb9e0e513c60b2e6aa8 3,422 1.00/1.00 vMB 110
823,382 823,382 00000000000000000003a2b79328e1593153e646f1d60d4b2b1c72e8efaa3b6a 4,127 1.00/1.00 vMB 135
823,381 823,381 00000000000000000000a08980fe8491cc1fb3e11dbc919b8662fd1e8d0f22ae 4,326 1.00/1.00 vMB 92
823,380 823,380 00000000000000000000157b6342740be4556146ff3fd1d83b781198c2b23c36 4,069 1.00/1.00 vMB 86
823,379 823,379 0000000000000000000155167ddb80f520e44ae6ae1b8a042ba1f63c69c05295 3,652 1.00/1.00 vMB 134
823,378 823,378 00000000000000000001b8c473e1fae9252516151e3142f493fda51856e467bf 3,668 1.00/1.00 vMB 139
823,377 823,377 000000000000000000022201b11f4b2aa4145992eeb3ebe0e200fbf158daec4c 4,262 1.00/1.00 vMB 144
823,376 823,376 00000000000000000001ad1fac9f19b75ca41e2803baaabc6ac438cff39af358 3,409 1.00/1.00 vMB 154
823,375 823,375 00000000000000000002bf6d4588d1fe29150075d11aec373af5bff61891df0a 5,065 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.