Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,961 transactions (0.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,744 000000000000000000022cb30000000000000000000000000000000000000000 0.52 vMB 1,957 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,743 (886,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,654 24,654 00000000a09187de1d328c655711be63f1c5bacd9b98b58e97b2d8811eb2454f 0.00 MB 1 0
24,653 24,653 000000008b52ba866a6a090d2ee5523ed1a490fd80a79ed6bae9be26d599d163 0.00 MB 1 0
24,652 24,652 000000007cc204b821df271baa3c6a8389d0f1a53defa2e6003bf80383065650 0.00 MB 1 0
24,651 24,651 00000000fc1edc0f4080dd1a83e835b8bb1da7d3ceaa18b241dfd33b1b985702 0.00 MB 1 0
24,650 24,650 00000000c4770140ea91bdb5bf8f11517bdfca2128e50fc3f101dfe161bfbad9 0.00 MB 1 0
24,649 24,649 000000009fab2dc1aa67bb6c4f168f0cb1adc94423304a9cac8c464df1e3e2ce 0.00 MB 1 0
24,648 24,648 000000001cb86073e081cffe0e64ffca28755155eefe83a1cd9f1ea739af6646 0.00 MB 1 0
24,647 24,647 0000000005954fee9d91c19987a8289c9093a76c1d8c7677bcfc5cb59c910bff 0.00 MB 1 0
24,646 24,646 0000000011764eec0d2acaffd7510d5e0cedad3bc6eb14a5b43982b342bd9c77 0.00 MB 1 0
24,645 24,645 00000000a7f20b5f7eb2d739f4304fd150114bdc9f9cabe7923531b6a1a74f5f 0.00 MB 1 0
24,644 24,644 000000005f9c45398b6f27ba6e6e9118b3c535df4ad1d1c8f046761412e26578 0.00 MB 1 0
24,643 24,643 000000004bfe468f4ad7e0cbe49cbff1736b5a38558e10e50d6576f40c575234 0.00 MB 1 0
24,642 24,642 00000000c124a02c7841d5dac0266a7e4c609fa43e110f4d391989eadb7a7618 0.00 MB 1 0
24,641 24,641 0000000050c01badebc00c95b4448f853a71782d0222a40c053e86fc41712101 0.00 MB 1 0
24,640 24,640 000000007354bd28f5ffd660c70ad4e628b3be06b555248dcfb36cd0339a6afb 0.00 MB 1 0
24,639 24,639 000000002267b9071a81dd132fc2c8325d339f84a6646cf81cffd0c17fd7b78b 0.00 MB 1 0
24,638 24,638 00000000f639f06de46c161aa5c71bbe166416e8c2f31b803fe08533d060b03d 0.00 MB 1 0
24,637 24,637 000000003323e88d94081c65d85e282360d3613071de6be288c987a046fadce7 0.00 MB 1 0
24,636 24,636 00000000e2091a438c9cdf745433c75ed0dd1e85c685e9557a6819c6bc92e67f 0.00 MB 1 0
24,635 24,635 00000000390ae0d5a5de4dca439031aa013aacee292211b5f854d0de646e1acf 0.00 MB 1 0
24,634 24,634 00000000dd81dbd8feb9e61482902417063e95d045e452423e3b6bc8d4520899 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.76 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,293.39 GB sent, 122.39 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.