Loading Tool

Explorer IconExplorer

Memory Pool

73,326 transactions
28.23 vMB
0.07312804 BTC
Random Selection Loading Transactions
Max Size: 167.12/200 MB

Candidate Block

Mining Attempt 90aa044fb12667d350e2954e03ade02d11a91bdcbdf92db151a7dd22807a8a94
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 31b2ea7eb2b3e304f9d0760467b3e211ce1c31d0a6f36224733e5a042cebc4a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.01642630 BTC
Feerates: 150.86 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (552,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,368 362,368 000000000000000004cd852d5b5d580be0907aca39403bb966de6abee8e94cdb 810 0.55/1.00 vMB 11
362,367 362,367 000000000000000010e6c82baa6c3f6d8aa023cced9438eafd727ebfaf36bca5 1,303 0.66/1.00 vMB 31
362,366 362,366 00000000000000001234377417064db5621c107cc02ae5dbbb6e5db425a7a480 435 0.23/1.00 vMB 26
362,365 362,365 000000000000000011a04248def806b9343b7384ae74c22815d6ae298e60731d 1,167 0.57/1.00 vMB 25
362,364 362,364 00000000000000000bf432a369cf01132e7ac716895495d60557846249668762 1,653 0.84/1.00 vMB 28
362,363 362,363 00000000000000000fa36e04631f2b26ceceb4b995e39ba1e7b919badc8da666 2 0.00/1.00 vMB 0
362,362 362,362 000000000000000014469bd30fe3607d472d6666f46913250fea0ef0f81d6e80 1,397 0.75/1.00 vMB 24
362,361 362,361 00000000000000000b387f184d27a170921a10f6f6ce4017c6388d99a3c3dc6c 131 0.10/1.00 vMB 11
362,360 362,360 000000000000000002a157fb80db183bd73bd1005f6f8f6aa97cfafd01172c0f 893 1.00/1.00 vMB 16
362,359 362,359 00000000000000001468ccc8253daeea10462a950e00f0757e5e771a5f80d9ef 92 0.03/1.00 vMB 41
362,358 362,358 000000000000000011f7e8ef1f5725fdd9b54394496585d5a2a3fedcc4190bf0 1,381 0.75/1.00 vMB 23
362,357 362,357 0000000000000000107425b45b5a01aec9a16e96a11f3e9863e46de464037995 2,553 0.75/1.00 vMB 52
362,356 362,356 000000000000000002aac90a22a32088a16e075756a6b2f3fb09c9da4658712a 1,300 0.42/1.00 vMB 41
362,355 362,355 000000000000000002d3c41d9410b7df7e9eee2861911bc379111794e76c9ea8 868 0.49/1.00 vMB 24
362,354 362,354 0000000000000000011349b089b70bcb3695dbdab131a15dfb425aa2792eb0cd 1,247 0.72/1.00 vMB 25
362,353 362,353 00000000000000000df40f30c24c33c6ada6f127ea1ccd83b89700360c9f2f17 1,605 0.93/1.00 vMB 24
362,352 362,352 000000000000000002e4a3f323bfb7de2d89d7a9176858735b34e87063dca551 2,185 1.00/1.00 vMB 33
362,351 362,351 000000000000000008bb0bb850dcf1e7f4147a2bef58fac378a4d6e11d741b1b 1,311 0.71/1.00 vMB 25
362,350 362,350 00000000000000000d9c3456d7c6dbc8617473e56613ea06acc61b8789fcab5d 1,376 0.73/1.00 vMB 26
362,349 362,349 000000000000000013592a34fc1e6ce2c8c964bdbe7e4ee836e8a60119a3fed9 403 0.19/1.00 vMB 18
362,348 362,348 000000000000000008cb93c92c99da0ca801316a3088996ed5e8e64450d111f0 943 0.81/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.