Loading Tool

Explorer IconExplorer

Memory Pool

81,720 transactions
30.60 vMB
0.09788380 BTC
Random Selection Loading Transactions
Max Size: 183.79/200 MB

Candidate Block

Mining Attempt 576509a5df46c44dc276178eabd531c90707df2cb5ea1b5885e4a8e07251c5e5
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root 560eb74a70ff7a11284d720a3eeb8cdd5d9edcf2097f2faa2960e7d9dc7463a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,407
Size: 1.00 vMB
Total Fees: 0.03239591 BTC
Feerates: 101.62 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (267,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,744 647,744 0000000000000000000d5380720c6459d519bca10fae574273cbfe63110cdd85 2,397 1.00/1.00 vMB 9
647,743 647,743 0000000000000000000801187a8c858270252161010be8c99de594422f1a27cc 1,522 1.00/1.00 vMB 42
647,742 647,742 0000000000000000000a2bfcb1ff9a5e274bcb463c1cabb56047ad4b5bc77a93 1,627 1.00/1.00 vMB 15
647,741 647,741 0000000000000000000b0c33627eea27da7e109af671a571ad9c68643faa9e81 2,405 1.00/1.00 vMB 54
647,740 647,740 00000000000000000002477300b013e861081701906ad17422af3f68fbab7a79 2,645 1.00/1.00 vMB 52
647,739 647,739 0000000000000000000314504d674e04fa83bb48b5bb149d14ab2b686cf84c6e 2,253 1.00/1.00 vMB 75
647,738 647,738 0000000000000000000aa27b1fb8013a5d7bcb61ae8989d83cbd8498c4e3cf46 2,230 1.00/1.00 vMB 107
647,737 647,737 0000000000000000000e63071cf53ac990922db048efe8d42af0315fba9f2e01 2,439 1.00/1.00 vMB 40
647,736 647,736 00000000000000000000ed206e2819a175ed9d935a18c24f901d4fe5aa4d8d6b 1,656 1.00/1.00 vMB 13
647,735 647,735 000000000000000000057d929c54025d4f788cbdfa1b9501a13528ae4ddd9f37 2,802 1.00/1.00 vMB 65
647,734 647,734 0000000000000000000806484433f14dabb5e6b440776112229f66a1f6aa9a4c 2,379 1.00/1.00 vMB 37
647,733 647,733 0000000000000000000846a35462498560ac09bb29e32902c6e5cc0190def62d 2,241 1.00/1.00 vMB 44
647,732 647,732 0000000000000000000b21dd20061b8386e9f1f5eff392c0177d9f28d4841cb4 2,349 1.00/1.00 vMB 45
647,731 647,731 0000000000000000000deb961aab25bbc9c9f72fe6fdedfc8aaa506376853c4a 2,394 1.00/1.00 vMB 70
647,730 647,730 00000000000000000003b0d2c9e4bb81616a74aa0c965d925271b1061dd0d461 2,637 1.00/1.00 vMB 107
647,729 647,729 000000000000000000064b9fcad14d747b725552005db1a77e6344a7c672a9bf 1,627 1.00/1.00 vMB 30
647,728 647,728 00000000000000000005877577947323646da3d0fdfa6aab46480b2dc928f5bc 2,069 1.00/1.00 vMB 58
647,727 647,727 000000000000000000040c41fc3237d73afcb9ca8e7f86219420fccb2f21c221 2,480 1.00/1.00 vMB 49
647,726 647,726 000000000000000000049ee65ca33499c031b1b61f65eab6cb4684d8083ccce0 1,842 1.00/1.00 vMB 100
647,725 647,725 00000000000000000005de4c7097584b3299da6592ef526ec6660a4c44a54fe1 2,414 1.00/1.00 vMB 66
647,724 647,724 00000000000000000009832bc12b9d1dfbf333be6338c95ff3aef096e1e840e8 1,986 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.37 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: 663.66 GB
    • Received: 14.93 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.