Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,283 transactions (0.56 vMB)

Priority:

  • 1 sats/vbyte = (12 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,128 000000000000000000022cb30000000000000000000000000000000000000000 0.54 vMB 1,273 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,127 (874,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,251 35,251 000000001f0b4d796be005063459340c80cd8937269e8b411027f1c40648a3af 0.00 MB 1 0
35,250 35,250 000000006e66e43bf28afbbb9cbb3f9165ce6387bea3fb926cfedaebea2fed57 0.00 MB 1 0
35,249 35,249 0000000025421401387a947509aa0d5f88d69897be13cba04086ee6780d8969a 0.00 MB 1 0
35,248 35,248 00000000877f68ff5682c725b8477e8522c450e25a0bf70abd9a33c025bb09dd 0.00 MB 2 0
35,247 35,247 000000001b5098a67988901afb2b762c971bfbd63c5d1a72556e40a630a2aaa9 0.00 MB 1 0
35,246 35,246 000000008b3e7ecd42c432da32b786d4997f4d58d786575f32adfc3c2225cf75 0.00 MB 1 0
35,245 35,245 0000000026eaaedb62cdb03b9652d951b68ea122f6b141fabf632ebf496462b1 0.00 MB 1 0
35,244 35,244 0000000057cc00fef6d37e9d58d9719d575b3e64d5ccc9cf70d1dc7e8b1a362e 0.00 MB 1 0
35,243 35,243 000000006d451d3769f2e510d01bab1f497f12f98fcd35b81b0e9dfe6a32fede 0.00 MB 1 0
35,242 35,242 0000000059bf02fb54c9a9e9e153fa8b3cc494c2555f8ea294cf49383be50f2c 0.00 MB 1 0
35,241 35,241 0000000054ad91c2055d1af7ec3631bdc67244f8ed6f04af871a1a6500d89fc6 0.00 MB 1 0
35,240 35,240 00000000613952b199423579bda7d41ccb38fe10fc4adfa6208c2a6a236229f8 0.00 MB 1 0
35,239 35,239 00000000390396ae2261ff5cd6882259d084840b39cf703a64cd2339f4a6a5f5 0.00 MB 1 0
35,238 35,238 000000007fb76ba149ded21ae3f86ddf6cd14e0390aea8e9f617d17b0c02102b 0.00 MB 1 0
35,237 35,237 0000000070c84bd966f0b0827fb240ae55a75d2ecc29222b2290040d8c834960 0.00 MB 1 0
35,236 35,236 00000000078cd7fe612131d19e796bfdad7afd22b1002bf2ff2a801f519a7bef 0.00 MB 1 0
35,235 35,235 0000000075416363fe9e4cac09203541b81139ec4af970078c5a6517be2cdc06 0.00 MB 1 0
35,234 35,234 000000009930647fc650a6bca3afb723db22b293ae713627a6aad4559c34859c 0.00 MB 1 0
35,233 35,233 00000000672c11de0cc457d1b5a863212c25ed725fb405819553859e3e200902 0.00 MB 1 0
35,232 35,232 00000000a8df55b51144feef850a7f3dd5a7e0a15b0906cd3ed87396cd3ca55b 0.00 MB 1 0
35,231 35,231 00000000a7dc7bfd1bd39e769880e2c04c337f5c208f774934dcecaed4c68e5f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.63 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,191.94 GB sent, 116.62 GB received

Notes

  • This page updates every 5 seconds.
  • 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.