Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

329 transactions (0.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,292 000000000000000000022cb30000000000000000000000000000000000000000 0.09 vMB 329 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,291 (892,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,645 17,645 00000000d1914a9040eb12809b3dd6f939907369603c483f624c20d0c88d63a7 0.00 MB 1 0
17,644 17,644 00000000b872cd35ad8c5f93452e33c0c9b1cde67befd6894d926bc0359bd9a3 0.00 MB 1 0
17,643 17,643 00000000b6a641a3c34eca5bba3386dab233eaf667c06786fb5e56fc172637c5 0.00 MB 1 0
17,642 17,642 00000000ca89898a7c05051c2c64ce1e3f4100fd4e39589a280016694c3824c5 0.00 MB 1 0
17,641 17,641 000000001d80ce1768db5b4b0215c28e803f069f7aae116f7a76bf9b6fca0445 0.00 MB 1 0
17,640 17,640 00000000ad4abea5ef13dc331ab5300e79dca547d3129f466bef2c860295b896 0.00 MB 1 0
17,639 17,639 000000003fd678716cf0e6bc72c0780a3ddf7ab15c20c8b5b53e2bdc495c8c7c 0.00 MB 1 0
17,638 17,638 000000002ed751adc76fceb6fb60b03520a6e499ef67e52668c41ca6ec770131 0.00 MB 1 0
17,637 17,637 00000000f1aa7e7f116ac821be901b3008e0756d5170d78f9a42ec62f9d060f2 0.00 MB 1 0
17,636 17,636 000000000beb08a10a7aad95bcd16a6250ff8f57ec15d69305c4548c727e71b2 0.00 MB 1 0
17,635 17,635 00000000325a8b520dde16538e0529fa6d15de5cb90c33edac3f6818bab60422 0.00 MB 1 0
17,634 17,634 00000000d2047abe3d1504a3cb48991ed18f1d5a6f7fca43432e048898ecbdd7 0.00 MB 1 0
17,633 17,633 0000000055ad37c01157e15b796d7e6b29305c701d4449a811a73069a4cb1ac1 0.00 MB 1 0
17,632 17,632 00000000aacb82fbe829f8e525327c5b0c88e7373e64e883f1d37a9403b645c3 0.00 MB 1 0
17,631 17,631 00000000a4cec1dec61c3772509dfff86608758690224c00bf2bc91f790c5e6f 0.00 MB 1 0
17,630 17,630 00000000c74ea50dd52d5a4f5383eff5d812967627624d0efad92e090b425755 0.00 MB 1 0
17,629 17,629 000000008f38a89d5d4dab148b4b668a731537369cb570eb15170a9d6857fd31 0.00 MB 1 0
17,628 17,628 00000000c4bf8b2b5a814abdf713d30c385f7bacc35298c1c6506dc0694945c4 0.00 MB 1 0
17,627 17,627 00000000d0c16dacfb3bec0ed3760a0d3cff2377835e538f1749dd26798ace42 0.00 MB 1 0
17,626 17,626 00000000744a76e9c9b1287377ad30afc4da861879ae2dd30c9980b2f3bb3bdc 0.00 MB 1 0
17,625 17,625 00000000110b83adf2cfc89dcd4df38a1c77355fdf735086108794db8c43dc8b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.94 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,229.64 GB sent, 118.25 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.