Loading Tool

Explorer IconExplorer

Memory Pool

34,508 transactions
25.62 vMB
0.06235104 BTC
Random Selection Loading Transactions
Max Size: 130.11/200 MB

Candidate Block

Mining Attempt 72859f97e00786e1b03090409237faad8613ce744fd6a82c31ec83d3d92e153b
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root ba69de1cdb2deb6dcc4271cf17ecc35a03ba1799c7c9de98b89c98447c761336
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,736
Size: 1.00 vMB
Total Fees: 0.01577901 BTC
Feerates: 150.62 > 1.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (411,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,955 502,955 0000000000000000006309f790361197d9c488e166e331fe24580f630693f510 1,078 1.00/1.00 vMB 223
502,954 502,954 0000000000000000004e263427460ed29ae16c61cd9ab5502a3e23f4c2983e6a 2,462 1.00/1.00 vMB 415
502,953 502,953 0000000000000000002f2085bba7caf00456d9df02838fc78b6980638a51c66c 2,037 1.00/1.00 vMB 367
502,952 502,952 0000000000000000000b8155e9bc2a460e6772f2b9ec34e0985f728bb379f52a 2,852 1.00/1.00 vMB 452
502,951 502,951 000000000000000000583a020b97f5f9b337b18a6fd1b3b0dc5bcca213d87596 2,704 1.00/1.00 vMB 428
502,950 502,950 0000000000000000000e9fbc462c2e196f19da54eec678e701a0648cce63d29b 3,327 1.00/1.00 vMB 510
502,949 502,949 0000000000000000008c7acfd26f6c5104ff6f3cc73500662ebafb6e3230c670 3,920 1.00/1.00 vMB 461
502,948 502,948 0000000000000000004354db460f9cc49fc93157cf501910552604bb7cbe0e9b 2,458 1.00/1.00 vMB 457
502,947 502,947 00000000000000000017a820734ac7d68ebef6f2bb88f1ae1d894d3777f185c9 2,973 1.00/1.00 vMB 514
502,946 502,946 0000000000000000002fef4cbbabd92e904394107adccd48be84784077868c42 3,189 1.00/1.00 vMB 521
502,945 502,945 00000000000000000073117c07ae1518d03e9a73aec822404379b2691b2801ee 878 1.00/1.00 vMB 232
502,944 502,944 0000000000000000003f9516f23efe8707f70b071da2f10cbe4859e2a970cf61 2,170 1.00/1.00 vMB 354
502,943 502,943 000000000000000000886c0ec887871d7e08ca9e92af4b91660b97b59c1d471e 2,362 1.00/1.00 vMB 406
502,942 502,942 00000000000000000072d3789a098502f5549003aeed24d6c34b187b19dab7d4 2,958 1.00/1.00 vMB 381
502,941 502,941 0000000000000000006d491968cf9830e6e2d3fd0b1852f0de65878dfe957642 3,634 1.00/1.00 vMB 490
502,940 502,940 0000000000000000001be21a3ddcf1c26c9ea1d99b51d5c8262f140a433a189d 3,408 1.00/1.00 vMB 485
502,939 502,939 000000000000000000822aa3094d880b676ddaab142450ae5bfdbc2642a786c4 3,380 1.00/1.00 vMB 494
502,938 502,938 000000000000000000608e6c6683af1166e93a70064b0a38909e8f4e8492bd07 3,214 1.00/1.00 vMB 508
502,937 502,937 0000000000000000001f06c346000a7228f1f9933a20204b1374d4525ac1d038 1,248 1.00/1.00 vMB 342
502,936 502,936 0000000000000000007c9f9e5005aa3c9fcbf539a3ba96f62c2475e44c503f51 1,736 1.00/1.00 vMB 417
502,935 502,935 0000000000000000005f6742725ef4a42a449c19b508c54089703c604793f6f3 1,965 1.00/1.00 vMB 387
Previous 10 blocks ↓
Total Size: 781.85 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: 638.81 GB
    • Received: 12.50 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.