Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

20,914 transactions (5.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,071 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,723 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,070 (867,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,466 42,466 000000001447ecfe319eef4dd1e58af95f7d04a301ea6fec5d37c939156f9c5e 0.00 MB 1 0
42,465 42,465 00000000224cdd5e14c07f6636942d80d853e40bc099160cac29718d23b8b90f 0.00 MB 1 0
42,464 42,464 000000001b10c4a7adc4fb2baa717f76c3ec13dc051de5bf12f084ce4835b162 0.00 MB 1 0
42,463 42,463 000000002bc1cb4e3648f4cbf50e4fd39394d27c4f54a41cd713b85f618d43ce 0.00 MB 1 0
42,462 42,462 000000003c36e6e3c62c014febc12e7ebcb2afd8699f70db0561183f517e9ec4 0.00 MB 1 0
42,461 42,461 0000000021020c1302fd554b45523919f9341a48fdb32a7b38652752f62dcdca 0.00 MB 1 0
42,460 42,460 000000003ebfbdeb89b0c3f583bbd0a871487caf52d645fea07cfd443c3ee6f1 0.00 MB 1 0
42,459 42,459 000000002d6514ca323f2d9caafa15e42d1841b646f188b204b7a2b60e532c66 0.00 MB 1 0
42,458 42,458 000000000b116d77d5db46336c231b7b2c8b7f94e3c3fe892cddcedb3ce943c5 0.00 MB 1 0
42,457 42,457 0000000028da299c9b77143140c3efef69834c37e0908f332bae3be908a872bc 0.00 MB 1 0
42,456 42,456 000000000f05ba45e3266239d91fb1c078a25d3f013805881502fb50fdd561d5 0.00 MB 1 0
42,455 42,455 000000002351029aa3a378087afccea4106b07279bf8b48b661ae776add8a7f4 0.00 MB 1 0
42,454 42,454 000000002134f1ecee04c2b697a780f382d964f00b945a282addbc545b1e4c92 0.00 MB 1 0
42,453 42,453 00000000181ad2679ff9309391c092e165443000d820a6bae1045d8ae6fa4e87 0.00 MB 1 0
42,452 42,452 000000002f8c24cc45412e1c9920159db924c72f4ebff90fdace16b4e4dce9b1 0.00 MB 1 0
42,451 42,451 00000000216f82886fac89aabb413c0ae71fd53083a94f0a2f86b9a84e0a7832 0.00 MB 1 0
42,450 42,450 000000001c666f86911067ef131db39595174c243002d278dd12bdaf7ad26ff4 0.00 MB 1 0
42,449 42,449 00000000220324e68f94f4a7123ea380e56eab2b28f2f64fbaf8b03fb327c410 0.00 MB 1 0
42,448 42,448 000000000e27a72dbb2e214029f5035937050493833f9655cc43aa67c10bea58 0.00 MB 1 0
42,447 42,447 0000000041f91f94dbb241dcf09da6ffe741989da33611143cd4b7085d30b8f8 0.00 MB 1 0
42,446 42,446 000000000dff4cebf76d373aed26608eeb6365bce5ab2bb1783854384c236b6f 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,186.81 GB sent, 116.12 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.