Loading Tool

Explorer IconExplorer

Memory Pool

53,680 transactions
29.73 vMB
0.10339532 BTC
Random Selection Loading Transactions
Max Size: 159.68/200 MB

Candidate Block

Mining Attempt e3cb645c265e4d8f984ad2d3c4d6c72b2fb08d75deeeb212413dae169fe7237c
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root fa2c1c5201b7efb317909bf2419b5171f06c51145d96672930a568a85066bc08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.03124894 BTC
Feerates: 150.77 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (383,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
530,731 530,731 0000000000000000002ade3b329f5138ec5afe583652ed13f31eadb86839764d 792 0.53/1.00 vMB 7
530,730 530,730 000000000000000000058c91d2c14b351c5e5342333435bca4ccf1eb9ca84c10 2,380 1.00/1.00 vMB 26
530,729 530,729 00000000000000000015bc11c5b6f58c50bb71f3a2d78fb1c625a1fa8579a2a4 675 1.00/1.00 vMB 21
530,728 530,728 0000000000000000001649057cfbcaac7e173f2b077aa93c2da8f5aaffc25e3d 522 1.00/1.00 vMB 52
530,727 530,727 00000000000000000005b504f339bfc33f7029e473620ea31827fe3a2aa1fb9d 605 0.34/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.89 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.16 GB
    • Received: 12.69 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.