Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,245 transactions (0.77 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,516 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.77 vMB 2,244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,515 (864,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,219 46,219 000000000696e9273d277e4253f3e98a7e78c3e57dd171a93363a3a7c7acc992 0.00 MB 1 0
46,218 46,218 0000000007b6a7ae65572e41b7778227079fbaf199a9673626b2b924638d2f40 0.00 MB 1 0
46,217 46,217 000000002aa7a9bdf0190dec8363610c2e9a2dc571144fdba84e76279af023d3 0.00 MB 1 0
46,216 46,216 00000000087e397dbf23f889361a763c8decf5f8b29d4686b5198bd5db6b055a 0.00 MB 1 0
46,215 46,215 0000000025f8f9e13e0e1a47486238df4318384aad87519b6f9c198c8cbbcf0a 0.00 MB 1 0
46,214 46,214 00000000104d1ce143b6fbdf3ff8c4f51cbcdaf59b2cfcd14ebe174859f10a3e 0.00 MB 1 0
46,213 46,213 00000000050e48519f83498eae0761f6a6f54e1da64f47a6dfab8a4443b66a63 0.00 MB 1 0
46,212 46,212 00000000286a8cec5f37bff176ce6c81c7bb541b9b01c467db25235b8e500e0c 0.00 MB 1 0
46,211 46,211 000000001013362e88d721e4ef264584938a9505a15b00c412642b1d3227d12c 0.00 MB 1 0
46,210 46,210 000000000d20d7a3cf8f7c7b352e35ad5eb929dc9e8f9b8f7917051d0fa66e04 0.00 MB 1 0
46,209 46,209 00000000277a83f4213c46184646836757f2f01c77b987cc8685cd543112a28d 0.00 MB 1 0
46,208 46,208 000000000cff17a2a1c73bf7ddad09dfdfaf27926d757877d89bf4760268845c 0.00 MB 1 0
46,207 46,207 0000000013d9be4cc32ac7b7bce48fdf2b6626c8f13fef26a8d2ec2eb44e7253 0.00 MB 1 0
46,206 46,206 0000000014dc79e2b28b6ea9a4ca980633b09a804cf8cb9d967ace94add1ba2c 0.00 MB 1 0
46,205 46,205 0000000015bff3a8b9fd67f2cb8197cb2ffcde1b7f5dde4b2238af89525a0711 0.00 MB 1 0
46,204 46,204 0000000002eda5f1ffbcc517eb323c1029bb80c393f5d23c94883b65e80cde12 0.00 MB 1 0
46,203 46,203 000000000b187f54e3b9b36ca6ce41d8a3e343b12ef51da82444b78a8a2b52ad 0.00 MB 1 0
46,202 46,202 00000000158d684b7811d8c155221962ee91e501f828c4470889c3ee8aa56460 0.00 MB 1 0
46,201 46,201 000000001646ac3e406e766522ad79eb26c9b024c1af7bb1bf0608d000b1f8a8 0.00 MB 1 0
46,200 46,200 000000000219cfce557178da9b54cc3552f320b0340c7191d5c0a4dfb8633d4d 0.00 MB 1 0
46,199 46,199 0000000029a9d74b652b0a7759fd857fbadebff3a33a94200e40ae462d584991 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.34 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,244.72 GB sent, 120.27 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.