Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,998 transactions (0.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,592 000000000000000000022cb30000000000000000000000000000000000000000 0.86 vMB 2,976 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,591 (867,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,212 42,212 0000000017bc02e6e43e92cc50e825641d697c33c8661e50b0f76e9445409cd5 0.00 MB 1 0
42,211 42,211 000000005cfca4a4a751f955bb200f69495a2021ff0701f2ebb362f89db78c3e 0.00 MB 1 0
42,210 42,210 000000003602e8ff22c0694886b419190e2bd4cd6b785d2aba23a6e7ba2fa82e 0.00 MB 1 0
42,209 42,209 0000000030263b7c72fc8bafa13360ddec510a6a0bcd1e7e3e49d3a4aa2bf7b1 0.00 MB 1 0
42,208 42,208 00000000172a8713824b147f0435e653e66d4e0d029aebda321ed1fc635be3dd 0.00 MB 1 0
42,207 42,207 000000005fb3565f37c778553ebe7ad511adedc457e15c74713049e462b896e7 0.00 MB 1 0
42,206 42,206 00000000424656f8b86b6f5c4497a3de59d2412a49710758f2611a4366abdd91 0.00 MB 1 0
42,205 42,205 000000000b510f738f411e878d73147f5eb70ace192f4a6e1021eaecf6b6958c 0.00 MB 1 0
42,204 42,204 0000000031186a47ce52a59fcb45610e33bdcab233139255239b120e04215d9a 0.00 MB 1 0
42,203 42,203 00000000037c31713c0c845ca4ecd1446eaed2ceea96df9d893928e4b9057cb4 0.00 MB 1 0
42,202 42,202 0000000036463f1ae68df6432afc77350687f5be3a4bcb54c2e30d6cad956c7e 0.00 MB 1 0
42,201 42,201 0000000018f6d3e41d22ffa2a17917562f8590bcf3d9607ea124599fb6eb1d41 0.00 MB 1 0
42,200 42,200 00000000427a3121a94413562ce665e8a143d4b292afa01c109d21b9f617d698 0.00 MB 1 0
42,199 42,199 0000000007e9d0a8294fe795a7c9112dddecbcbec5d781c315cad11f0de71ea2 0.00 MB 1 0
42,198 42,198 0000000003108b5717f918948a351d0ec81e37d229bbf1d1199df489edb56428 0.00 MB 1 0
42,197 42,197 0000000035c89048744a6fc5a5c130e34f6385535d33df87b1efe5d76bd675bf 0.00 MB 1 0
42,196 42,196 0000000048f0ea969c5dee3a7c0f3cbceec167830bc1dfd8ff3da614dcd510ad 0.00 MB 1 0
42,195 42,195 000000003e7c73f8dcb52f8b68430d3d6c4367ace9eff7efe5fa10136f54a19c 0.00 MB 1 0
42,194 42,194 000000001101ecc5c255e027d94fea1d2b949548b8a043519c00d6bcaca59af7 0.00 MB 1 0
42,193 42,193 000000003cb1ab94b2cb9734b39accfebc5027c74e06ebf75cf8889e284d4f04 0.00 MB 1 0
42,192 42,192 0000000009bdfad4e2ebd4c61a927b9a72bb3a129d7fea8a00991d8ce2cbbf1c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.65 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,095.84 GB sent, 111.56 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.