Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,085 transactions (1.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,702 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,512 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,701 (869,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,824 41,824 000000006092c9bd134adad9921c107f09cfd48974dd2a2d5e696469933c0da2 0.00 MB 1 0
41,823 41,823 00000000077b1f06b20378e6088039ff00ebc0fad77766a2aa877d7189bb6d93 0.00 MB 1 0
41,822 41,822 00000000423964ddcdd65752cddb89eee847c79ed11054cce215492222db4b37 0.00 MB 1 0
41,821 41,821 00000000059bc5ef0c23d183f2e46db13ce69194a0d508122e39457e275d8f7f 0.00 MB 1 0
41,820 41,820 0000000049d1578c1d82237b4010857a9df0bcc5c3eb4378ea9130125bee29f3 0.00 MB 1 0
41,819 41,819 000000003d60366cf4a769c9347a562566c600297d6b6fa205f0b59f4e79a6dd 0.00 MB 1 0
41,818 41,818 00000000125d766be4f83d6089870fff7f9ede18890853d51215ba483526418a 0.00 MB 1 0
41,817 41,817 0000000045b2e6aaf30aa1bc13525e6c39cbc4e86dfa626aa0fefd0a71a727dd 0.00 MB 1 0
41,816 41,816 000000004a2f809b06ecf706879f0a857c08814b8d72ed2cc322436ea70c37b5 0.00 MB 1 0
41,815 41,815 0000000037c6fb31974ef9cd13d31073ccb521b4ce926364e1a5f92e83b2b3ac 0.00 MB 1 0
41,814 41,814 00000000005127343c550bcc89c3f4cf487907d73fdd50c263b4ee9ea8d9500f 0.00 MB 1 0
41,813 41,813 0000000033f78548fed4ce35fb6144bcbd06bc2e85555e22c1526131336070a2 0.00 MB 1 0
41,812 41,812 000000002e23e9ca19de22374a690bd4406847f4133d7df6a4b6f288195566cf 0.00 MB 1 0
41,811 41,811 0000000045bc63fa51cf72f9aaec9e8fddd2af1086a2f4b2c1a9a3fe3a5977ec 0.00 MB 1 0
41,810 41,810 0000000015f233c3ec6cf387e7827e17b5c60c37c5033e8e6ce3dcacfae6e49f 0.00 MB 1 0
41,809 41,809 0000000062ffc3e8946df212e3deac108e7003b783db68e046f78f49200a564b 0.00 MB 1 0
41,808 41,808 000000003c74ecc594025c134e2db877e4834b618a0bfeed7533c63f8523ae98 0.00 MB 1 0
41,807 41,807 0000000005abcd19c76f8a9760db6536de969907716a0c64ab4ef31f1187089b 0.00 MB 1 0
41,806 41,806 000000003cc1882a69e9d42d80450af7a67734aec6bc131ca501c81c5ca87454 0.00 MB 1 0
41,805 41,805 00000000207dabac51786b536df85c5b2c747d2146c797610881b622d0a0b028 0.00 MB 1 0
41,804 41,804 00000000092b7d5250f2b28d0d6f7e0d6ff708c126ca9fe375b80bcc30a8f634 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.54 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,425.90 GB sent, 131.32 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.