Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,120 transactions (2.57 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,805 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,850 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,804 (195,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,695 716,695 00000000000000000008678020d7d39c16289fac2ba3ae7468a051b61ef0d713 1.46 MB 2,610 11
716,694 716,694 00000000000000000004cc97566ff3b1b57869728e3c8600dd33e8654479c8c6 0.52 MB 882 11
716,693 716,693 00000000000000000004fafe0be32724c48208a2c877516b8c69b4693b9e4685 1.29 MB 1,304 4
716,692 716,692 00000000000000000001d9518c720ecd890a2289ef6606f324bacfa24fb70873 1.43 MB 2,133 7
716,691 716,691 00000000000000000008bf57edb3f749d4e8142872b33a7d63998b20a40a1f5b 1.40 MB 1,761 18
716,690 716,690 00000000000000000000ff8c8d3c4368b841f01b4fd6ade370934816557d3639 0.40 MB 740 10
716,689 716,689 00000000000000000000015904ca174b3a91c0a21bc56bc9c2256e8ebd28ca83 0.53 MB 884 9
716,688 716,688 00000000000000000001aa3994408d4e3ff69592616ba869e2f7b93c3c2c2e63 1.05 MB 1,864 12
716,687 716,687 00000000000000000005a181004d556602df76c2f2c3e46a9443d01a1852ceca 0.97 MB 1,588 12
716,686 716,686 00000000000000000007f42eac710f81ff495cc1cb327146bcd389565c5d9386 1.26 MB 2,116 11
716,685 716,685 00000000000000000003872856f4babf5ce0b9ec17a869849bba6b904f90a7e3 0.13 MB 100 9
716,684 716,684 000000000000000000041e801a5adf951fa13bce666c3217e15eb5bbea380288 0.09 MB 194 8
716,683 716,683 00000000000000000000a5e11e4de8ca20571f352c9db03ea623eeb24299440f 0.70 MB 1,044 12
716,682 716,682 00000000000000000001939dffeb9b79dc45b84371ceeefb1e6da2648bb28fdd 0.06 MB 172 16
716,681 716,681 000000000000000000032177a27ad917ced4249cbc0150c759b60fb779f8993c 1.31 MB 2,452 10
716,680 716,680 00000000000000000005fda00b221948d31cb4c40e86e1e028f9290e52c303d3 0.67 MB 1,096 10
716,679 716,679 0000000000000000000b0ac0f1d6178293454d6afa1663aca05abec533d300d9 0.10 MB 217 10
716,678 716,678 0000000000000000000b0b3f4a0b878a6e2e8edc7135b4595d2ef1c94162551e 1.17 MB 1,820 9
716,677 716,677 0000000000000000000b47ff055f37b6122e249c9b562dc0a232cd9de4aa60b2 0.42 MB 1,052 10
716,676 716,676 00000000000000000000432ee12cc088429fe379502d589779eadabdfd4bf60f 0.63 MB 1,259 3
716,675 716,675 00000000000000000008f35073a71a1005ffa3832c8cabe21a53aa52494a4d53 1.39 MB 2,417 13
Previous 10 blocks ↓
Total Size: 776.73 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,454.45 GB sent, 132.22 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.