Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,560 transactions (2.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,932 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,440 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,931 (390,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
520,998 520,998 0000000000000000001ac4321c39d3da75489e6951137c64d1ffa42ccae885cc 0.39 MB 713 27
520,997 520,997 00000000000000000045489c2bb3046f9655dd8ddcd87f0cbf03dbae08e0f662 1.16 MB 2,490 35
520,996 520,996 000000000000000000278dc59d4f1a8ec6bb55138677033672d6c78da0179836 0.28 MB 596 30
520,995 520,995 000000000000000000169ee6880e6ec3d63cafea42c74730c894bb678ea00c9a 0.92 MB 1,709 40
520,994 520,994 00000000000000000013eb5a85549d93b5513f793d834e4f950f5a2117db6f8a 1.04 MB 1,675 13
520,993 520,993 00000000000000000004cc820bb73628e97315e3f0f4657ea2bac2ac0a6c80ff 1.16 MB 2,405 61
520,992 520,992 00000000000000000012de72180ecf399c513682e5ae33231309b30a61ee3f79 0.70 MB 1,057 35
520,991 520,991 00000000000000000006059d69011a99af039a46890bf20cf82c4a932023e1eb 0.07 MB 108 45
520,990 520,990 000000000000000000359461ecc71ba340e1f24b0b88ae8f447dd926dc0c3ffa 0.34 MB 324 29
520,989 520,989 0000000000000000001c89dd356bf8435fc087f85adc93a51488d15b744de1c6 0.99 MB 1,764 19
520,988 520,988 00000000000000000034a6beb840ecb018712398fa28454366c2667a0481e0e2 1.12 MB 1,932 55
520,987 520,987 00000000000000000004a79c701b20eaec24158f2b983f8d0e6681f5844ffb3b 0.05 MB 129 39
520,986 520,986 0000000000000000002a13dffa6932624e6587ba7702a1043ca503a7f0740245 0.11 MB 168 37
520,985 520,985 0000000000000000000d9f4a238b458c8056440221bac9964db8c9f94c0ebc39 0.11 MB 200 29
520,984 520,984 000000000000000000024a61a2ef06937382c782aa5ace4c3b06d05422b86881 0.45 MB 957 39
520,983 520,983 000000000000000000136fb1715fe61f3d10538104a83da46020af8508ddb090 0.38 MB 775 41
520,982 520,982 00000000000000000023ead76fcc68fd71fbadf599af14a91d20d6fe617d5c1f 0.30 MB 660 33
520,981 520,981 000000000000000000168aff998a077010e9c6802d74bded722224c4fd663995 0.13 MB 338 37
520,980 520,980 000000000000000000387ef6e85fcff630b366fa54bcdc6440fed0b30b7ca94b 0.38 MB 474 46
520,979 520,979 000000000000000000450a8546d4276ee53a50c7a9d57f44ee8e609043adf066 0.32 MB 632 44
520,978 520,978 00000000000000000040ed006cb0eaf8c88424a2ab08943c2cdd5ae2fc8168c4 0.08 MB 166 46
Previous 10 blocks ↓
Total Size: 776.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,492.56 GB sent, 133.28 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.