Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,064 transactions (1.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,660 (867,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
42,191 42,191 00000000031db27e66e0c0fe75a8332e3381e81d66e2bea0248c575ec6856ac7 0.00 MB 1 0
42,190 42,190 000000005a9fc01fa19261feac2e40bf054243e6629d12c4152bccebee31fdcd 0.00 MB 1 0
42,189 42,189 0000000004440ff0f7f8730b90663b309460ad870ab12003f7400440520a6287 0.00 MB 1 0
42,188 42,188 000000002cf11ddef606a0f212dcbd9bc2c6bf9e7d82160dc2f6f21c42e82d13 0.00 MB 1 0
42,187 42,187 000000001aba3243aa5ca1e7c7dc74a525f2d8233021d237ce259bb73d80c026 0.00 MB 1 0
42,186 42,186 00000000575817d957b2fb500f922cb7c1ad485852846442fc976931eb190970 0.00 MB 1 0
42,185 42,185 0000000038b861fa50a404001c604b95a1c404500f1e6592029c35f1ce5b657a 0.00 MB 1 0
42,184 42,184 0000000005fafef2ee0570d83e6a2c7ec66b67aac4d2fee786fbb943e8920006 0.00 MB 1 0
42,183 42,183 000000001155c34dccc4ddfceb4a48e45c75ceaa3f97a14c01a109aedb68d6e0 0.00 MB 1 0
42,182 42,182 00000000555842c3958354bc265d62371742973642006ae54c375686c9a8fcb7 0.00 MB 1 0
42,181 42,181 0000000063fefd11b7f76dac42ef2d9f9b3a954c423386e4056fa0fe3952e65c 0.00 MB 1 0
42,180 42,180 000000005807d23879c36fd4538378ab3b79e52df7be2b6474ce47424736c244 0.00 MB 1 0
42,179 42,179 0000000008549ee501332ff62e3940a2c5d4698c59292258613119c82f83e9db 0.00 MB 1 0
42,178 42,178 000000005783aa75ab50e1106d61c20fab73012cdb25ec300f00fbcd3ad39f8d 0.00 MB 1 0
42,177 42,177 000000002850f94b536aa52d10846dc76b6897850b73b64ad30ebdffbc117087 0.00 MB 1 0
42,176 42,176 00000000572c81fb7382f8a3a021f8f7e7626d779d31026468120eb3e5cdeb39 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,132.68 GB sent, 112.23 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.