Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,067 transactions (0.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,705 000000000000000000022cb30000000000000000000000000000000000000000 0.34 vMB 1,063 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,704 (836,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,364 74,364 00000000000ac84515b1a0411b9a1279a58e5c4371ef0d8881261cb9af82a1d0 0.00 MB 1 0
74,363 74,363 000000000006122c031c9f845a863a78de302ba9ee206421686757d7a1c410b4 0.00 MB 2 0
74,362 74,362 0000000000285364b85729c15c1e6d9b450c9eed0b0b0bb42ff8e3d9ee76246c 0.00 MB 3 0
74,361 74,361 00000000007b190b3525c78e23e6daef6cf8ee859ee5cae60584c98f0acc4671 0.00 MB 5 0
74,360 74,360 00000000007ccb612de89aff3ebf4c9109245ae3ac68b8791d1f9b0eade88ce3 0.00 MB 2 0
74,359 74,359 000000000019c684468d730bbb200d4631dc79bdf50bfdaf53c6870295accb13 0.00 MB 1 0
74,358 74,358 00000000005a405eb0e687d8d1f9fbfb5b6b98e88d6757b1243a389eec0761d7 0.00 MB 2 0
74,357 74,357 00000000008ed9bfe89ec009e13dd02839ae9e027da3f5ee59e78f7c7093f4f7 0.00 MB 3 0
74,356 74,356 00000000008079e2a2ad1559669dbacc1505a4460a93ead18b3b54d6c7d09152 0.00 MB 4 0
74,355 74,355 0000000000a0d5467d91031e04ef5115065c888790a27d8f137ecc98f550812c 0.00 MB 2 0
74,354 74,354 00000000009fb85c9dada807996c269186ee35fa0707136b49b07718149cc3df 0.00 MB 1 0
74,353 74,353 000000000008917ddcb226e003bb853f2be68a2bc419c3465c7cb90b595f8d54 0.00 MB 7 0
74,352 74,352 0000000000a19d5e3ca5c49b6435e25c3ddd275da3b485216ba95d7368ba8f40 0.00 MB 1 0
74,351 74,351 0000000000a5ff4c8802ede505eccd60fab2e4ac896ff96c5e7c875230e2125d 0.00 MB 1 0
74,350 74,350 0000000000a7369015f11d355b5b231a1e6150ce7064a785782b9a0715d65f6b 0.00 MB 2 0
74,349 74,349 00000000002bd5f7b4577090d311b644570a42c7b14d51f1b6f2ceaaa11bff6a 0.00 MB 1 0
74,348 74,348 000000000065108db33f6cfd11cdba55c7ed184d367f178d415e3a1338cbd2f5 0.00 MB 1 0
74,347 74,347 0000000000ae59848ae64235407a3f250adcac72e39dc213cd1d8356a2a044f9 0.00 MB 1 0
74,346 74,346 00000000003d4b45470ee9ee6e2e0472515b86a28325e68d7af03235b98388a5 0.00 MB 1 0
74,345 74,345 0000000000972c59f0c344abe38a6602aa449f015b4ffa8e39f5ff9346ef35de 0.00 MB 2 0
74,344 74,344 00000000003ace39780c3b0de4b067989c68750a62826d05678b507d22dd751d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.68 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,290.87 GB sent, 122.03 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.