Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,475 transactions (0.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,682 000000000000000000022b910000000000000000000000000000000000000000 0.50 vMB 1,458 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,681 (170,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
741,390 741,390 00000000000000000007ede2eb60c13e0c192d8ec748af85e7cec1b2f7402970 0.37 MB 566 12
741,389 741,389 00000000000000000000248ba333aa3c60e6b7ed7ca67c797b7b33e0ffedaa25 0.06 MB 141 19
741,388 741,388 000000000000000000040f4dd6b71dc46ac27889da06f7420fd7985f22cbed0f 1.41 MB 1,264 8
741,387 741,387 0000000000000000000070474f3c89f0b60f51dbac3590f2cf74c61cdc41f022 1.45 MB 2,490 21
741,386 741,386 000000000000000000061a7b96eed9c04a4322d8a891d862df3fe64bda027e11 0.01 MB 16 15
741,385 741,385 00000000000000000004e5ad696229edee8256713d691bc54769353bf125fe49 0.95 MB 1,359 15
741,384 741,384 00000000000000000006aa6e733e2dc1a4cee38f064dc618c64f11b7fb79f51d 1.35 MB 2,082 15
741,383 741,383 00000000000000000001d250a7404026f1d2878108f2ccc52f041690afcc65ad 0.69 MB 979 14
741,382 741,382 00000000000000000007b1f387264209c92443fff62f2190d14912a7a7eff0c8 1.13 MB 1,825 13
741,381 741,381 000000000000000000072c300827f66c0ae50b9d3cccaa2a1410a9dff79de221 0.34 MB 547 11
741,380 741,380 00000000000000000004ef6ef4c19b904d105bd816ac5a556d44a8081e0c0115 1.50 MB 2,125 11
741,379 741,379 00000000000000000000007c0b2ffb45514fd4f30883cec495275bf37013443a 1.43 MB 1,996 21
741,378 741,378 0000000000000000000039721ba092ccb70dfe8c72eb5e4d3e27ab203d2b9ddf 0.70 MB 1,109 15
741,377 741,377 00000000000000000007102e59fd11f2d577b1b87b3c033ab42be139cf1a4d8e 0.20 MB 310 12
741,376 741,376 00000000000000000008504c80150b2c7fe2381e9d17e2fe4addca439a80e252 0.18 MB 331 15
741,375 741,375 000000000000000000094a189ff186e9a6fb745ce40a378b8992c923939782d7 1.51 MB 1,216 14
741,374 741,374 00000000000000000004945f8be4f9a45e5d6c0551984e954fe657122645fa8a 1.49 MB 2,023 15
741,373 741,373 00000000000000000006e32475a5208228763539c27067c5a84f68db521f1f95 1.62 MB 1,065 3
741,372 741,372 000000000000000000073e5edd1c5d79bd8bf1cc59d8cfa23575dea8c886b1c5 1.46 MB 3,200 25
741,371 741,371 00000000000000000002aa77cc0cc34ade571253d96e03580911b80ba67b2e39 0.35 MB 578 17
741,370 741,370 0000000000000000000654d1109aa6e7985b100588d10da1fdd158f3af8c6836 1.28 MB 1,125 14
Previous 10 blocks ↓
Total Size: 776.50 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,425.22 GB sent, 131.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.