Loading Tool

Explorer IconExplorer

Memory Pool

42,365 transactions
26.75 vMB
0.06422053 BTC
Random Selection Loading Transactions
Max Size: 139.59/200 MB

Candidate Block

Mining Attempt f99c4d2e62cbf93c9a72eef43375a3e89910af0d540684873e4213904ea40a48
Version 20000000
Previous Block 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa
Merkle Root 7bd8dcb51d8328d0af289a56948ed1780c512e03b763a09ce8bcfeb9909381c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,286
Size: 1.00 vMB
Total Fees: 0.01464672 BTC
Feerates: 100.45 > 1.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,884 (335,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,295 579,295 000000000000000000001b1f7b326bf13d308f754aaf8b6cc1d0585c62b4dd2f 1,779 1.00/1.00 vMB 159
579,294 579,294 0000000000000000001198decca12a12dd04a0ede5644e5cc79b7d45d4e581e1 1,434 1.00/1.00 vMB 110
579,293 579,293 0000000000000000000e1c8aeeac5ad8a0329ffc5448e4670f75af253e2f52c6 875 1.00/1.00 vMB 118
579,292 579,292 00000000000000000023418b34144488575be83d164f04b74b5643291053e731 1,418 1.00/1.00 vMB 129
579,291 579,291 0000000000000000000f7d43a9647abafdc79dcd7c91a8d58628a09b363e6c46 2,385 1.00/1.00 vMB 204
579,290 579,290 0000000000000000001edbd9bdc23ccc86e84df25fa590dfdea5c290ddec1cad 1,614 1.00/1.00 vMB 139
579,289 579,289 00000000000000000016d175d1cb6e8302a6d8ed3a2425a9aa49c65d9971ca74 2,254 1.00/1.00 vMB 14
579,288 579,288 00000000000000000023d3e679c4abf92f55502de9b32a2450a976fe099e71eb 2,473 1.00/1.00 vMB 84
579,287 579,287 00000000000000000001e4449bf7f694288fa77686a3f1014a89984d5d98b900 2,168 1.00/1.00 vMB 20
579,286 579,286 0000000000000000001b0856be298970c3a14a435228cff4245ac559a5e5606d 2,683 1.00/1.00 vMB 67
579,285 579,285 000000000000000000196b129789a9cbee1d502dc4aa4a67cb1c3ccc6aef8050 1,823 1.00/1.00 vMB 42
579,284 579,284 00000000000000000007d2be094c2779ff06e50034fd0edd6d4d37f608fed237 2,685 1.00/1.00 vMB 82
579,283 579,283 00000000000000000012b75bb0c2c065f38d03529f01fff904f58c13b1f56ed5 2,601 1.00/1.00 vMB 154
579,282 579,282 0000000000000000000dc951a267220d98e5af95013d39bbce6ebd8eba4c6aae 2,517 1.00/1.00 vMB 159
579,281 579,281 00000000000000000015912dcb528b2d4b250e791c0e46b9efa2da44cd41e40a 2,631 1.00/1.00 vMB 21
579,280 579,280 000000000000000000139078065cc9f184c84864b297e640388aa16a4e636ae8 1,471 1.00/1.00 vMB 145
579,279 579,279 0000000000000000000f5390073c429b2a80bb4f81225a0f5dda553f2dff63eb 2,295 1.00/1.00 vMB 58
579,278 579,278 00000000000000000017f96ba0109a357aafc2c3738628f77829f30fc9941bde 2,209 1.00/1.00 vMB 61
579,277 579,277 0000000000000000000901128a00e2b4621ea121d525d0f6a941695d7ea3515a 2,887 1.00/1.00 vMB 182
579,276 579,276 00000000000000000021155c80ba58ef1c6f290a72348ab7447bd8443dbc7b3a 2,871 1.00/1.00 vMB 160
579,275 579,275 0000000000000000001c747051378376552ca5b4f3032e3cada969f673be47e1 2,833 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.18 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: 653.64 GB
    • Received: 13.98 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.