Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,997 transactions (1.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,740 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,508 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,739 (54,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
857,133 857,133 000000000000000000019994f7d34eb69059d31b230d97c9eb1f60af57e69c5e 1.70 MB 2,928 4
857,132 857,132 00000000000000000000332201a4c5a66587f3e24417e6e6adb238b8390f2b4f 1.43 MB 2,887 8
857,131 857,131 00000000000000000000aa84861626ecdbc08f0d0ae253919a20cb3f3aca9d88 1.68 MB 5,718 4
857,130 857,130 0000000000000000000312602a6f3d0dcb5b20572a541cdde7019ff4ffcb9c06 1.63 MB 4,847 5
857,129 857,129 00000000000000000000743616f29d1e550f72f1c4c3de66ef78113988d5ae16 1.68 MB 7,290 2
857,128 857,128 00000000000000000001aebf41f581b1c474a3cd306d5768e4598c1ebfabdb95 1.87 MB 4,800 4
857,127 857,127 000000000000000000029ea5920e70b7a9d429263fe75c4107884e805aa23330 1.46 MB 2,716 6
857,126 857,126 00000000000000000000d91bca2937d7a1e87cf088597d1f44c56a57facf74da 1.44 MB 3,031 5
857,125 857,125 00000000000000000000d56ec6eaf7c5da8aa90acb6e84a6970e9f74bfce7866 1.52 MB 4,121 4
857,124 857,124 000000000000000000028ae7bcf4660cdb11aaeda49c1c407635b8a4b62601b7 1.74 MB 6,409 2
857,123 857,123 00000000000000000002a5c7554e857c4813e2c8320d60e477bdebfd96850355 1.56 MB 6,593 3
857,122 857,122 000000000000000000012844f29c46a35d506ca1e676ebdca44052e3d7d1ea8b 1.61 MB 7,079 3
857,121 857,121 00000000000000000001705dc966477a627a917df7365ce606fb6cb70a1a472f 1.62 MB 7,694 2
857,120 857,120 00000000000000000001d9fca83a08d42c17bfc5e53a61d6ead3363a9addae8c 1.61 MB 6,247 3
857,119 857,119 00000000000000000000d071ba72d73bdad2739b46de7f98e561848a886ff817 1.68 MB 6,388 3
857,118 857,118 00000000000000000001fdf8bd7f23de0725526492cf72874f734302e291cbfc 1.59 MB 5,067 5
857,117 857,117 000000000000000000028b9f316a46bd06451e5cb770d6eb20c902a6a117058e 1.62 MB 7,480 3
857,116 857,116 000000000000000000020a41a1d234191d5f86a051cfc105000a5163f6a58b82 0.00 MB 1 0
857,115 857,115 0000000000000000000082208ca87ba35093faf47da020dd87361d45f2a60954 1.58 MB 4,336 5
857,114 857,114 0000000000000000000028734570758a19f7ded23c634ee3f23afda25a18abc8 1.62 MB 3,872 4
857,113 857,113 00000000000000000000ae824cc6d4fa26451d12a1ebc7a89277df33f6898bd3 1.67 MB 7,075 3
Previous 10 blocks ↓
Total Size: 776.60 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,428.06 GB sent, 131.59 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.