Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

21,157 transactions (5.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,074 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,822 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,073 (875,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,622 34,622 000000001ce7c8b7b9902018e865f966f2689ba7d1bcdf9a8c7ba7deea444041 0.00 MB 2 0
34,621 34,621 00000000b3402e681feb8f74690239fd96eba3ce15b5cf2940100e3b34ca65bf 0.00 MB 1 0
34,620 34,620 0000000070340a84eff9172a31b88b3473a1bc04eebd5a577a196caaa48dc88a 0.00 MB 1 0
34,619 34,619 00000000ab33f1cdbb17833409bda94598c6ab7516a17deda977231eeeaeed5e 0.00 MB 1 0
34,618 34,618 00000000a8f14e87e5e9529fefe7abf2fa981a024b1939a64d04718007875c56 0.00 MB 1 0
34,617 34,617 00000000ac2b420caf64aa35fd25f976e3d42bb197634598ce21001b06c1c265 0.00 MB 1 0
34,616 34,616 00000000599902cd6fccce33cc954815e91ab2c4141cd6f3c8ccfe4f90a2c7e7 0.00 MB 1 0
34,615 34,615 000000001333ba468c0c2d1c6903fd437edef51baa879ff22cb34c9a645b55ca 0.00 MB 1 0
34,614 34,614 0000000034b07fb75cad7f901e26e924d4d7e6b3f590c12708ea510164c9888b 0.00 MB 1 0
34,613 34,613 000000005e6ae5496a625c32cf0fdfc675df413f82f65ac475cfdfef77831740 0.00 MB 1 0
34,612 34,612 00000000ae9b7770218e5c424ca99445439526525b8060408b711b767eee7bc2 0.00 MB 1 0
34,611 34,611 000000006ec82d9a0d617e166f38d7a7ccb873111b9e25407385d2a82e51e6ee 0.00 MB 1 0
34,610 34,610 000000007bf2934512aaa7d8fcc4c2ef30b4d14e1d364a8600d2d92f7e68a84d 0.00 MB 1 0
34,609 34,609 00000000275f46340b214c77aee25536d076e194cf19f79e9a7d7b2f6741ab21 0.00 MB 1 0
34,608 34,608 000000006e6a348bc71e6b1c956e509b5a1a37edb4066b9d6e2ca98f7e916e9a 0.00 MB 1 0
34,607 34,607 00000000ba103fd5ec654f857c72f38544b6e886315973569c7912dc7db6f26a 0.00 MB 1 0
34,606 34,606 000000000990a4bad8ea7b6f378c78ba9a317e6b6d23979fdbf033d63bc2ae68 0.00 MB 1 0
34,605 34,605 000000008c241e477386f150de496db1644ba8190dd3696f2b30c716e00ddb10 0.00 MB 1 0
34,604 34,604 0000000010e4b3320b19f4556a78f8c6f1c46ddd23d5d24759d0067f3128937e 0.00 MB 1 0
34,603 34,603 00000000198c30f3362930f16de3200c5fcc97dac3ff2ca90ac1d5fb38cb7310 0.00 MB 1 0
34,602 34,602 000000004330e257762d2973883168133a6f124b812c69a5074340345fd11d36 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.53 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,187.38 GB sent, 116.17 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.