Explorer IconExplorer

Memory Pool Memory Pool Refreshing

334 transactions (0.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,408 000000000000000000022cb30000000000000000000000000000000000000000 0.08 vMB 324 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,407 (817,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,599 91,599 00000000000cdecc78ee6969256ec91e5e6f0080975115d52833f046aeb9e35e 0.00 MB 1 0
91,598 91,598 00000000000a5b8a03e119612c7f43423cb41b9a80af8fe004e19853d25dc81e 0.00 MB 1 0
91,597 91,597 0000000000046cb8876a6dbf580c1bfa558e381fab0dfe5e0b61339c5559ce91 0.00 MB 3 0
91,596 91,596 000000000006049b7e0e7bb941798376eccf36d22f430adf154303eb143707b4 0.00 MB 1 0
91,595 91,595 0000000000011464a2aa573a5beca299924c1e75b589c3b854f469aa3fcedcea 0.00 MB 1 0
91,594 91,594 00000000000c5e870edbc34bb958c975298337ed7531d8cffe7df01f6a3facfb 0.00 MB 1 0
91,593 91,593 000000000007086487cb519a3d6d056c4dc3c357482f95d7eefda749f7f38e85 0.00 MB 4 0
91,592 91,592 00000000000ae65ce93d911a5a0e6037a946224744f78fedc11e23480af53a4e 0.00 MB 2 0
91,591 91,591 00000000000738a5785f327f4a451c04f021f61f0f478a6c345a4a8a30115f2d 0.00 MB 3 0
91,590 91,590 00000000000aff134679a930376c4acdc29ee8e2860b1d0c18e73b3735277795 0.00 MB 3 0
91,589 91,589 00000000000a3598b248a470c2f24c4fe2152e9205e60e14d200c7ba71fe9484 0.00 MB 6 0
91,588 91,588 00000000000b480e3dd3fdc1543074c388a22db3fffe04999993fb188a36583a 0.00 MB 1 0
91,587 91,587 000000000003c3224f4d7a0a7664b9436e22fed83c8c6f4e7f651321f9794cc1 0.00 MB 1 0
91,586 91,586 0000000000006574fbf677c06f98a48af4c67596e4230e8065274b301f08d80a 0.00 MB 1 0
91,585 91,585 0000000000081047c796ddc9848be5cea35bcfeea48ae9eb71ce19cd5707f700 0.00 MB 4 0
91,584 91,584 000000000001d7582ebdcd30bee5e7a64cae6d1b33f951b147111609233bcd0d 0.00 MB 2 0
91,583 91,583 000000000007120bb92d0564a11d2d39dc813ff3ac2553f18b3ba0f63f85ee8e 0.00 MB 2 0
91,582 91,582 000000000002c03c5a78c30450bbcec285fb2ef5aaabe6b599b41248075f0ae7 0.00 MB 1 0
91,581 91,581 000000000001528cebed652b91b2b391d81e00d009e6785cbab6908771f2f0b8 0.00 MB 2 0
91,580 91,580 0000000000042a58cd64c6aa7f53013bfc0ffb9c70d71f3ace49e31c4ab3af7a 0.00 MB 1 0
91,579 91,579 00000000000551d7928aab207063373c3ed34db13ca694a154257b725c264318 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.30 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,070.30 GB sent, 109.61 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.