Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,618 transactions (1.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,372 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,246 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,371 (904,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,319 5,319 00000000df2ef474533e09c124c2d05905ba5016853128806104a8e8c5412aae 0.00 MB 1 0
5,318 5,318 0000000077373914195560aee41f7b290477bd4a6c8641ebf52539478ab31345 0.00 MB 1 0
5,317 5,317 00000000faa0f221e2886a8f0a544b232da1258c208ff422ca7b4ced77cd6109 0.00 MB 1 0
5,316 5,316 00000000337ad9abadea27e4f1a0d2bbc91847a70e67a0aa254fc4b946a9ba32 0.00 MB 1 0
5,315 5,315 000000005656e61d1e4a4b6b8db1e35cd3ba55aa5f4e026f91abaa0283ae93d0 0.00 MB 1 0
5,314 5,314 00000000ac1000fcac73e8009d583f15519eb86423d5b142352d661e763a58af 0.00 MB 1 0
5,313 5,313 00000000a0db993943e1b10920aba4a85febd82dfed600baa3abfccb0cf16fec 0.00 MB 1 0
5,312 5,312 00000000601a82b45f51455744837ea97833706b072ee40929e78f489c6cd00e 0.00 MB 1 0
5,311 5,311 0000000072afb780e8c3807f2496d55a6073e2fa9c293500dc21ba4281ab856d 0.00 MB 1 0
5,310 5,310 000000005c4267c6f05b27a1925e9e5cd09a9e4568510c4b10976dbdf815643c 0.00 MB 1 0
5,309 5,309 0000000013013cd4c77776266947f1313ed4af861cff01880032c2b3f9ce6196 0.00 MB 1 0
5,308 5,308 0000000084e8e6edf4f6f6a8207243b69981580cb75aa09f856d6986aee0bfef 0.00 MB 1 0
5,307 5,307 000000009ecc5f466b465b4435fabda37468ca0ea5de8ddd922cd3f75b337e5b 0.00 MB 1 0
5,306 5,306 0000000018edf41e62ab980d173d3072b77b699a7a1c0d511b6e84de228fa95f 0.00 MB 1 0
5,305 5,305 00000000fa155e9f3f5de38c6a599f45c636431e2da0d69dd5b74d496d16ebfc 0.00 MB 1 0
5,304 5,304 00000000d19d25323ac06516ea4c42759f77a6a167b9a4e041f0951d198d9c00 0.00 MB 1 0
5,303 5,303 00000000da6d67ed610bcdecfa6b0c12c9d98ec1c97db998fd07fd4a241c04d5 0.00 MB 1 0
5,302 5,302 00000000119a7724fd72488c6e100c18201f0d8e50db4ac468455392a0df09bc 0.00 MB 1 0
5,301 5,301 0000000011696100810276aa2c187641dfd89e734e1eff851aa9f3cbfa869f09 0.00 MB 1 0
5,300 5,300 0000000033d54f6bc59c7da718bf75fe4073f89990f827dbed01469b976f86c9 0.00 MB 1 0
5,299 5,299 00000000929fa878ae228c8df06d15f897d2c33e9bafd7932dbe0604c4944ca6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,069.17 GB sent, 109.30 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.