Loading Tool

Explorer IconExplorer

Memory Pool

80,101 transactions
30.08 vMB
0.09789283 BTC
Random Selection Loading Transactions
Max Size: 181.27/200 MB

Candidate Block

Mining Attempt be8c65973f309f37a5c331cda1076427092a30ff1efc915cf1361e6575b72799
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 2890e8838fa506166b2feb94d8c8ca3d5af5d4cf1eed27e597ad8616f01fb278
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,316
Size: 1.00 vMB
Total Fees: 0.02784991 BTC
Feerates: 180.34 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (809,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,038 106,038 000000000001e4087f999b0d15e8ce4af1fec41739f5b4dfe0aec30966a63408 4 0.00/1.00 vMB 0
106,037 106,037 000000000000f618616e7d8fae30130ebbe117d7c6481daee8f5c86c07cd003a 2 0.00/1.00 vMB 0
106,036 106,036 0000000000019dc98091527172a08cc2b3f105b9b9cdf40aeafe6a384b6c6f83 6 0.00/1.00 vMB 0
106,035 106,035 000000000000a7ab7a7438f4589783f99e1eab6923ce6ff660b07cb6b40cb34f 3 0.00/1.00 vMB 0
106,034 106,034 0000000000010e369779bc00cdaa5112ac9e89e68d6d79a652c5d13b315f0e83 1 0.00/1.00 vMB 0
106,033 106,033 000000000002dbc39eb0115e7e755811438e3c9a8aeb08464127b8e1cf20e5f7 1 0.00/1.00 vMB 0
106,032 106,032 0000000000002a540405d0d1f47eebc2efc16f0f2e3edbdf54d8082512228d09 2 0.00/1.00 vMB 22,321
106,031 106,031 000000000000f592c9af3bd7d1bacb2866be3484f0254de5d448218e297a6c06 5 0.00/1.00 vMB 0
106,030 106,030 000000000000190ec702b35c965326150b67960c5f946af910c4a6039780a41a 6 0.00/1.00 vMB 0
106,029 106,029 000000000000da65cf4d53099148e066c73548aada1fb089c1498c293ba923bb 1 0.00/1.00 vMB 0
106,028 106,028 000000000000c5a65a81cc5eca15b21990be43d1456195107e7d9f316c837c40 1 0.00/1.00 vMB 0
106,027 106,027 000000000001db2c31b20a60a23172a99cb84656ac0bf99b8e60f7a7e885f380 3 0.00/1.00 vMB 0
106,026 106,026 0000000000001bc4e06f86391bbdbc46f94199271f4459c09686e1304fcb8513 2 0.00/1.00 vMB 0
106,025 106,025 000000000002d9ae7428178c196c215ad022b17179fd83491153151214b0477e 1 0.00/1.00 vMB 0
106,024 106,024 000000000000201888255d5ddbc5a443a6f92f66a73d26f21e71b725ec09c5f9 7 0.00/1.00 vMB 0
106,023 106,023 00000000000070fa027a33e8db4f4c72bed7fdfec0848ed182b3f3c4a4e8f999 1 0.00/1.00 vMB 0
106,022 106,022 000000000000a85d42610b292d2baebe54ff0c854847fe3d2ca37ac7d6e46b99 6 0.00/1.00 vMB 0
106,021 106,021 000000000000b9d6a543775e5eb7b0683bf33cefaecf695893110613087a388b 1 0.00/1.00 vMB 0
106,020 106,020 000000000001dc03146be2a8c4ef010ff55c6a98501d3f12962d60133f10fedc 1 0.00/1.00 vMB 0
106,019 106,019 0000000000021867a8d8d093f5986e20efbdefee912e1f6ab150549dab5e532c 4 0.00/1.00 vMB 0
106,018 106,018 000000000002bb820d8886ba9c8c661f9272fd022a4441fd57ccaf714e6b08ca 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.64 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: 672.41 GB
    • Received: 16.23 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.