Loading Tool

Explorer IconExplorer

Memory Pool

35,160 transactions
25.90 vMB
0.06786105 BTC
Random Selection Loading Transactions
Max Size: 131.60/200 MB

Candidate Block

Mining Attempt d425f9d98520fb635534d668651c126ed0529e7366c644f11d646d72ede38aa8
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 00c824597a967c01e45c76bbee3228acdb88135e50f0ccaedb44c619dde15ed9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,767
Size: 1.00 vMB
Total Fees: 0.02038707 BTC
Feerates: 250.88 > 2.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (869,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,786 44,786 00000000030690ac7c3ac764187cf70d63b9fac617691a6cb9899c910439da90 1 0.00/1.00 vMB 0
44,785 44,785 0000000022e171b587f2372fc19b05f5087248178c2ec4145cadb59b284fb4c7 1 0.00/1.00 vMB 0
44,784 44,784 000000002ce29372a6cc19fd9683170985959db75c992eec1ff4df8bcc4524d4 1 0.00/1.00 vMB 0
44,783 44,783 0000000010c0885340de09a534517fb1c48013158a5579551367b835129f2160 1 0.00/1.00 vMB 0
44,782 44,782 0000000007e887275d642d2a1214f0d86e5c1018c34f67e7af54995382998dc4 1 0.00/1.00 vMB 0
44,781 44,781 00000000083c45201c2c4e3908bcf70ce591bd60a86c624b93ad1e144ac77eff 1 0.00/1.00 vMB 0
44,780 44,780 000000000afb0c82900ed72e72e4ce1bcc5aeb515fb2b39fcdbdc668c14026d0 1 0.00/1.00 vMB 0
44,779 44,779 0000000031679a8143e8c6cdca693c47cb744d504a6d5000b06c2fc1cf4a3d1f 1 0.00/1.00 vMB 0
44,778 44,778 000000000f680d6896a8cd20cf94d22894713f69df7b6cee2c2c17c835147348 1 0.00/1.00 vMB 0
44,777 44,777 0000000029cd124ecfca00a7c380c28613363ab3770578038d38d70ab8f835f0 1 0.00/1.00 vMB 0
44,776 44,776 00000000288cfe37f018beb921e1ec2821f87da6c9f49446846ca79e277bc1bc 1 0.00/1.00 vMB 0
44,775 44,775 0000000013c8bbc1920a925edd50be285081b3ee2c9e46e0b720b75bafcc0e44 1 0.00/1.00 vMB 0
44,774 44,774 000000002f798c54e2fb7601751175bb0e0fb27a3896fb74943a04c3307038e6 1 0.00/1.00 vMB 0
44,773 44,773 0000000008c00a6ec2d4cbfc74a7f50bca5188078626e58a7b7f17a2ed61869a 1 0.00/1.00 vMB 0
44,772 44,772 000000001ac5d9ac7cac96708be3acbae7eeb92e07ceedcdf06522c3192910ca 1 0.00/1.00 vMB 0
44,771 44,771 0000000031384ee5b40a2cceb9218d54a011223ea268be4e3bea6b3b1b62475d 2 0.00/1.00 vMB 0
44,770 44,770 00000000197dea7f5cf4a443eccccda9e2f766fa47951f7637da9bd1f40d2005 1 0.00/1.00 vMB 0
44,769 44,769 000000003674d9b479f582d65335ecc4c1c56af29d75e096d6206e25f4b43470 1 0.00/1.00 vMB 0
44,768 44,768 00000000232e197f31a0cadf60b3284fc991623a499c66fc3234ceb6eb841ace 1 0.00/1.00 vMB 0
44,767 44,767 0000000031bc21e4081e6bf5f7ec11b070d5088e19507692b34e176226ea177a 1 0.00/1.00 vMB 0
44,766 44,766 0000000010fd41d7c60faede81ef1330f739b68ed9d13d3325ce36991a65e6e9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.