Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

435 transactions (0.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,606 000000000000000000022cb30000000000000000000000000000000000000000 0.31 vMB 415 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,605 (850,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,039 59,039 0000000006557487cc5753518da5dac14a2329b54547489167911f6457d381db 0.00 MB 1 0
59,038 59,038 000000000c3720548b0f98de83533201066abf78201011074a4eefc16f74c960 0.00 MB 1 0
59,037 59,037 0000000000eb3b4d475435644cab17cfa93b62d698d6c6203e58ae9cf150e476 0.00 MB 1 0
59,036 59,036 000000000724324462bb8e4a3300458a3d195ee0902f807a6ddce287a4d23527 0.00 MB 1 0
59,035 59,035 00000000045afe0e13d95b3b8f6bd4e060bfa8a43d73c330c462972a946f8da5 0.00 MB 1 0
59,034 59,034 000000000bbdf5efaca014c5d69379edcb6133fca473d3fa3da3c64c8bc4523e 0.00 MB 1 0
59,033 59,033 00000000064f4c393dbbef3ad4d0b7c5a5fcb74cce2dc14f338ed1cc1048167d 0.00 MB 1 0
59,032 59,032 000000000c00310b2b99ee5ab917a43313b83a504c5ae362a5209562d177ffa2 0.00 MB 1 0
59,031 59,031 0000000008f14df080e680f10c4afd925e40a6b4757e2c758fde3fcb7e6947ca 0.00 MB 1 0
59,030 59,030 0000000001a3df2d6d9b85e29d46abe5c3e462d500d2df9c5440511cbc6f5292 0.00 MB 1 0
59,029 59,029 0000000002c571f5532531e8f8c145c5f38f4853c36a7d73d0ffee20411850f4 0.00 MB 2 0
59,028 59,028 000000000bd184117872da468892672dd4d4ae64c9c1e6992b82298c2b9e1dce 0.00 MB 1 0
59,027 59,027 0000000008f2b70442801869b0296fd347ca8317b18218a25a9edca0684f1278 0.00 MB 2 0
59,026 59,026 0000000002dbfae5891cccd22f735624ecb6eec0c28b9ed161fddf527cd4eea3 0.00 MB 1 0
59,025 59,025 000000000484dce070f5313512665c547f48032ff78aa812d0da8110d08b9c2e 0.00 MB 2 0
59,024 59,024 000000000e93486bf939098ced4e2cc8beb38de89a6098575183af842c920026 0.00 MB 2 0
59,023 59,023 00000000073b23689b2b0fda59c8abca1ffa61b5b263f7c69514e10402a62d61 0.00 MB 6 0
59,022 59,022 000000000885cefdd9bf0c7ed2426e19fe93ed57703c3b5662b804fc9c519b3f 0.00 MB 2 0
59,021 59,021 00000000081862d822be64ee639a6504a46b789eb5ad7ee50512ba5e25cfc30b 0.00 MB 2 0
59,020 59,020 000000000bff9723e8a424c615f698d6dbb46b277c60ec43bd5d3ea6698f5105 0.00 MB 1 0
59,019 59,019 0000000004b6ca4bead0b1819d299c9bc0577a7a7f5fc13e3ee2eca463042c1c 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 772.68 GB

Node Information

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