Loading Tool

Explorer IconExplorer

Memory Pool

30,902 transactions
18.37 vMB
0.04554183 BTC
Random Selection Loading Transactions
Max Size: 97.85/200 MB

Candidate Block

Mining Attempt 3e111226577f01e02f6d5b4eefac28c120e6575cc18e536878db30c30bbd72b7
Version 20000000
Previous Block 00000000000000000000bf4cc40b24bf638cc4b6f86989de579174eb3afe6bef
Merkle Root e0030d5c7df48976dde2652ac79c0b36e558d8688e5372faa95054119a65ed9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,032
Size: 1.00 vMB
Total Fees: 0.01082709 BTC
Feerates: 252.47 > 1.09 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,131 (741,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,249 172,249 0000000000000a00753cc908059bd6bc369563ded32083350782155c5d037d35 47 0.02/1.00 vMB 36
172,248 172,248 0000000000000a96e43c23b8c716d31c42c6fd1bbcc6cb3ea36a7d1d1bddc6cf 67 0.05/1.00 vMB 74
172,247 172,247 0000000000000787ef7a8494c1a8d30a2266f998efe4f1ae2abdaf5d91ea609e 101 0.04/1.00 vMB 63
172,246 172,246 0000000000000a4ba6224f1d3ab0804714021c810b282363d0ee0bf242d26497 53 0.03/1.00 vMB 93
172,245 172,245 00000000000001a344d0db17387310fb74c7895a7b0a18daf9f5d44d5894e26e 104 0.03/1.00 vMB 164
172,244 172,244 000000000000094833f659e38b34c49f1e38a53b442482eee63581263112399c 9 0.00/1.00 vMB 61
172,243 172,243 00000000000003a3543e0a9ee364b6d3939750c82c04b50435503f11078171b8 1 0.00/1.00 vMB 0
172,242 172,242 00000000000009995d5982241c96e8b550cba35f0e587218f3d4be47712c00bf 6 0.00/1.00 vMB 139
172,241 172,241 00000000000005f857ad81c039b87315cad7baad48127788b45a6e1a42e39055 16 0.02/1.00 vMB 35
172,240 172,240 00000000000000d6f865f1f9bc23b6b9dea2cb2911fb5c93ac03be336b9ee17e 138 0.05/1.00 vMB 189
172,239 172,239 0000000000000461140fa4c7a28912cfd71d00b68aee33dd7fee2707c8cc4259 20 0.02/1.00 vMB 27
172,238 172,238 00000000000004772894972199221f67cb48b3fcd58938f973c9ee972e10d7ca 99 0.03/1.00 vMB 40
172,237 172,237 00000000000007634307711b7114d37781c8929332a147bdf6b474280bc5944c 61 0.03/1.00 vMB 219
172,236 172,236 00000000000003aa2655b0b97b7c2048233b0d84b59f9c55eb7c926d86d471d6 38 0.02/1.00 vMB 32
172,235 172,235 00000000000000a5f9c1c20c7f55eb70baba1d37ef332802bd35c5a3b2897de9 6 0.00/1.00 vMB 97
172,234 172,234 000000000000097156e39182e9f20f34cd98ed8f5d2b996bd82a1d01dd49e249 11 0.00/1.00 vMB 16
172,233 172,233 00000000000009f67f8c03f6a05eefd12114914d9ce706ab8adcc8e1d575d4ee 36 0.01/1.00 vMB 5
172,232 172,232 00000000000008c78169ccef7bf27f72dfc2fbad79f8b3f9a6b235666bb83b11 80 0.05/1.00 vMB 282
172,231 172,231 0000000000000077e10faf731101d731251516630e06849f181a8b5bdd19830e 37 0.02/1.00 vMB 108
172,230 172,230 00000000000003759b89a2c68737ee7987977b0a8c5bc4add0218efc495f56dc 4 0.00/1.00 vMB 1,353
172,229 172,229 0000000000000a2ea25b7b11983695d964e1f280669fd49bf461a4d684adbf36 14 0.01/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 780.83 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: 561.63 GB
    • Received: 7.42 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.