Loading Tool

Explorer IconExplorer

Memory Pool

85,185 transactions
32.98 vMB
0.15710080 BTC
Random Selection Loading Transactions
Max Size: 196.35/200 MB

Candidate Block

Mining Attempt a9e01de830fc8d6ea0b6bb017ac9a7d25a81efbe93a5c945358e7349b9d27fd6
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root f233baa2c5c80546b75a6c0e10c501ff802738b15f781a3ce29a4b54a7e4a7bd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,602
Size: 1.00 vMB
Total Fees: 0.04857681 BTC
Feerates: 318.30 > 4.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (41,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
874,037 874,037 0000000000000000000119b26c1a9a3c0b7e3e9320c8cd32159377c9316c62a6 3,045 1.00/1.00 vMB 8
874,036 874,036 0000000000000000000026da3d0aabc84cc20868a847f629b722a1e581c9c12f 3,477 1.00/1.00 vMB 4
874,035 874,035 000000000000000000029c69752c5026193c59a09ead9508a0a5869a676a50ee 2,366 1.00/1.00 vMB 6
874,034 874,034 0000000000000000000256b828b1e74b4c65f84484e3fb73898de59a66f451cf 3,277 1.00/1.00 vMB 11
874,033 874,033 00000000000000000000e6b7a908ea5e5f5f061f3d7fa78d8348e8a8e387cd67 3,429 1.00/1.00 vMB 6
874,032 874,032 00000000000000000000700bbc0ce029148b43f76412c9db8eba2c344b624c8c 2,779 1.00/1.00 vMB 6
874,031 874,031 000000000000000000023a3085ddb044dd94f7f62b8a4de2d6178b8b687d9672 4,034 1.00/1.00 vMB 3
874,030 874,030 0000000000000000000243947ea9cfacc595d073fdae885aa2352e70c1b7accd 2,354 1.00/1.00 vMB 5
874,029 874,029 000000000000000000010e4cbac6f18feb7bf1ed111309c1ddc034b9df9f69f8 2,719 1.00/1.00 vMB 5
874,028 874,028 0000000000000000000078d3fbf121d856bcbb48ba4466a675e4446a6c75c219 3,387 1.00/1.00 vMB 7
874,027 874,027 000000000000000000011952919115d2961d14b54254275af65b7f3086f0940d 2,850 1.00/1.00 vMB 9
874,026 874,026 00000000000000000002aee10099471698ec6223ad2d47bc464d19d91a81aa01 3,338 1.00/1.00 vMB 4
874,025 874,025 0000000000000000000218795ff935e1a89627d5c196ae671a5151e4368766f8 3,055 1.00/1.00 vMB 8
874,024 874,024 0000000000000000000023d2ff34255a3d70a5b934d30837c97f731ae91c6239 2,513 1.00/1.00 vMB 10
874,023 874,023 0000000000000000000046868b949f547bab4cfac08224213dd63f6329c52bc2 3,230 1.00/1.00 vMB 5
874,022 874,022 000000000000000000006055696227b3b24135b3b753b4c7235abb691999debe 2,712 1.00/1.00 vMB 6
874,021 874,021 00000000000000000000236b153cca59e10c597e831466e3f0acbd15843a1e4e 3,583 1.00/1.00 vMB 8
874,020 874,020 00000000000000000000d76f408a5f8bf862bb6904f9d411aa99358b04fb5a91 3,927 1.00/1.00 vMB 5
874,019 874,019 000000000000000000029992b36c7236fd9e013f9a8fbfa137b829ae4fdeddc9 3,210 1.00/1.00 vMB 10
874,018 874,018 000000000000000000007fadf1550a535923a97801fddc71015cbd6b7b20db40 2,870 1.00/1.00 vMB 6
874,017 874,017 000000000000000000002c3ed88b2c5b733204dcf59eaeaf3e203a197c261dc3 2,892 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 718.86 GB
    • Received: 17.97 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.