Loading Tool

Explorer IconExplorer

Memory Pool

29,980 transactions
9.43 vMB
0.14641223 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.19/200 MB

Candidate Block

Mining Attempt 9f0d5625f85cd2a1e8413e64431bf1a3609bf18f73210be806afdd7d5dff2b0c
Version 20000000
Previous Block 00000000000000000000509134f4cc7e9cf327299f81f0e594b3d1dd3418e2db
Merkle Root 6c7c4900826e08312da246204566fc7fb1cdcae2f7c2469f0fa72af9421c2359
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,256
Size: 1.00 vMB
Total Fees: 0.08001928 BTC
Avg Feerate: 3.17 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,994 (775,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,339 137,339 00000000000006740ad0ccc3534d73eaea2e5f9187b8d6c7175e7a7a19a7a44a 0.00 MB 6 103
137,338 137,338 0000000000000060238f87c80f5f155c5e395ff8616dc416880bd08fa9d32f02 0.03 MB 72 75
137,337 137,337 000000000000076bcb7238c1b380393d0e13c4a2929d69222985a7a76e15ea82 0.04 MB 115 169
137,336 137,336 00000000000001e768ee59a1b0d3d02589e9edd68effebd5edbea84bdc0ffc42 0.00 MB 10 257
137,335 137,335 00000000000000326a6e34ae329c9eb4375894ce2a92b8b4335a33c25463d751 0.01 MB 32 115
137,334 137,334 000000000000045f868d8d1fef0fdd146f5a5860ed0e2079f1e41737e8ca33d8 0.01 MB 26 72
137,333 137,333 00000000000009db582eaaeefb72a4ec0130a9c43e1c915e56e120732778b71d 0.00 MB 12 35
137,332 137,332 00000000000008d77cac3ed641b75e6f4f5fab957df10036a17564baadcbf323 0.02 MB 41 336
137,331 137,331 0000000000000557ce03133d87d26df09d5bacc7cdf169c879c3a809126008ee 0.01 MB 19 300
137,330 137,330 00000000000003582908d3ea652cdb17f259c8aac23010e7db5614537cfc2db6 0.01 MB 50 11
137,329 137,329 000000000000033e853d79b7930fe700b8515f3b267f900637e566f5ce05a9f2 0.01 MB 19 98
137,328 137,328 00000000000001f40bb1164df5013e53b5cc63b85633483002e0281334dfbe2c 0.04 MB 101 184
137,327 137,327 000000000000050b308db2170b3b77398978430dbd6f7caef985dbfb5729558a 0.01 MB 11 788
137,326 137,326 00000000000008973bdab68878812de68790ab1fafd251821570388c0bf69acd 0.04 MB 149 5
137,325 137,325 0000000000000704d0a6adc3953935eed8c4318ba3c81bdf30af9165e52aaba8 0.03 MB 83 126
137,324 137,324 0000000000000936a1453bc336df45724d8f2b02b0a5e315acb553e253de59f7 0.01 MB 16 570
137,323 137,323 00000000000001f62676ad937fd445fbf7fc72660632a84af4845523bb820f46 0.05 MB 122 70
137,322 137,322 00000000000000cf9bae00d55bb05ffa26e894fa24775611c8eb0ceb88377cca 0.06 MB 61 252
137,321 137,321 00000000000006457ce3fa18649e3b4e7161024d0e542ea0abedb6d543699bb0 0.05 MB 64 245
137,320 137,320 00000000000009ba3a3cc9a7b9b79fd61b7102800fd1f3fd8688b02822746248 0.06 MB 127 151
137,319 137,319 00000000000006a7edee1f114b7c8b4cb9addfb719aabcee0ec139bd3de9df4d 0.03 MB 55 268
Previous 10 blocks ↓
Total Size: 778.83 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: 376.95 GB
    • Received: 3.39 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.