Loading Tool

Explorer IconExplorer

Memory Pool

76,940 transactions
28.55 vMB
0.06463054 BTC
Random Selection Loading Transactions
Max Size: 173.29/200 MB

Candidate Block

Mining Attempt ef054c60535ada23e543bb872e3d5788d034f6c0bf061aed2ec68ee816f7d23a
Version 20000000
Previous Block 000000000000000000002eabceb06a9084ae7362b60d023c0338d08728b0d723
Merkle Root eb6b87d46bd1111663c70b5826f2540496e515a80676bd224b5b3c6b06cf9eb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,049
Size: 1.00 vMB
Total Fees: 0.00541854 BTC
Feerates: 150.68 > 0.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,105 (114,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,371 800,371 00000000000000000002989b6c6e460d51a338705dbfad78255e765e5b51d395 2,758 1.00/1.00 vMB 11
800,370 800,370 00000000000000000003c39130ed0a0a946ee9581ae38b3457da6a7d2cd06305 2,801 1.00/1.00 vMB 21
800,369 800,369 000000000000000000043309b98c0c1a22f662d126ca2e90565e96a666fa3544 3,401 1.00/1.00 vMB 20
800,368 800,368 000000000000000000045fbcef37ddf4bac521a46b3f3bca8b4a0dc70e1bc668 2,606 1.00/1.00 vMB 15
800,367 800,367 00000000000000000002e7d186b350608e47092c2ef657582c9c21a4331b04a0 2,765 1.00/1.00 vMB 10
800,366 800,366 0000000000000000000475add4606f3072fa0907bb7c0a5c20fc0530436a9efd 2,437 1.00/1.00 vMB 14
800,365 800,365 00000000000000000004dd3a59bb9d0d42611b87db45acfb7a0958b0ca01a1f3 2,562 1.00/1.00 vMB 13
800,364 800,364 000000000000000000003259346c0e4d14390211b07f55e11c03e990c79512fe 2,322 1.00/1.00 vMB 11
800,363 800,363 00000000000000000004d54410034d0fb206aaf439b1dee1b96d614fbf89061f 3,600 1.00/1.00 vMB 22
800,362 800,362 000000000000000000027981b3cf5e8f31f1cdcac2fba8a0761b4fe29d2d3ae8 3,163 1.00/1.00 vMB 22
800,361 800,361 00000000000000000004aeae54c4c624f265d55bf8efe80ee77600ea61fc35ec 5,525 1.00/1.00 vMB 7
800,360 800,360 000000000000000000046808c1adf01c0cb4b6fe25e8f51e210a9ad267bd5695 4,240 1.00/1.00 vMB 6
800,359 800,359 000000000000000000040062701badf07171f30d518500b3a55b1207fb4eff7a 1,574 1.00/1.00 vMB 7
800,358 800,358 0000000000000000000458b846122ab87f54b79c45670ccb566b6f945ac9d2a2 3,268 1.00/1.00 vMB 18
800,357 800,357 00000000000000000000e833aaa5c91296b7b43ca4b30428f81d6cc8b79a89a1 3,015 1.00/1.00 vMB 13
800,356 800,356 000000000000000000001807d0d6c7961807e9d499c5ec862ad8b9880bd273e9 2,908 1.00/1.00 vMB 14
800,355 800,355 000000000000000000033a003ca5d5fe7f8bff9c8fe92b871e80b790e4d69d3a 2,200 1.00/1.00 vMB 18
800,354 800,354 00000000000000000002f54b9fb912ebfa9678c5b07f8f99d9ae468b08a4a289 1,952 1.00/1.00 vMB 10
800,353 800,353 00000000000000000004c1a4857ffecdf22860a745c689c62afddf9160ca730b 3,426 1.00/1.00 vMB 20
800,352 800,352 00000000000000000002d73c4f520e4f1aba034c6f3e0d36aaa175cf744a2551 1,401 1.00/1.00 vMB 9
800,351 800,351 00000000000000000000dc8c2caadf5e8e8635adc7ff4d90dcfba264a3493e6a 3,148 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.57 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: 671.17 GB
    • Received: 15.86 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.