Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,612 transactions (2.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,914 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,451 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,913 (819,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,322 90,322 000000000014c40c6d075af9fd018504a3901bf33e8796a2c10452b62f81e7fb 0.00 MB 1 0
90,321 90,321 0000000000064662aea154b724c6df6fee3d2b6311af3cf17c60d5eb3adbc671 0.00 MB 1 0
90,320 90,320 00000000000273501e99a6657375bcc015f7beb7b5d2926bfcf04596a7fbbd20 0.00 MB 1 0
90,319 90,319 00000000000ffe796ce2d963584e162212b202f5eef88d7e499a3949f515a20d 0.00 MB 1 0
90,318 90,318 000000000011e956ccbf0cac585f4ec1999da147cc2786b77cc77c16cd7c7e67 0.00 MB 1 0
90,317 90,317 00000000000bc5f20604d8c49fd1e49387df0a35af37b65b9883ffdae8673707 0.00 MB 2 0
90,316 90,316 00000000000c74f2ae79228b03ab899e5172440c3344650d93d7da270c4cc1cf 0.00 MB 1 0
90,315 90,315 000000000000138ae17560afeec3e0eab9eec00fdc15def1d2e78017da928a99 0.00 MB 3 0
90,314 90,314 00000000000170272fcd2b15c644b6cc78717711fe59892f71ba1590c6a6ed12 0.00 MB 2 0
90,313 90,313 00000000001260f15b2aac08a8c7e8afe875c28bf15973c0c4ce8baa22b8ee26 0.00 MB 3 0
90,312 90,312 000000000001cec39a8d841e96bc18702943db59109e0bb903a631024a7a7420 0.00 MB 5 0
90,311 90,311 00000000000df6662e19ab69ad73ed3e852021e3020436a1f1f99b7d59eef7eb 0.00 MB 10 0
90,310 90,310 000000000013e2d2b29b67399eaa458bd313e0b49a7f05ec788f46f8767832ce 0.00 MB 2 0
90,309 90,309 00000000000e412ebb49329ff6a729fb2e3dc7f10062e0a4d6609d15763ecee8 0.00 MB 2 0
90,308 90,308 000000000011c63905b12067ca79aae796a4e4109f41a11329aeade9040c0675 0.00 MB 1 0
90,307 90,307 0000000000064f4a5abb43fb32a457f6bdcf7c95aca9f201818380ffabe61bc3 0.00 MB 4 0
90,306 90,306 0000000000001d9235dcae3be04a0575918209439da993fd34e86a4f1096ad8e 0.00 MB 21 0
90,305 90,305 00000000000566bad3a621f1b44b6028cedbf65b63eb66063848af958714392c 0.00 MB 1 0
90,304 90,304 000000000009e59b30700e19dce3ddb77494d8fac18cf611596ee3f60280f8b5 0.00 MB 1 0
90,303 90,303 000000000000ebf2ccb614a10ca80999257589b329e64e6384699b7d6cd6bdc2 0.00 MB 1 0
90,302 90,302 0000000000012a212e1a41a6bf0838e765184cbb6efd0987be77c52bc6beaeab 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 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,172.68 GB sent, 114.60 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.