Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,827 transactions (1.79 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,916 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,501 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,915 (162,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
749,646 749,646 00000000000000000001ab84e45802ad80db01eb2152aae1a4b25ed50c39dc44 1.50 MB 2,066 11
749,645 749,645 000000000000000000087398a610d528672d9826a081627a07aae3919d9647e5 0.24 MB 75 21
749,644 749,644 000000000000000000070333aa3b6ba63aa51275d0d1d2641e2900828ea3534b 0.39 MB 457 14
749,643 749,643 00000000000000000008f9af00cafff969221361254b6b7d675a4b601c112494 0.27 MB 328 10
749,642 749,642 000000000000000000070d4aeeb94ab50b8cafce3f9c5fd8fdae7222de8de235 0.30 MB 467 9
749,641 749,641 0000000000000000000190bdef3d1051760be7855d11344b125f4c1e7f0e91b4 0.01 MB 38 12
749,640 749,640 000000000000000000068947e1a084dba76b9efa9ebc2c4d268ade8c27b94ad6 0.49 MB 930 8
749,639 749,639 000000000000000000017bc051d4192786188eef0de7af128256f1be71078abc 0.66 MB 443 5
749,638 749,638 0000000000000000000520183a5297dad1f64c1f6be3a61aaca386d9b1a42c51 1.36 MB 1,898 6
749,637 749,637 00000000000000000009646a491e40e7cbb4ddbcfd817409e419af43e373ea4d 1.21 MB 1,379 12
749,636 749,636 00000000000000000002c26547bdec0343f995e9b611b20fafd1ede2df8901af 0.20 MB 446 12
749,635 749,635 00000000000000000005e7f15e6d8c121de9a0f89a763948be7c7a17c0095899 0.44 MB 504 8
749,634 749,634 00000000000000000000925ea701e26eea6ef6cf169610e82be0cd2356d207f0 0.22 MB 499 13
749,633 749,633 00000000000000000004ebdaad813c4395415152af03bbcbceac90d46ef9628b 0.31 MB 555 8
749,632 749,632 00000000000000000000d6445143b43fd51d376f0981eed490d26b137db6e463 1.73 MB 1,157 3
749,631 749,631 00000000000000000002d1a2fc6bfcbafa60c3aba0740c39c164e9dcc98c8d6c 1.67 MB 1,280 6
749,630 749,630 0000000000000000000917009f076589f1cf5239aad0d0dadf970fce2a274be2 1.51 MB 2,386 8
749,629 749,629 000000000000000000020083c735844f0b327ad05d1ac920e005d7c4e2e822d6 1.47 MB 2,813 13
749,628 749,628 000000000000000000080efc2f673c0a22ab39f74c3db501bfa4f725bb93cec3 1.68 MB 2,044 7
749,627 749,627 00000000000000000005781974817d8ff82b3f35d56949c3f5870a0b0d839ccf 1.72 MB 887 2
749,626 749,626 000000000000000000018c70a936dfc062cb40ad2a4e6b51f1488cfeb15c06d1 1.74 MB 937 4
Previous 10 blocks ↓
Total Size: 776.93 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,482.42 GB sent, 133.13 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.