Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,108 transactions (2.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,746 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,956 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,745 (888,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
22,525 22,525 00000000e83874ba86bdcf86b8802750280f3bbe3b592e9f1102584325e04a4c 0.00 MB 1 0
22,524 22,524 000000005b7eb9442202e296d6b70655a00e556f539bf8cbc78e3626c9adfc02 0.00 MB 1 0
22,523 22,523 000000000bd9951f380abb1a2ada5fdca0feb59c0896998b86142cbd22f59482 0.00 MB 1 0
22,522 22,522 00000000883e730edd913cab8f48fb745d0dbccd5501c0adcc71dae8d5848959 0.00 MB 1 0
22,521 22,521 000000001a28f5ffb1f717820851ef7ea45876df8305be4eb2a41cf29f9a4493 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.76 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,293.45 GB sent, 122.43 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.