Loading Tool

Explorer IconExplorer

Memory Pool

44,850 transactions
26.82 vMB
0.06639322 BTC
Random Selection Loading Transactions
Max Size: 141.63/200 MB

Candidate Block

Mining Attempt fa632d7ac5c24817db63a5e4e86c0ac74a25b7a2ee1bd2c82034ce2518bf8fdc
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 419575a100f9d515415bd9bbacec3aa411486576e67c4844f4302ac6b4d723f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,306
Size: 1.00 vMB
Total Fees: 0.01693070 BTC
Feerates: 100.36 > 1.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (383,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,752 530,752 00000000000000000024c0f2aef29d3e74fd2756ae2ba8fd7778f02a0153fe83 2,325 1.00/1.00 vMB 15
530,751 530,751 00000000000000000001d0b347f876b7cd0b3ce1cf9a0f9b363cbf79cfe4705f 2,991 1.00/1.00 vMB 24
530,750 530,750 00000000000000000029df717930eb8937b3788948c3a21360de304a6b05b1a1 2,139 1.00/1.00 vMB 40
530,749 530,749 0000000000000000000f8060916e1debceea48578c527db646af5e2cb17ad697 71 0.02/1.00 vMB 9
530,748 530,748 0000000000000000000f2192c49276b497251332e0b6c83e53916705c70e33f9 53 0.03/1.00 vMB 9
530,747 530,747 0000000000000000001ede1eac3657529a22ae1431cab99ddd147bd399d86f7b 909 0.33/1.00 vMB 21
530,746 530,746 0000000000000000000ee5a01b35c78859ff78a17a78a3669e6d121a6480ec5e 1,965 0.92/1.00 vMB 23
530,745 530,745 00000000000000000002da06d972549aa005c0fe55ccb20d01aa7489348feced 1,134 0.63/1.00 vMB 12
530,744 530,744 0000000000000000002717b041841b805d63adc45da2602946718f3c94b5a4ae 2,350 1.00/1.00 vMB 28
530,743 530,743 0000000000000000000c935547ea7e8c95affbca0bea0e0d9e7e77ad579ad94d 2,397 1.00/1.00 vMB 21
530,742 530,742 00000000000000000026b9d289194a6f1345bf8b4680142748eca9010b776770 954 0.41/1.00 vMB 26
530,741 530,741 000000000000000000225895f4b8feed8a66b98db4f10887a58dbe60a3c3302f 1,567 0.73/1.00 vMB 16
530,740 530,740 000000000000000000258efc8d54821223a8c3e242a537bae3759048bd3756ed 1,814 1.00/1.00 vMB 49
530,739 530,739 0000000000000000000693d86da35bf076024adb6cc4671e678d626499b2fc73 1,985 0.98/1.00 vMB 23
530,738 530,738 0000000000000000000c4a582a712c328929474ebd493d966d5d75aa314d2015 1,020 0.46/1.00 vMB 23
530,737 530,737 0000000000000000002f0612f613aa77dfbfd79f4fedbb9cbd796a8ad1b1ddc0 2,195 0.84/1.00 vMB 9
530,736 530,736 0000000000000000000e7f2e7f26c2f41c3a00385ab5f8b9e850429c5aca2f16 2,020 1.00/1.00 vMB 30
530,735 530,735 0000000000000000000f110213d1d8365e93885c08007f5b8a8cbd4ffdf76cb2 441 0.18/1.00 vMB 19
530,734 530,734 0000000000000000000cdf2f3a0a1d28b8d7e615df1b7f7e35da0de0e7eee336 2,506 1.00/1.00 vMB 23
530,733 530,733 0000000000000000000bc9f4e2175cf841e941209e49e1a93c11ae33543b7d41 632 0.25/1.00 vMB 18
530,732 530,732 0000000000000000002abd7a1466665960342039178f8cf6531f4b665d9d1808 28 0.01/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.91 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: 645.67 GB
    • Received: 12.76 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.