Loading Tool

Explorer IconExplorer

Memory Pool

37,945 transactions
28.04 vMB
0.07022369 BTC
Random Selection Loading Transactions
Max Size: 142.66/200 MB

Candidate Block

Mining Attempt 4a6f5220890a166e406c7d9879733f0ec2248b10f72fbc364b39fd9a978dbac2
Version 20000000
Previous Block 0000000000000000000013567b40f7b89d13b352d667c6e800680c854ece0722
Merkle Root c1d34d8b5606b386afad441b6a58208639c04d351899dd80cef5a4f397a4dcd9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,150
Size: 1.00 vMB
Total Fees: 0.01602145 BTC
Feerates: 179.53 > 1.61 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,310 (1,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,734 912,734 00000000000000000000c6e41380f985ae89bc46ad13cf0121b8d72007858d80 4,336 1.00/1.00 vMB 18
912,733 912,733 000000000000000000020b7f668847e53730bc7267ac0383fc8345a99910a8a3 4,593 1.00/1.00 vMB 15
912,732 912,732 00000000000000000001c875a8dfc8d6bfba43b99914eeb638c904644dfeec80 4,350 1.00/1.00 vMB 16
912,731 912,731 000000000000000000021f7eb04937d06b4c9ae746dbe4ae982bef67ba25da66 4,326 1.00/1.00 vMB 13
912,730 912,730 00000000000000000001ee4ef2d10878b8702e81f168c5147c03517ca9059133 4,855 1.00/1.00 vMB 15
912,729 912,729 000000000000000000011c23cb465d1d7615d97765fc2c6f6eb9a0c781cf281e 4,194 1.00/1.00 vMB 18
912,728 912,728 00000000000000000001934f947518e8890f27f8c676b55e6d12457f46282950 4,346 1.00/1.00 vMB 13
912,727 912,727 0000000000000000000133ecf2e9f0183bab95350bac28d739a74d266188d72c 4,640 1.00/1.00 vMB 15
912,726 912,726 00000000000000000000f249de118384cd0c37b0c55e9a7f9a8276432c365eea 3,928 1.00/1.00 vMB 19
912,725 912,725 00000000000000000000eec4c397d13bdaf3e407a6fa2dd33d528a7991a8aaa0 4,222 1.00/1.00 vMB 19
912,724 912,724 0000000000000000000214515cb868c5aec077515db8009e94e8211e89437446 5,330 1.00/1.00 vMB 15
912,723 912,723 0000000000000000000106a89e0f1ed365dc6c89fd5800cff5673c252997c546 4,706 1.00/1.00 vMB 16
912,722 912,722 00000000000000000002265cf3ec81a70bc15dbdf31e36d0d2c21689e9555dc0 3,864 1.00/1.00 vMB 22
912,721 912,721 00000000000000000001f9d2891b2580a1ba5316948651b7e53ec024d159e4d6 5,428 1.00/1.00 vMB 16
912,720 912,720 00000000000000000001f2572e909f71b1c413bebf6a40b3183a17ada5ce0c3f 4,155 1.00/1.00 vMB 17
912,719 912,719 0000000000000000000023a834ae5e28ea76287e624711f9d4376c650a9c4c1c 4,816 1.00/1.00 vMB 14
912,718 912,718 000000000000000000001580ae6f28fc0203d5aaa8689df0a96dc9b7886e4566 4,027 1.00/1.00 vMB 16
912,717 912,717 00000000000000000001336a2803dcc5dd0cb3ab6e7b14cd90f4183153c479c2 4,356 1.00/1.00 vMB 12
912,716 912,716 00000000000000000000cd65163c4f0e0813b0b95198e6724609904b7312acf1 4,580 1.00/1.00 vMB 16
912,715 912,715 000000000000000000002989fd535d06616dd7ed76c88d294f6b2aa88da803b3 4,135 1.00/1.00 vMB 15
912,714 912,714 000000000000000000012ac1ee2ca9013f4c9c6cb6f9578521f25a73630edc2e 3,590 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.14 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.49 GB
    • Received: 9.14 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.