Loading Tool

Explorer IconExplorer

Memory Pool

76,579 transactions
29.45 vMB
0.09506162 BTC
Random Selection Loading Transactions
Max Size: 173.79/200 MB

Candidate Block

Mining Attempt 701aeb963ad749bbb2a5ad609b88b252b2e90c51ea1b24a67bbf01af4c5908a3
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root e095214a7ff6ec5749b5c29fde6c3be7eba7c6a792281b45a8a83d5c9d6fc10e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,490
Size: 1.00 vMB
Total Fees: 0.02933120 BTC
Feerates: 150.77 > 2.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (292,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,756 622,756 0000000000000000000c07f267f460b01dcf8d658b903645c66c96359fc413bb 2,466 1.00/1.00 vMB 25
622,755 622,755 0000000000000000000fc2062d710c55903b775adfea7623c57fe554879477f9 2,698 1.00/1.00 vMB 66
622,754 622,754 000000000000000000007e499b0c4618b3c3322331229ab92055734b5345bf04 999 0.77/1.00 vMB 15
622,753 622,753 0000000000000000000d3aff7b6275829bfea3e448b031637f510df822144e55 2,050 0.93/1.00 vMB 20
622,752 622,752 0000000000000000000b412304c9d4fcd66c9f5a142a091cf74e90f3dd4901d2 2,407 1.00/1.00 vMB 42
622,751 622,751 00000000000000000000208c5197c8f1a7a45823b07cb290d3e1f8d0b5b6b7da 1,556 0.99/1.00 vMB 6
622,750 622,750 0000000000000000000e2ce3066d3275e4efbc43bc3acdceff4613ec7e70b01b 2,503 1.00/1.00 vMB 25
622,749 622,749 000000000000000000015668eab46741a800c1bf79cb083ca6bf56e8ccd4481b 2,607 1.00/1.00 vMB 27
622,748 622,748 0000000000000000000cb2a06962c33819cb253cc3316a7b6a455f8231d231eb 2,642 1.00/1.00 vMB 70
622,747 622,747 00000000000000000003576d6c5d1f576ccba219963dd74125ead6ddbe8d6643 2,839 1.00/1.00 vMB 60
622,746 622,746 0000000000000000000d0d3142cb7d35cbcbebab0e59a4f54d0ece8ca4ea56b3 1,592 0.96/1.00 vMB 30
622,745 622,745 0000000000000000000a5ec86ce05ec027366ff50c4eac9c245ddf8990e2d52d 1,315 0.98/1.00 vMB 3
622,744 622,744 00000000000000000010e567be26ed6d9afbc6b610a731f3f982e0b2ca9ffc0d 1,555 1.00/1.00 vMB 45
622,743 622,743 00000000000000000006fb54d7871dd5c129d63fc6f89cf8be952c4ffb2c597d 1,284 1.00/1.00 vMB 63
622,742 622,742 00000000000000000005a6bdad3ce00bfe839e96b1a744655d27fabd55307788 2,997 1.00/1.00 vMB 26
622,741 622,741 000000000000000000082588c43434246014e295edb94c338215c40df1805d8a 2,679 1.00/1.00 vMB 16
622,740 622,740 00000000000000000003f593a0617c101eabad17c655b36174af363fcc178123 2,384 1.00/1.00 vMB 33
622,739 622,739 0000000000000000000d17ad0eac1143aa597ed9a9bdecf8c87df2919f7785e0 3,001 1.00/1.00 vMB 44
622,738 622,738 0000000000000000001096e0cb70f0385d69c2a9457989f1c37df5ce14c496df 2,777 1.00/1.00 vMB 19
622,737 622,737 00000000000000000008f16fe15798215e1a4816a2472e054cec0213559c3ddb 2,926 1.00/1.00 vMB 58
622,736 622,736 0000000000000000000207f8c5f6acc658868b9b489171aaeab02ce546fa83be 2,488 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.46 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: 667.94 GB
    • Received: 15.32 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.