Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

615 transactions (0.20 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
911,674 000000000000000000022b910000000000000000000000000000000000000000 0.20 vMB 602 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,673 (201,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
710,598 710,598 0000000000000000000747649f687c47ac53172bbfd9a09fa19e19b2dacca649 1.53 MB 3,056 10
710,597 710,597 000000000000000000020d2b154d486366131f1a0ac98c81d6c2900b4a92169c 1.43 MB 3,235 18
710,596 710,596 00000000000000000000088a6a2d87176b59b14351d4064cc7ae0f8f87cb5336 1.55 MB 3,220 8
710,595 710,595 00000000000000000007e9513ca883cfaa5594275b662d5b0da3376b402e78bb 1.42 MB 3,036 22
710,594 710,594 0000000000000000000a20442edcc767fac1cae8c3c4fe0dd530db5580443b3e 1.36 MB 2,981 11
710,593 710,593 000000000000000000078448f479aa69a1280a690661d4e694d890db303ab208 1.02 MB 1,630 9
710,592 710,592 0000000000000000000709bf6968b38d4e4e5106bcb7b4cad6d34ad52c9ebc68 0.57 MB 1,255 6
710,591 710,591 000000000000000000053365e31adfaff8ee41bdd8ea5980305cd369bf27c796 1.47 MB 3,051 14
710,590 710,590 0000000000000000000a681603d8c894c1916f9829c3e1277b3cbda86336694e 0.46 MB 623 8
710,589 710,589 00000000000000000002058c96f3cf2af944c91f417bc82b99964bb209bee160 1.30 MB 2,139 10
710,588 710,588 00000000000000000007fc16676d3e9c70209f82abe2db0910218ddedfd5c952 1.52 MB 2,107 3
710,587 710,587 0000000000000000000abbd2ed748bed4f70b9e2a91d522480ec581c1825e6d4 1.42 MB 3,009 18
710,586 710,586 00000000000000000002184e25258284c161fe2f6568af5dc95e8af5c058426f 1.09 MB 1,308 7
710,585 710,585 000000000000000000081078b92640fec75194d01fcd46fd7632dbb574b95224 1.54 MB 2,374 10
710,584 710,584 00000000000000000003ebd61621a7e0c1784ef41e35c6280d914b12d5d0e092 1.45 MB 2,323 6
710,583 710,583 0000000000000000000985e9ad07f8fa948995aaa3fa1a3763c8a83be36b36ce 1.30 MB 1,871 3
710,582 710,582 00000000000000000004da3acc7c8c14d4dd0f39612e7eaed8bdf5926f19cff3 1.51 MB 2,657 11
710,581 710,581 000000000000000000060d491778741903c8c63188af74fb0a64bd3e59059511 1.40 MB 2,926 21
710,580 710,580 000000000000000000019a0b96ec1156cf8d412999060453ce55aaed5f0510bb 1.57 MB 3,482 9
710,579 710,579 0000000000000000000a08e1f93d199437dae0bd98b055eb02632e7562effeef 1.45 MB 2,756 7
710,578 710,578 00000000000000000002250427a0a3f7a597c2b631148a698cc829ce930be46d 1.30 MB 1,761 7
Previous 10 blocks ↓
Total Size: 776.48 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,424.93 GB sent, 131.06 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.