Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,279 transactions (1.47 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,050 (846,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,533 63,533 0000000007eec51a90667ff8859d35af8ff9bff28f38697f0e572394e2250c63 0.00 MB 1 0
63,532 63,532 000000000276813bcf07bb3dd223e3ef8fb68ede3caabd01ee2f4a98ff151d0d 0.00 MB 1 0
63,531 63,531 00000000003a6c3df10bc9a6155957178cd1a9f572540afdc517e24b1f80ccc5 0.00 MB 1 0
63,530 63,530 0000000001ad1d70435592b7176fb99ff3c98fba04b99ab9c804be234b2fd8b6 0.00 MB 1 0
63,529 63,529 00000000019984eb69da09153799c230e57b0be429cf3dd4b00b88647f67982f 0.00 MB 1 0
63,528 63,528 0000000008886c03ffd6266d1f0094aa2bf02c3b1e146746164f79643e6ef627 0.00 MB 2 0
63,527 63,527 000000000c6fa6129da1360e752b8127e84e058c0560ec4bcdcc3db441706d21 0.00 MB 1 0
63,526 63,526 000000000a2a36d1cd8890f751213986ae155ee9f5cb2e051fbba8dacffd25f5 0.00 MB 1 0
63,525 63,525 00000000071840351202eb67adb1359bf99017ae92c033127ca1cbdd961cc132 0.00 MB 1 0
63,524 63,524 00000000000e1953445190e08698656b415bb9033777023b60af5d8de00d891f 0.00 MB 1 0
63,523 63,523 00000000066c4809ecab54e2fb49e9be576bc1ba0e379f57a7b9ffa6b6ad7ee4 0.00 MB 2 0
63,522 63,522 000000000b2fe34e7be708d1d2885efbaa179658d645d00ad04740583f398b5b 0.00 MB 1 0
63,521 63,521 0000000002d5656e70dd4a30b9b43b2103b35bcac00a665ec423a5527779d9b7 0.10 MB 4 1,365
63,520 63,520 0000000002a683bf0991c2ceb12410efd41fe392ff72e0f46ea96e5acf137451 0.01 MB 2 0
63,519 63,519 000000000a91de291a66fbe994b16e93fc2a25e463128b05e0407c8d05a5f2c2 0.00 MB 1 0
63,518 63,518 000000000c6610a7c6ccb0195dc50ab11e0715d85d993d79511a1bfa6d6d0d94 0.00 MB 1 0
63,517 63,517 00000000053d92bc8dbdec58fd7e7cf5af05fee4125c7a96347a0c20a0f339b1 0.00 MB 1 0
63,516 63,516 000000000ab28ef8e40b1c3a81d66f14f54dae3971ceced0999869308ea4849b 0.00 MB 1 0
63,515 63,515 000000000132358382fd3e6a812c12d43674b0b7d21ffd1bae5a4534c711b608 0.00 MB 1 0
63,514 63,514 0000000003b31c82875df80d9f6577961cb196552122d43943914b1d85cd9bce 0.00 MB 1 0
63,513 63,513 0000000005e0052caeb5fa0c004cb5dca2c5e46a1fc31eeb522af0d97c874a00 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.49 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,186.08 GB sent, 115.80 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.