Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,710 transactions (1.09 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,236 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,173 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,235 (146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,089 911,089 00000000000000000000e8e1125f2e4ce5836223b4c9d85ae37978d1f8191f75 1.76 MB 4,926 0
911,088 911,088 00000000000000000000330a4f8a93d110691beb59173ae8eff249dc7ddefbad 1.80 MB 3,363 2
911,087 911,087 0000000000000000000111534cce0770a2c494e43d1dd88c0c3b0ac51ca9aad3 1.66 MB 4,181 1
911,086 911,086 00000000000000000001541fbc83a8e1751daed73b3c29d4a28c774e09f81b3f 1.78 MB 4,466 0
911,085 911,085 000000000000000000002049a0d9fa4a8e86997016cdfeac3f35d0f82c2e69a1 1.74 MB 4,181 1
911,084 911,084 0000000000000000000128cacd5da22ae270cffb2c833b461f27107253ea5414 0.79 MB 980 2
911,083 911,083 00000000000000000001cab3a6054bf9d018162f523140c188b760ec9a2ba235 1.78 MB 4,798 0
911,082 911,082 0000000000000000000172bad8bfad77490e52e7df7dd458ec02fe0a98770612 1.95 MB 3,564 1
911,081 911,081 00000000000000000001ad852cf28d2ac341e3adedfe85c32ad96a297027ec9b 2.05 MB 2,741 0
911,080 911,080 00000000000000000000a1be72021013bf7c355c323d893be8b5a19a3a1cd95a 1.02 MB 1,424 2
911,079 911,079 000000000000000000006f905e7e9508ffed8113b41beccef8dd3feb1c51c12f 1.14 MB 1,418 2
911,078 911,078 00000000000000000000457eb203b8aaefbc5135ced5836aa874b5d9ace0a4eb 1.55 MB 2,716 3
911,077 911,077 00000000000000000001daa6aaa87014312f6b5b9bec62a69ea9d417ccffa2ad 1.65 MB 2,481 1
911,076 911,076 00000000000000000000eb69984d76c31b94baedfaa72694b1e8f259cd239042 1.63 MB 2,269 2
911,075 911,075 00000000000000000000fb2032b2dc9a8a74b285d12d884fd343414433aa6d88 1.59 MB 4,169 5
911,074 911,074 000000000000000000010820cc1d8710db65aedc2932c5463350104e88c65d44 1.54 MB 4,135 4
911,073 911,073 00000000000000000000fc4c68ac4a388dfcea89315c8be43d3564875e24a61c 1.67 MB 2,930 2
911,072 911,072 000000000000000000017e4fb3ae3dd484ee5a5d7073c339a8f3e3a91476faa9 1.48 MB 2,554 1
911,071 911,071 00000000000000000000fdb54fd8ed10b918e0a82821ecd4e7cff92846772a1a 1.62 MB 4,339 2
911,070 911,070 000000000000000000001e8d6949bf35e249b8eb25816568d531a2f450b3c8e8 1.56 MB 4,283 5
911,069 911,069 0000000000000000000212f68704347a9df892351695840c964807c26bf206e7 1.59 MB 3,509 4
Previous 10 blocks ↓
Total Size: 775.68 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,380.93 GB sent, 127.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.