Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,468 transactions (2.51 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 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,246 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,562 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,245 (847,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,186 62,186 000000000a84a96d1847bbff26f5d866183c5c14dcdf762b628cc16932809ed3 0.00 MB 1 0
62,185 62,185 000000000d6430f0ed74be7b0fe75a156bc9e7b324984fbf544dc95ad17c246e 0.00 MB 2 0
62,184 62,184 000000000bde74cd16f3cdd6118bd07d97a10d80c85df26149ab69f976ff54cb 0.00 MB 1 0
62,183 62,183 000000000d18f60936ec6de487d11683f67353917d6fe3e89f059c3accb41883 0.00 MB 2 0
62,182 62,182 00000000081cc16a5216e204f6a3ba261f374a54823929f2001a88078892312d 0.00 MB 3 0
62,181 62,181 000000000d5f49357516286928d894ce26bdee77d08a32bbd57a8b3632959883 0.00 MB 1 0
62,180 62,180 000000000ba4c03e48af7f29f022b359f5a7669d9e1a091be6b022d4157fd0ae 0.00 MB 1 0
62,179 62,179 000000000c2688fcc2709417d04f2c18810ee9efbfd7d305aa1daa98127da6ee 0.00 MB 1 0
62,178 62,178 000000000c3084382e88439fb7ef998583738fec8d0a91ac4767d8b60e75bce1 0.00 MB 2 0
62,177 62,177 0000000007503151ccc36b734057632451372b6a04d9e0214331d034939cf920 0.00 MB 1 0
62,176 62,176 000000000b96158e188fb8c8c2dd5111f68b763fe745a06e9263f265d9bb0a74 0.00 MB 1 0
62,175 62,175 000000000df74c1ad028f6a0da533e47817b986a68617a79a0ec5dc6d9ffb1e5 0.00 MB 1 0
62,174 62,174 0000000006aaca2fe77e091eafdd53c1c02318b410084e21c9e9db51863620da 0.00 MB 1 0
62,173 62,173 000000000590c9103f75f6063defca9616534f8b0a86f895f05790206c3abf9d 0.00 MB 1 0
62,172 62,172 000000000947c6327fa4d432164aa7db06311b14b06d968f03d101384e79f812 0.00 MB 2 0
62,171 62,171 0000000008e6ad935ea0aafccd9d4a3149a473726bc2715981775f0d7c1e7894 0.00 MB 1 0
62,170 62,170 000000000eae00e963977dbd27eab39289e24ebffcd45f2ce273968e1bad355d 0.00 MB 1 0
62,169 62,169 00000000005cea8e018bdab4572b04dd8769708ff74bf99bed5fa7d6bdd10d82 0.00 MB 1 0
62,168 62,168 000000000724622d81c7d9e25176980def2aa78c7c26416ffe8ca38e67a9c603 0.00 MB 4 0
62,167 62,167 0000000005336ee797c3e510c0e12fe0c3d856f33cf45b9d449e9c1be8097e3f 0.00 MB 2 0
62,166 62,166 0000000005161102075095955b6a375e5448c66eb909d70a076e9dbed569d921 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.99 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,023.60 GB sent, 107.92 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.