Loading Tool

Explorer IconExplorer

Memory Pool

41,812 transactions
26.02 vMB
0.05336051 BTC
Random Selection Loading Transactions
Max Size: 136.25/200 MB

Candidate Block

Mining Attempt 992cf33d3581adca60413774e3fe4cacf10d0f33d86a86f0addb5443ef23abb7
Version 20000000
Previous Block 00000000000000000001eb538b44df8d39ae4bf8dee821fde296842d221e7d43
Merkle Root 7801c2c2632a68d7c5cc6934eb9b3a09ff4c16ae5dfced1a76d3fd5455373e96
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,098
Size: 1.00 vMB
Total Fees: 0.00605698 BTC
Feerates: 135.80 > 0.61 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,755 (152,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
762,519 762,519 000000000000000000039f0f8e7b3cfb9ed96ff312caaebd1809b622b89df42d 965 1.00/1.00 vMB 5
762,518 762,518 00000000000000000000746ab2c6bfe5b48d752885ca958b0181e88b8c71394e 723 1.00/1.00 vMB 4
762,517 762,517 00000000000000000003452324493755bf6c85ee14c71fe2f2c5bc05fc640655 1,416 1.00/1.00 vMB 17
762,516 762,516 00000000000000000004e2e6d9c7c86164c06e2ac076a2e18813f2bcd2bd54a5 1,228 1.00/1.00 vMB 18
762,515 762,515 00000000000000000004cc0db633748489a65ebf970cfb24e880c1912b79bb00 1,031 1.00/1.00 vMB 7
762,514 762,514 000000000000000000059d72b61cefd8b60be074e258b0fffc7adec809c4d94f 2,199 1.00/1.00 vMB 19
762,513 762,513 000000000000000000015432aeafe2b0bacf6bd91bcd75ae5e249cea1fc20c87 1,117 1.00/1.00 vMB 4
762,512 762,512 00000000000000000001eea2977ad23156bac8e07a58af5a83af138b4c15c47f 2,486 1.00/1.00 vMB 21
762,511 762,511 000000000000000000030d4eae09ed54dcaf4a7e5bb302e35d06f0164a6ff749 2,982 1.00/1.00 vMB 32
762,510 762,510 0000000000000000000479e70d8d6e9a8cc28629ca47383197c90a9ea6ab9fe4 1,725 1.00/1.00 vMB 8
762,509 762,509 000000000000000000023d51a04fe652375fdee9a6ee06e4c14a5a2d6714b73d 1,733 1.00/1.00 vMB 7
762,508 762,508 00000000000000000002f1103dc1f4e538142044f9b6472befb9551b581d197b 1,514 1.00/1.00 vMB 14
762,507 762,507 00000000000000000004be3d9729dfaf6a136d4d05907a6e9348b7662792835a 1,718 1.00/1.00 vMB 20
762,506 762,506 000000000000000000016316519501e8df86adec0670ff49e9c9cac136b447d0 1,286 1.00/1.00 vMB 10
762,505 762,505 00000000000000000007a367de491763b06d00edb7866ebb32b8e47c6365a764 2,237 1.00/1.00 vMB 29
762,504 762,504 00000000000000000006e7e822381b6cb640d54430e95d84b7faee4b5ed06ee9 2,388 1.00/1.00 vMB 21
762,503 762,503 000000000000000000020a74ac23959a11744d572dcf75ee747650f572ded1fb 1,390 1.00/1.00 vMB 3
762,502 762,502 00000000000000000004bc6eab549081f3590693c2993280e1544fac20dff949 2,676 1.00/1.00 vMB 12
762,501 762,501 00000000000000000002a7fdf5ccd6164ad4143feea564c8f4610b9220d30fb4 2,476 1.00/1.00 vMB 13
762,500 762,500 00000000000000000006920d841e1079a5081db385b69bae2b3dfed97037138d 2,847 1.00/1.00 vMB 13
762,499 762,499 00000000000000000003fbd0636659210f4ec67b1f3a1270bdda1dedb0ab0d8a 2,687 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.95 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: 647.27 GB
    • Received: 12.92 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.