Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,924 transactions (2.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,866 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,486 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,865 (849,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,460 61,460 000000000510824806b5947dd3b0b119da4ce842581ed9fa38983e28bb2a487a 0.00 MB 1 0
61,459 61,459 000000000499d7ada6a5700b146bd86f57b912179116525ea31d29d7f9e2aff1 0.00 MB 1 0
61,458 61,458 000000000d39f17e407f777f5ea01776bc15026feec70aa8404da935403f92a4 0.00 MB 1 0
61,457 61,457 000000000d2a430a8aabdedb7e18a1600b3045e1ab996372659bbb2b4aba68e4 0.00 MB 1 0
61,456 61,456 000000000ea842bfc33f99a170dc10439e3bff4559d5a50ed260b8cf6b1d7845 0.00 MB 1 0
61,455 61,455 000000000c4cf08eaf26a069a209e71bd6cc6dd82d722146cc80f2d2d478d6f2 0.00 MB 1 0
61,454 61,454 0000000007dec2299e225a7230ff7aff7ab02ff4236a2197c190f107c3d5d4c2 0.00 MB 1 0
61,453 61,453 0000000005ceb01837c0a1ebd50f36cb0d0b5444fc9f4414a995fedaacf0eab6 0.00 MB 1 0
61,452 61,452 0000000001dab128565e17c305ced3100d233e923bab421fdd11996d32701654 0.00 MB 1 0
61,451 61,451 0000000002afb383f81e04d446b5460fb7cb5b5e24cd0f1ce69f307189e6d328 0.00 MB 1 0
61,450 61,450 0000000009fe338018747cc22295cd4c310c67664f453d183e21a1d4c35d934d 0.00 MB 2 0
61,449 61,449 000000000cc580ffa29c517f3354c028856282b13a1984f48b9a64be3450a0d1 0.00 MB 1 0
61,448 61,448 00000000060b2ec1d66b98c1c20d9c7e3157d2f01b51fe1b02724199f75076ab 0.00 MB 1 0
61,447 61,447 00000000067423b1ca36d69c7e35ca17cc12af07526cda02ad69637a64511b68 0.00 MB 3 0
61,446 61,446 000000000429270fd2cfec6a5e35fed76984c0daa066443ee9794813d43f6984 0.00 MB 2 0
61,445 61,445 00000000092bfaf84395fbf3396f6b524b11c14d642aa5e0b260219228ac7a2c 0.00 MB 1 0
61,444 61,444 00000000099c6a6b87c23baa5444691b8d1f4bd3fe26e2233dc2748490553f12 0.00 MB 1 0
61,443 61,443 0000000007a7677b58b6818fac09b03e2795c490ff2cd583b4aefae3b959ce4e 0.00 MB 1 0
61,442 61,442 00000000061f483067981c38642b0df24a11c5c0150bf84a23efa4b764274207 0.00 MB 1 0
61,441 61,441 00000000091a1235dfac7e03be47793eff18f1190ecc04f5a68c6547a9441aca 0.00 MB 1 0
61,440 61,440 0000000006ecae9d8a63b22227f359fa218e4d52a433ba3c1b58e83ed322fe22 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.99 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,342.73 GB sent, 123.68 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.