Loading Tool

Explorer IconExplorer

Memory Pool

51,933 transactions
33.46 vMB
0.12302684 BTC
Random Selection Loading Transactions
Max Size: 172.04/200 MB

Candidate Block

Mining Attempt f4113f463bfa3174ec3ca0e25b532b0d4b30d3b06e0221fc152ca8e6649396db
Version 20000000
Previous Block 000000000000000000017a98b1c7d9052f1c2b6b85393b7fa5e5919d663547b0
Merkle Root 94b04c4231b7e9c12b7595201b36248b614d80611d728464d2335adac8a8d8a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,115
Size: 1.00 vMB
Total Fees: 0.04886903 BTC
Feerates: 301.37 > 4.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,395 (866,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,129 48,129 000000002a121c4a1c26ddaea22bf4073b8278ef45664a4926c74f270f00cfcd 1 0.00/1.00 vMB 0
48,128 48,128 00000000262bd3fe58cb69c071b054bfb3c983cb701315c63e71269c058456c6 1 0.00/1.00 vMB 0
48,127 48,127 0000000036c80c674a19b9d61e4260e8fa1e7bbcb13f8b4b3a78d957ba8107b7 1 0.00/1.00 vMB 0
48,126 48,126 000000000758222d653ec034b57fbdcf07d2ec362c34c8c174c2f218958a5e95 1 0.00/1.00 vMB 0
48,125 48,125 0000000008334f503ffb5875a8317a9f13cee316c942535c1d30e5960fb82e84 1 0.00/1.00 vMB 0
48,124 48,124 0000000021a93d1b88eb8a9ce469854f947334f00d53141d7a7813cc4d056a8b 1 0.00/1.00 vMB 0
48,123 48,123 0000000020fa9b1dd98f1a21b56736cbed2d731ce27c6d927121ab75408cbe78 1 0.00/1.00 vMB 0
48,122 48,122 000000002ed282f6736b477d7c0ce8c841902484886ab686614288e8e69db314 1 0.00/1.00 vMB 0
48,121 48,121 0000000035da5c3c6c278e900c0092cfcc67d5095544e695f4c55e3ba668ec09 1 0.00/1.00 vMB 0
48,120 48,120 00000000011e71f48a4c4f1f9f971586794a044c91badb7ac5f3a2b15e86db97 1 0.00/1.00 vMB 0
48,119 48,119 0000000000c01ae2a2a26b625477be4b33fa7607acd7f47627709f02d5cc8ffd 1 0.00/1.00 vMB 0
48,118 48,118 00000000242e8790fd74e92954d90813ddb94be212cb3778e5e000f57c08a47a 1 0.00/1.00 vMB 0
48,117 48,117 0000000001dd0dee3128013d2ce42871a935299e9f736fff96334c973363eeb2 1 0.00/1.00 vMB 0
48,116 48,116 000000000eb26ae22ce950474b224424cb5e2a4132347a17caa9c8e923f3dbc2 1 0.00/1.00 vMB 0
48,115 48,115 0000000014e2eba9c485b41ae9e371995841f813b1eda056f699cf4febd4b4ff 1 0.00/1.00 vMB 0
48,114 48,114 0000000009dc81f8bf78da340190c00057abd676dabe2e75ca72444bb23701c2 1 0.00/1.00 vMB 0
48,113 48,113 000000002fa1935221d007d9a825f591bc60aab8eafa8efce8d2d95bd90bd647 1 0.00/1.00 vMB 0
48,112 48,112 000000001ecb250c671802b9c59033d6b144c71a69798ca4146fbbc22fe95744 1 0.00/1.00 vMB 0
48,111 48,111 000000002134ac8ea1205515dc9250a692e2569571dfa10644beb92c3e147243 1 0.00/1.00 vMB 0
48,110 48,110 000000000902051b9cfaebe1b48695c7f0402c89c09f449eb18010578a50975e 1 0.00/1.00 vMB 0
48,109 48,109 000000002461d127cdd4830c0846899ee31f042ef75255a8d241b04b780b8d12 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.30 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: 598.83 GB
    • Received: 9.98 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.