Loading Tool

Explorer IconExplorer

Memory Pool

32,247 transactions (5.39 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 44.11/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,573 000000000000000000022b910000000000000000000000000000000000000000 2,549 0.02062530 BTC 0.80 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,572 (752,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,250 160,250 0000000000000200adbe58081ca679b2905cc852110336c47802249c8414ff14 0.00 MB 7 17
160,249 160,249 0000000000000a0f879ace980cacfc09fadcfcb7ce354e7fc38ef1b60e46837a 0.01 MB 15 58
160,248 160,248 00000000000009cd0783714fefdb2b86a0188691e7e45e9ad82726cc09e93b2e 0.03 MB 71 29
160,247 160,247 00000000000009b18f3da6eaddbfccd4d082f1d852c187113a9a2da13b60667f 0.04 MB 42 202
160,246 160,246 0000000000000ded51d0df0f86bcc28d6ba96ea62fd478f6c992fbec7aeb1a75 0.10 MB 37 804
160,245 160,245 0000000000000ab225e76f6c5c35eb0f0ddcba444a23af6ca6703430d4fda12c 0.03 MB 109 93
160,244 160,244 000000000000091b94c7913b11c6705f1774adaf336de086b9ddb0e0969650cb 0.01 MB 25 189
160,243 160,243 00000000000001acaccebae13d005ca4db8b45e8c67d3e117652ae16af8c28ce 0.01 MB 17 121
160,242 160,242 00000000000003b7f89f4e2c68ab37c2d842aa4a0425da163ceaa2adc56f5c59 0.01 MB 12 35
160,241 160,241 0000000000000b5991a4698935fcfa9cd47e3ca7287ac7437d365a632ebe9c90 0.00 MB 13 33
160,240 160,240 0000000000000c9ff432363834e77c741d2694b339e62bfebc270f1673a93166 0.03 MB 67 349
160,239 160,239 000000000000048292e5dcc61c01300d88b1610e2452c7cc92aa03e26db2a190 0.00 MB 7 44
160,238 160,238 00000000000004c1d00eed5eda6974fb69be02a24f7a59827edd789640c6c07a 0.01 MB 20 39
160,237 160,237 000000000000060c34cc5a85ceed8dab563ad85400ed3f8d92979a756d759940 0.00 MB 6 39
160,236 160,236 0000000000000886cc63738ab3029bda126f4c444fa2eb618a8bfc3f4cc7f2fe 0.00 MB 9 18
160,235 160,235 00000000000007551a6cfd610667e107f3c3fdc6c98b9572e5838ec12d04f745 0.03 MB 58 302
160,234 160,234 0000000000000a5ccd5a37c9903b98f7c50237903dd9e2bdf76be4fe250c0936 0.02 MB 33 795
160,233 160,233 00000000000002a620bbf549d305019d76669cdb6377a6135e94b30500d1d2aa 0.00 MB 11 21
160,232 160,232 0000000000000816aedcdbcb4e78ec3f814a0654a5ec93bd6f55ff3fd8455510 0.01 MB 18 1,138
160,231 160,231 00000000000003b753238063359f1b33f048ed3297ec88810e56d9139525ef66 0.02 MB 25 91
160,230 160,230 000000000000067b80493f92681304b3fee07e4aad244609d7595276cb889ba8 0.04 MB 131 141
Previous 10 blocks ↓
Total Size: 778.08 GB

Node Details:

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