Loading Tool

Explorer IconExplorer

Memory Pool

84,166 transactions
31.50 vMB
0.10344129 BTC
Random Selection Loading Transactions
Max Size: 193.04/200 MB

Candidate Block

Mining Attempt e8a3bd8eb1ee2a85fc18e40dcc6bead726c8b4fea5b40380863ed626d92f83a1
Version 20000000
Previous Block 00000000000000000001ac34818eef0d70486ad7b2c435f366c2fef0117ca70d
Merkle Root e6c648f8fcd7e4699f611f983aa2d5525112ca81cb9ee27a79488c1847ce8651
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,085
Size: 1.00 vMB
Total Fees: 0.03104866 BTC
Feerates: 301.57 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,228 (543,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
371,370 371,370 00000000000000000672f1cbbf39e8ae3d4c8a4f0a68e60766a0871871100969 1,044 0.51/1.00 vMB 38
371,369 371,369 000000000000000010c361bf54ad963a76663e5e70bd8e8f22111061873b6696 1,416 0.62/1.00 vMB 42
371,368 371,368 000000000000000003c88ea8bada641b6ca09358229e85f3bde7dd07cdc3a9ba 466 0.23/1.00 vMB 40
371,367 371,367 00000000000000000500ee8700ca760804bb4a5aa588d7dd5db7933af73c4d8c 351 0.17/1.00 vMB 34
371,366 371,366 00000000000000000cefffd93452741a8ab85de79de7d5fe60526b97d106dbc2 39 0.01/1.00 vMB 34
371,365 371,365 00000000000000000d590bae383d4af3752c5b14cbda10215a538bab1fb0ca75 1,208 0.55/1.00 vMB 42
371,364 371,364 000000000000000000d1cac8c8c65f85e14ee4097adc5a2064c56548e362b87a 1,080 0.57/1.00 vMB 34
371,363 371,363 0000000000000000017745ca0a6a24fc18bdea30dd3f9618381cf123e816a3eb 1,290 0.67/1.00 vMB 38
371,362 371,362 000000000000000003e51c5dcd7a22bbe708c765e553bcdd2e507e4f46bcfe88 227 0.10/1.00 vMB 44
371,361 371,361 00000000000000000e9a45b238155a98cbb9c640f819d9426d176c794995d0f6 230 0.12/1.00 vMB 38
371,360 371,360 000000000000000000b4d0f719e49d81f60bdf4a2365ab0d200217703d49fec5 1,140 0.69/1.00 vMB 28
371,359 371,359 00000000000000000e7eca921c53576de3aa05c7ef7d28347c811616040d8e2f 2,325 0.95/1.00 vMB 50
371,358 371,358 000000000000000002800b72cd22d6cf3c0a7e7121b923088e3b5bc1ae05e204 814 0.37/1.00 vMB 40
371,357 371,357 000000000000000001600dc0694f90ddf1021aabbda313ff2da24b19e4510cda 591 0.30/1.00 vMB 31
371,356 371,356 0000000000000000054b670c96a7b69e3189acab8ff11a6302b3edb72700dddb 409 0.25/1.00 vMB 25
371,355 371,355 000000000000000011b3988a82afec53090836f0d8ab2d05f497bca85a8b359c 1,211 0.75/1.00 vMB 36
371,354 371,354 00000000000000000b2b2cc97b22622a5df6d161d9fb75cb9cec3327f827349a 1,498 0.71/1.00 vMB 40
371,353 371,353 000000000000000008ea0b40b6302b4b0c6f2ffeba28e01d7968b96bb48d40ba 104 0.14/1.00 vMB 17
371,352 371,352 0000000000000000087aabc8a77904a785e9d0c178546139c1c3e754feaad282 541 0.24/1.00 vMB 45
371,351 371,351 000000000000000007d5f29de6c869031e971849b495a18a65bf76a0a822908b 883 0.46/1.00 vMB 35
371,350 371,350 00000000000000000c8f5a76ebea1f12259111c2b61a75decf0827494b436b93 785 0.50/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.78 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: 709.75 GB
    • Received: 16.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.