Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,349 transactions (1.74 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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
912,153 000000000000000000022b910000000000000000000000000000000000000000 0.74 vMB 1,692 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,152 (879,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,718 32,718 0000000025d0d580c6a51da0641a400d01699849b04d843523a4538a72c62c65 0.00 MB 1 0
32,717 32,717 0000000055bea09a9c2ccc420d0909b3a2f0d62a297f90ebf2b7b6320af81fdd 0.00 MB 1 0
32,716 32,716 0000000021f7879199e8dedc5836f78c6a32c117e8c6d489f763c93e6bf7ff57 0.00 MB 1 0
32,715 32,715 0000000094f00f52d43d2e59eb675fe220f7924afc2eabff3664b7e797d49f00 0.00 MB 1 0
32,714 32,714 00000000caefd11afcdd2543a8db9fe928b3338a534d2b06c2ae74f4cd7f44ad 0.00 MB 1 0
32,713 32,713 000000002994e4979db2de6fcb0a46872770529d08bc4de1b620e2c5c00949c5 0.00 MB 1 0
32,712 32,712 000000006898f86a95435c0d344a78b30816188c984a81042c49585c3b644962 0.00 MB 1 0
32,711 32,711 0000000053d08aac0896b370794fb46da3388fc2097a4e4acf5441b01cf097bb 0.00 MB 1 0
32,710 32,710 0000000076a248d477dc81783541739dc5e8fbbe97789e7dfdcdae417b86856f 0.00 MB 1 0
32,709 32,709 00000000cc97182b0d4586fd2f48c48c230056138c74963a73c189260ed1e4c5 0.00 MB 1 0
32,708 32,708 00000000754a3659d4e4b987eccb3f63ec42ebbc48a9b909e3d74ff4bb096153 0.00 MB 1 0
32,707 32,707 0000000048e3f3402b8bf77812e191dcdbcb2e199a033c3082ee2249941b2c8c 0.00 MB 1 0
32,706 32,706 00000000b91327ce830f826d7ae8715738e491bac92162bd2bcd534a00a2fa22 0.00 MB 1 0
32,705 32,705 000000006da4f699e7c43ee6a57fbdb86646bab3c01b1e59100da154e708b067 0.00 MB 1 0
32,704 32,704 00000000cddab37b616fe8b5079426f0854c61837aef122a3da5670dfd764556 0.00 MB 1 0
32,703 32,703 000000004d9034f6122de6f12fa456ab50a806989c570dfd7fa1003b76687760 0.00 MB 1 0
32,702 32,702 0000000026e9fc2a1ebc00d37f844228d59ae162fbdb6217c0963f267bb38c53 0.00 MB 1 0
32,701 32,701 00000000c6f75cf71d2e10c1c25e4066a9cedb384c6888fa1d09613e91cd7566 0.00 MB 1 0
32,700 32,700 00000000886000a7d903955ac999e9fcc0805b25e80ee7006c7d89dac111724f 0.00 MB 1 0
32,699 32,699 000000005d4ad0c6bded3f33ecb8fc24168426e4cd1447bf475b7d37d9fbc543 0.00 MB 1 0
32,698 32,698 00000000b720b512f4a49db6cd080b06c9bc041757178aab05c86de38882b4b8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.36 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,526.70 GB sent, 135.24 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.