Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,465 transactions (1.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,041 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,905 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,040 (847,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,879 62,879 00000000023eee345f18ce8602c574a87701a2b613dbd257d35b762f759eab1d 0.00 MB 1 0
62,878 62,878 00000000083710fe3f8d9f37358e8e3241b4fc97eac268d38261aa28d79715fe 0.00 MB 1 0
62,877 62,877 000000000bcb7bf4e51de23aec7ed5893fa02851b9d0c119d4795c95ec64e9b6 0.00 MB 1 0
62,876 62,876 0000000002492c81bd92be91e5e8b9d966278d340b3cc748813c4eeb0ddff64f 0.00 MB 1 0
62,875 62,875 0000000005402326740672936742722eb39d084fd0c53b748459fa9c89fe7964 0.00 MB 1 0
62,874 62,874 0000000006606cc1c79b7a5cc162c43ea37b5d992d84eb790c942487119b8fe5 0.00 MB 1 0
62,873 62,873 000000000b68afcf84c519f9860c1fb6aaa00bfcc78bcad45d031610b5beb585 0.00 MB 1 0
62,872 62,872 00000000093ee66eb21aba5085733f9d9012fd2c74103776b2234e36b50c6d3b 0.00 MB 1 0
62,871 62,871 00000000088ebdc6aef7aaae06a68c021e3c7f0c0e44ced705fe34ed0867ddab 0.00 MB 1 0
62,870 62,870 000000000a04fbca97c799c1d5a009929834471f1702c12172b7e1edf8adf630 0.00 MB 1 0
62,869 62,869 00000000023494a099b3c3404349351b99e812110513349d7bcef0b077b8ec2f 0.00 MB 1 0
62,868 62,868 0000000006fcef371fea40ed40636181ce40fa65adee7bf37cc4fbdd5149e5b9 0.00 MB 1 0
62,867 62,867 0000000000ca9e62438fbe6523e5ccc60c4420335b98afccbe1f7bab82ce6ac1 0.00 MB 1 0
62,866 62,866 0000000006ea37f83bacff5bcaabb195501869630671addaf60136b6dcef8669 0.00 MB 2 0
62,865 62,865 000000000204074b037c80df98442126e81db8d96abbb99641d1d926ae9faf4e 0.00 MB 4 0
62,864 62,864 000000000a80b2dac2194fc5b985fcb537776dec9864a9a12d62e6c05bc893b4 0.00 MB 1 0
62,863 62,863 0000000002f04a8aeb567638a06b9e249970421fed86e10c8462a37653651aaa 0.00 MB 1 0
62,862 62,862 00000000087806efbf840ee3fc18c09e329044897cee24e4b3c1471d8c02930b 0.00 MB 2 0
62,861 62,861 0000000004948c25f0bfabb5f2a460cdacb87d927b46e5012cd699c5cb3b0f80 0.00 MB 1 0
62,860 62,860 0000000001dc2575dceaae4892de6773f466448f36654a5e0a1cbf17098c95a9 0.00 MB 2 0
62,859 62,859 000000000c8a1ac5babec6533af9ba11df83288e212ae5ec629204bf1662ae7b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.47 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,185.64 GB sent, 115.67 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.