Loading Tool

Explorer IconExplorer

Memory Pool

84,783 transactions
31.97 vMB
0.12691890 BTC
Random Selection Loading Transactions
Max Size: 193.94/200 MB

Candidate Block

Mining Attempt 7606acf60f3bb3ab855fcfb7b133d4551a57f5b19f6a3a3be7194c1a1616a493
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root b3f3f76f2c179026ef6c479541f5a65d6bea71c7bf5557614e4724d213c10e49
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,558
Size: 1.00 vMB
Total Fees: 0.03963598 BTC
Feerates: 405.89 > 3.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (31,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
883,650 883,650 000000000000000000023cc1d161c9a26f2a2cef2ed0009541eb0a71dc70aa6c 556 1.00/1.00 vMB 1
883,649 883,649 00000000000000000000353f33d62c980be9f96e37fd48face388beae372bdc6 642 1.00/1.00 vMB 1
883,648 883,648 0000000000000000000125a8c4a663ce39fb6100cfdeeb008117cd00eff7c8f9 507 1.00/1.00 vMB 1
883,647 883,647 00000000000000000001295a2496bf136e0433ccc1ed63d56024364606afc08b 1,777 1.00/1.00 vMB 2
883,646 883,646 00000000000000000000f9d4a10d2cf8f8f5e715becce72dcd209fb44f941073 3,596 1.00/1.00 vMB 5
883,645 883,645 00000000000000000001a2a9cf92310c752e2d48246fe904176dbdd43139ef69 2,655 1.00/1.00 vMB 3
883,644 883,644 00000000000000000000b795d392f860edb00e58a9c46ed96671f501ed9e7d9c 52 1.00/1.00 vMB 20
883,643 883,643 00000000000000000001d58edfe9e549458a2153600cea66baf3afdbdcfe0647 2,676 1.00/1.00 vMB 3
883,642 883,642 000000000000000000013ec2ff7c7a45398f69bef47a5330ef819d3b221b278f 2,434 1.00/1.00 vMB 4
883,641 883,641 00000000000000000001bd23597e1a6d7d1e56ef1c68c8b5f214d876eb75d9d9 3,221 1.00/1.00 vMB 3
883,640 883,640 0000000000000000000169dab44af0a1dfe56b7378c692bfaacea24f51871f8d 1,483 1.00/1.00 vMB 1
883,639 883,639 00000000000000000000e7afb602280efff4c028fd8913c04281f2f8a9df4aae 1,521 1.00/1.00 vMB 2
883,638 883,638 000000000000000000025d58efe3c64a338a627b3456224bc7eb7e967f3354e5 2,960 1.00/1.00 vMB 3
883,637 883,637 000000000000000000000a7596e222412d7ee03e7dd72bdc8180388f5a8e718e 1,619 1.00/1.00 vMB 2
883,636 883,636 00000000000000000001874213d4e7883abf17a7be9f0959bb67f64ab274f15c 3,990 1.00/1.00 vMB 5
883,635 883,635 000000000000000000004c53dbb3755620d786294d4616f36e8bf9f7486694af 3,258 1.00/1.00 vMB 3
883,634 883,634 0000000000000000000031d950d3042b871b0b606442b3806a35cbd0a54ee3f1 2,411 1.00/1.00 vMB 2
883,633 883,633 000000000000000000025cf6c452677e263a133d1003f20465fc17ea36077178 2,057 1.00/1.00 vMB 2
883,632 883,632 00000000000000000001f20a0bdb650c9e71c79b5510b63cb29e61899aecc588 1,379 1.00/1.00 vMB 2
883,631 883,631 000000000000000000016bb006fca5bc4d24862c283fa4d78cc7b8f624faee3f 1,549 1.00/1.00 vMB 2
883,630 883,630 000000000000000000015f836f16afb562f4af2f92d35a3a24785175280d6f26 594 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.76 GB
    • Received: 18.24 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.