Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

617 transactions (0.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,493 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 603 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,492 (864,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,176 46,176 00000000248c5c307a4aa22e8ba62256727dc8de458d9970434dc62de186ede4 0.00 MB 1 0
46,175 46,175 000000002732a72819c3bd2499635e6ab3cefb0ece51b96b6f449f8f99d67f42 0.00 MB 1 0
46,174 46,174 000000001f40861b9f272abb5ab6031714d9586d1bcd2044be0d97d85b7e14d1 0.00 MB 1 0
46,173 46,173 000000000ced0c409e1f5f9da05a61f6d4d8f1abe7d40105ed8133d650cb5952 0.00 MB 1 0
46,172 46,172 000000001851485c8588c4179358254b76904049fe5572846c6c76268c80292e 0.00 MB 1 0
46,171 46,171 000000002745fe10d7d202e88b6b1c94dac215003d9480f8b332889ec1bfd403 0.00 MB 1 0
46,170 46,170 000000003819efb8aa43a6251f2bb6e121b220b94fe8942844d2e7a9fb880adf 0.00 MB 1 0
46,169 46,169 000000000f107a9f4db8b03cc97bdce6b68f179961dc2b1985fe6d081399289e 0.00 MB 1 0
46,168 46,168 0000000030507075ba546940a036ec1b612247a2bb23dbd727a767751ece0b13 0.00 MB 1 0
46,167 46,167 000000001b655ad5a2b18ae11cee60806108ed2ea7bcf33be002e8df46a3f7ce 0.00 MB 1 0
46,166 46,166 000000003098ff6b2937f57b93db16f4e39bb89f70f30288f58cf7aaeec3cc02 0.00 MB 1 0
46,165 46,165 00000000220293fe096daa36305224e28a31647e87756e52d3f5fbcb9bef0076 0.00 MB 1 0
46,164 46,164 0000000010df71bf450da3fe5e20dd7f221d211ec3b2ff4c54fc58cce46c467b 0.00 MB 1 0
46,163 46,163 0000000017717645259778c2fd17f0c8c6edcf8a6345c5570e28161a1ff55ce0 0.00 MB 1 0
46,162 46,162 0000000031e8ef47ec3158422262496d9f3ac6677fed7de4a19b969fc922888f 0.00 MB 1 0
46,161 46,161 000000000701afa07a0769458f1f745cab84f8bf8d6ca58e2a0b8f529b233f4d 0.00 MB 2 0
46,160 46,160 000000000522c1d3a436b2cc118e76e2fd1fe5cef9f9fb81344f88b87b85d7fa 0.00 MB 1 0
46,159 46,159 00000000349e85e9d53ee696432e3fb8bf583c0b6b92cf7703cc0599b4688f42 0.00 MB 1 0
46,158 46,158 00000000211b3cc06e7724a71deeb52a9ba249768404e6f4b435b65df5bd0a0d 0.00 MB 1 0
46,157 46,157 000000000b5d0ec827c1308093059794d93a2c3d462aecb438014f293485b851 0.00 MB 1 0
46,156 46,156 0000000015df05ab89c5a07c97aeb8f8b81c177b2d03d59325f953774d5a6ca4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.30 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,244.05 GB sent, 120.04 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.