Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

805 transactions (0.28 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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
910,762 000000000000000000022cb30000000000000000000000000000000000000000 0.28 vMB 805 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,761 (888,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,546 22,546 00000000447b81d8a8c3baf3e4369ca59dae60796f5ac8be99b2f3711e678181 0.00 MB 1 0
22,545 22,545 00000000a7259656f94e6f4ec9045c9c72a7e96439a05798fa9fe2762a8562d1 0.00 MB 1 0
22,544 22,544 0000000069d9d0ededf7a8ec62bb80a5e97f7590c8049d6feb201bc18fb86344 0.00 MB 1 0
22,543 22,543 000000001568b942f1e31f514924acfe75ed8b17e29f80b86d9855554ddcf48c 0.00 MB 1 0
22,542 22,542 00000000bc4f467b42b80afa32a323b57bba02ebf48f3456c374cff48baa6606 0.00 MB 1 0
22,541 22,541 000000003d91cfe5d8224dad920eea52c1ec24eab7b0fff7b22a1379c0a5ee7b 0.00 MB 1 0
22,540 22,540 0000000058f7f3aa39ccef4bbbaa792220b3e581548bbae5dab116453b888d4a 0.00 MB 1 0
22,539 22,539 000000002c6c3237cad686b88ffd9086a9fb65852aa293c03c287c8b8ac5e7be 0.00 MB 1 0
22,538 22,538 00000000a66dd4d4eb4ea7579993e7ceb88344686403066b972943458bb60383 0.00 MB 1 0
22,537 22,537 00000000bcc63e7fb60b49b882d8bef04e712430f40de6f4639ca9785d611e97 0.00 MB 1 0
22,536 22,536 000000009f00af43580bc8436e8e7cfac5ec649aa137c056b9dfb1caf7dd1f15 0.00 MB 1 0
22,535 22,535 00000000fd9555f0b4babdf07a4ddcfe50a4a5d271a025c2c689d8683ee05951 0.00 MB 1 0
22,534 22,534 00000000921312992df023d0ececa003d0a908f5c1de07e39b29f90d2bc302a9 0.00 MB 1 0
22,533 22,533 00000000f7cfa0edd9ba9791ccf1b3ca6c487611d1148726345b27896c4a0731 0.00 MB 1 0
22,532 22,532 000000007c796cfd7389417b679578bfb8482d91a02388154d28efc205fe3885 0.00 MB 1 0
22,531 22,531 00000000353cb2e2e0e8811104620bb8e7cadd0bb79456be091ec4e7a916ae59 0.00 MB 1 0
22,530 22,530 00000000870ac27b306949ffbfd5dca3f3fa696a03e56e4f009c8b182f73dd54 0.00 MB 1 0
22,529 22,529 000000009869e0a7887b9b8f906eba1d35e62fd587a7f8b93345e255bf8f8e34 0.00 MB 1 0
22,528 22,528 0000000099b5ed1614b68b464048b8949b49764ed8458bf369b9d0b41fe691d1 0.00 MB 1 0
22,527 22,527 0000000058f6ed42ea06ccc805d0b4ef361f02253e468be23a58d796f5ac4a62 0.00 MB 1 0
22,526 22,526 000000005993ab9515911f072057bfa94b82cfa4e19ce072da2f6c2cc7d5269e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.79 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,294.71 GB sent, 122.59 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.