Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

447 transactions (0.25 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
911,496 000000000000000000022b910000000000000000000000000000000000000000 0.25 vMB 444 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,495 (188,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
722,970 722,970 00000000000000000005f9762efd82dd1e76387906caaa284e5226178b9d2b6e 1.53 MB 2,899 12
722,969 722,969 0000000000000000000389151da93f706fb0f2909478cb2a99c873dbed842a26 1.71 MB 555 1
722,968 722,968 000000000000000000040dd43c68d46c4f0a5fa357c530d014b39a4efafbe414 1.56 MB 2,247 8
722,967 722,967 00000000000000000002e34037517f56a328f3cc2424456071814779747bf090 1.82 MB 180 1
722,966 722,966 000000000000000000011ee9ad33b16fa075128bf8ad0a030116efb8fd05902a 1.68 MB 1,251 5
722,965 722,965 00000000000000000008c2190b3b7f475db5a19123e8e19da20af0629e3aeaa1 1.78 MB 923 3
722,964 722,964 00000000000000000001d2f23a40f7be6af88fb7ecf886481817333f501da3e3 1.58 MB 1,554 3
722,963 722,963 00000000000000000008d94d81b2f611f688e97b47a72cbfcc7fe741532e0afd 1.47 MB 3,145 16
722,962 722,962 00000000000000000007583398679829316adaed225afdf587da9121608157f4 1.85 MB 373 2
722,961 722,961 00000000000000000003732cb1b60960b7475db5a0780a5f422ca8dc05f1c44a 1.82 MB 382 1
722,960 722,960 00000000000000000003a45fe4aea9dd9a39578fb9d3fabb1d8e72e563dbc4cc 1.52 MB 2,803 6
722,959 722,959 000000000000000000077d3096c1c8668426639b69feb0d1eb8c856a0b6c9e4d 1.34 MB 1,891 12
722,958 722,958 00000000000000000008a62f9a3c59564e9697e9ba3c8a924e0814b4fb927632 1.10 MB 1,016 13
722,957 722,957 000000000000000000041bf3c88af4cd25021bb5dc2885b6a9bf46caaba6be00 1.34 MB 2,224 15
722,956 722,956 00000000000000000004046793fccace0db7d70ac1794f413475cc9f4e4b67e2 1.08 MB 816 22
722,955 722,955 000000000000000000049cd891af761db850e3e385bedcfe64c9ab28d814746f 1.61 MB 546 6
722,954 722,954 00000000000000000003938d5a11eb0f04a1ba6aef7e9f909a1d4b7fe963dbbd 1.52 MB 997 9
722,953 722,953 0000000000000000000876f45dcc0149f1ccec61e6e05cdfa5dffaaf65d73c8e 1.35 MB 2,075 16
722,952 722,952 000000000000000000038a2ea559dd9b6b185fb15841baf0c5fa517dc1959ecf 1.53 MB 2,897 12
722,951 722,951 00000000000000000005ff465f73cef98faabc2b8637b37c46d21d6f4eb49736 1.58 MB 2,051 8
722,950 722,950 0000000000000000000759d2584d0f2754a331f2afa79c85b793032e9d7d3579 1.82 MB 475 2
Previous 10 blocks ↓
Total Size: 776.15 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,411.96 GB sent, 129.47 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.