Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,666 transactions (1.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,650 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,345 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,649 (884,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,641 25,641 000000004312b6c638448acdfdc6f0ccef5dc1c187333fe79af503835ef4159a 0.00 MB 1 0
25,640 25,640 00000000603c0671e960f7fc2c1efb656706f5c5745db5e09db7d5fcb26813ee 0.00 MB 1 0
25,639 25,639 000000005874c7173fd7c5df9dd0df97e2a192ef70813ad27f29907e7b6a01fc 0.00 MB 1 0
25,638 25,638 00000000e3bc439957829255d3083804afc8024fe3fefa00d9a39a0c331206ad 0.00 MB 1 0
25,637 25,637 000000008b19d653497ede3be4e355d9114aea27d7feb3aa3b271c79cea09b5b 0.00 MB 1 0
25,636 25,636 000000009617fc004729a4dca2bc35c9e00188122286a9c7429a33dd3c554321 0.00 MB 1 0
25,635 25,635 00000000ea10ff3e4ca9d38d24cea62cc9e316aac2e580931bdb9d694894cb87 0.00 MB 1 0
25,634 25,634 00000000e5981f7bc0c49c1147d63c786c0625bb96c1467465b746a99f88ed66 0.00 MB 1 0
25,633 25,633 00000000bcbb459e5d3f8e4c25079cd83358e6d9e651e90fce056227e3edfe5a 0.00 MB 1 0
25,632 25,632 00000000874e47ad218729eea0d03a554c73ea2d8d3683a837ba885da0320039 0.00 MB 1 0
25,631 25,631 00000000233bc1d2cd636126dbc7da0bf4d332d6ee4c0cf704a566cbe0effe3d 0.00 MB 1 0
25,630 25,630 00000000bbc0b364bd5c200c6f885d788442e9c40d709bdda55d3a1a7ef7677c 0.00 MB 1 0
25,629 25,629 0000000044fa898838f7d7da4d717485a746b6c48420e590023db554577e9333 0.00 MB 1 0
25,628 25,628 000000004409dd3f68d655f418d0d3353e7d10921c8a864ad96296921ead9b0b 0.00 MB 1 0
25,627 25,627 000000004fae958026ad917cdb6bd3a7676a75a9b09110c20c506eb096f16ca4 0.00 MB 1 0
25,626 25,626 00000000008630ca9f58abbd25977a6099a587baa9c2e31953bd68b8f5ad4753 0.00 MB 1 0
25,625 25,625 000000005633634fbf846deefe57a489d853d6a45b83d3041906d4243a2df001 0.00 MB 1 0
25,624 25,624 00000000d33844bc849fa5b141eb73d7763d33240deb40dea236241fa9fa5765 0.00 MB 1 0
25,623 25,623 000000004a72ab1dfd993105e535da1194425556d6241782330bc0d26fb17ef4 0.00 MB 1 0
25,622 25,622 000000003393070e613e39917ff3b348f47d297202a29b8468015af98e5e4d1f 0.00 MB 1 0
25,621 25,621 00000000eff4bdbfbf5a109a51fb8c556b46ee1253c9f49ef44b89b9eac2cdc6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.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,123.37 GB sent, 112.11 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.