Loading Tool

Explorer IconExplorer

Memory Pool

77,655 transactions
28.91 vMB
0.06690678 BTC
Random Selection Loading Transactions
Max Size: 175.20/200 MB

Candidate Block

Mining Attempt ebb3d28781042245e8d8d815dfed5c967f197f5184d4fa7b9c32be84ad3ab7a3
Version 20000000
Previous Block 000000000000000000000a1535e58b5a44cd5134f86b26b811cf56e67cc0d60a
Merkle Root 4504437ae627f4ae9b14eaae71c0a4505f940a4f54915031d219479d65af43be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,596
Size: 1.00 vMB
Total Fees: 0.00673678 BTC
Feerates: 20.07 > 0.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,099 (673,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
242,041 242,041 000000000000000ae93d6a361594e9c1bce2f95ab9445ccfda38a6be446da524 416 0.18/1.00 vMB 144
242,040 242,040 00000000000000b1a62fe2f4ef7bf685236abbf87097e26f665dd4da0f23a391 253 0.11/1.00 vMB 152
242,039 242,039 000000000000008e8586a3208b2858982b22dc01f7469d1a12c34e9dfdbe4f4b 182 0.07/1.00 vMB 209
242,038 242,038 000000000000000b944d81ffd151767ce089acd0a473940abbbd20dfe3c7338f 28 0.01/1.00 vMB 283
242,037 242,037 00000000000000786c7b486dca0fe369a76b0cafa0e42ad37b9e4ce1525c5af2 119 0.05/1.00 vMB 66
242,036 242,036 0000000000000013fb0170cc804a968382d866caca63716cfd435ca6a1418a9d 280 0.12/1.00 vMB 131
242,035 242,035 000000000000006e28b04d113ef6e89e9dd3e3b951783da0f8669d9a74f0633b 435 0.21/1.00 vMB 131
242,034 242,034 0000000000000073645ab3f3df8e84b3e4a0bc214646843da012f7f0397f3f0e 470 0.20/1.00 vMB 171
242,033 242,033 00000000000000a1c290ce20953d864a4b9c603abc8a9c77a04429c89c5e9fac 153 0.07/1.00 vMB 162
242,032 242,032 00000000000000074cec3ecda52186d4ec26742de9ef631d28e1fd6b8ed15bd4 235 0.11/1.00 vMB 168
242,031 242,031 00000000000000c585335cf7de3c496a7d53672f5beb11e7840d4cb62111da48 419 0.20/1.00 vMB 151
242,030 242,030 000000000000005fac28e26c098067b051e165696f62746040d46add59261caf 32 0.02/1.00 vMB 95
242,029 242,029 00000000000000c2045c7e4af741455eaa50f7a1958031ff2985b75d2a7dec5c 389 0.18/1.00 vMB 147
242,028 242,028 0000000000000086690c4f57d8f67ad4b9030b6a177647b39bdd47e23122eb85 139 0.06/1.00 vMB 125
242,027 242,027 000000000000001d978dbc86fcddcc16fc5673808f1e90513befa85c3aef6a2e 531 0.22/1.00 vMB 206
242,026 242,026 000000000000005bf30cac5f753388819d31ed2ec7e1670f671da7037e8ef19b 274 0.14/1.00 vMB 176
242,025 242,025 0000000000000010be4ddd3ba326d9a35d309baeb657b56a1d1c414d1d0caecc 284 0.13/1.00 vMB 172
242,024 242,024 00000000000000b236d589da5490767d3c669746534f3f91665541f0c5b0c727 111 0.08/1.00 vMB 230
242,023 242,023 00000000000000b8e8f10554cbca5f4d933d4a7eee665f1ca3810801411256c0 256 0.17/1.00 vMB 34
242,022 242,022 00000000000000d7e93eebfe8faefd918e8eb9bdf5c977171558f6f6fe0b885e 662 0.25/1.00 vMB 215
242,021 242,021 000000000000005bebfd83924118025342cf459eb5f8fc708f8f3dfbac9cc6b3 475 0.25/1.00 vMB 132
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: 670.25 GB
    • Received: 15.84 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.