Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,954 transactions (0.59 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
911,008 000000000000000000022cb30000000000000000000000000000000000000000 0.59 vMB 1,940 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,007 (572,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,634 338,634 00000000000000000383fb8f46411bbaaa9cdb535e7154008bfeaa8c9bea3759 0.00 MB 1 0
338,633 338,633 000000000000000008897c6350fd353af9b8df63d9fc811295b2891abfc1a567 0.47 MB 707 20
338,632 338,632 0000000000000000091c3517b25266ddfabc22d7d897f768e2e590d55bfc4012 0.44 MB 770 28
338,631 338,631 00000000000000000ef95f789caf141cb6fca2ec9e1a300f8f223af75192c1a5 0.05 MB 64 7
338,630 338,630 000000000000000008fbedb5dc36efd67a303f3bfba1faa72f7f63082254bdb3 0.10 MB 198 20
338,629 338,629 0000000000000000087e523fd4f158290b868dfab4367d150d83283ca4b96f30 0.95 MB 1,536 18
338,628 338,628 00000000000000001429424fbb804422c8b39f0bba97940137eda1c761da8b32 0.31 MB 542 7
338,627 338,627 00000000000000000e73dd96b047bdd4e54e1255f84be8d4b9fc13f415774807 0.17 MB 234 21
338,626 338,626 000000000000000017521d3c3d4edaefc22baa7087af007555b175d74bef255f 0.75 MB 1,240 22
338,625 338,625 000000000000000000e8afc2bfc1aa4097cf409c6d0a59cf47d5d300818e0606 0.35 MB 1,005 40
338,624 338,624 0000000000000000011601c2ff7c0d7970b36877587c30c0e9dd7a7fdc8beba4 0.22 MB 474 33
338,623 338,623 000000000000000017b2badee07d2e2aa07e42b3044aeae21e47fbd985c0a0d3 0.43 MB 793 23
338,622 338,622 000000000000000010977f92eebec39229dbcfba712a9f3f85d8d94f1f7c172d 0.49 MB 972 23
338,621 338,621 000000000000000003f558b715c345cd24d751fdb573810a0659ae4d41d26fb0 0.44 MB 841 22
338,620 338,620 000000000000000001038c5933877ee0c4492dfc4e83ed44c417ebed6c5c3108 0.64 MB 1,117 22
338,619 338,619 000000000000000018853a7d803685012ce5484a3dc06b74e17b6aa042167898 0.07 MB 128 14
338,618 338,618 000000000000000012e069e5ab37224b79eed36ec6623444c58b6a570549488f 0.38 MB 636 21
338,617 338,617 00000000000000000accc6e2d6df8dede72ed05f8f7c422df597d4af0bcb498a 0.71 MB 918 14
338,616 338,616 000000000000000010e0dd3fc3a421fce164b0b278dc7e23403f22226287bbb5 0.33 MB 1,024 36
338,615 338,615 000000000000000003e89a53fb43394e47432d250edd2466667902f885744dcd 0.07 MB 128 27
338,614 338,614 000000000000000017f9c44262f2feacd84fe0bc9153b9a6c97c9bcd3915e0ba 0.20 MB 373 21
Previous 10 blocks ↓
Total Size: 775.25 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,360.00 GB sent, 124.99 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.