Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,722 transactions (0.57 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,476 000000000000000000022cb30000000000000000000000000000000000000000 0.57 vMB 1,720 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,475 (875,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,181 35,181 00000000a6433136c3a1065502888a1e0b26e3aa8583355d09934554d778806e 0.00 MB 1 0
35,180 35,180 000000003671539196c9acaac269f3e3d35c82744100135c4e5f9a1d43f3344c 0.00 MB 1 0
35,179 35,179 000000009afab6789d9d4cc02310170dc4cfadc0ce50a9873a986196b206bfb1 0.00 MB 1 0
35,178 35,178 000000008e158b825a6ef4c4c04487211ea84a38126fce649547da7c0a63d810 0.00 MB 1 0
35,177 35,177 00000000276680a04550d67fe08ff7f1c2bc69820975d048edba6c7fa54230ee 0.00 MB 1 0
35,176 35,176 00000000361955222e13a7456913874f3c5d05ef0e7248fb5c759e63c690c10f 0.00 MB 1 0
35,175 35,175 00000000734157eef86559e6319a287ddfa0152f2411cd57ce61a7ee3f81924c 0.00 MB 1 0
35,174 35,174 00000000136e97361a6f186d821980a98b112919c11986e6bf15c0370a09d3b9 0.00 MB 1 0
35,173 35,173 000000003774949ae90b5efcf79005fd3b6c468613cd2da49bd6365cf9638820 0.00 MB 1 0
35,172 35,172 00000000a0f91732ac7f55f7772efe3f076fd8935f090be0e53479f7172a0298 0.00 MB 1 0
35,171 35,171 0000000018d6737b015bdecd8352cecf68a91322bcc3bbae0d42e6ccde6203c2 0.00 MB 1 0
35,170 35,170 00000000654955e39227d8a352400249ebd7f1953aaf1b8e82e7824ee68bdae7 0.00 MB 1 0
35,169 35,169 000000007222a434a9d04ad39d78d0a7e640d8f0c98d873e92b3303b41bc6df5 0.00 MB 1 0
35,168 35,168 000000001041339268330c01a9a93c03997d568c8c2f3205d29b5d38354bd3ea 0.00 MB 1 0
35,167 35,167 00000000852931e9e8f7eabd0f50aff9b7ebb401a9492bc6e49030cd88679248 0.00 MB 1 0
35,166 35,166 0000000071e8a54e611cbf30434ace776c2652dbe2f0b18c615e6d659d3541b4 0.00 MB 1 0
35,165 35,165 00000000805d647252e2c694b61256f44e506d0e5bc085f4161dc0f67a95998d 0.00 MB 1 0
35,164 35,164 00000000179a09b7ae4f0afae929f387872a7ebd42a75bc3672a9d6ebc52c46b 0.00 MB 1 0
35,163 35,163 00000000b69746762318f3e5b61ccc1d223c3475c6f305a37257f06cc15e926f 0.00 MB 1 0
35,162 35,162 000000003c70c8268dcc27bf4e1c46461c5e0d827ae669d05e06b86ad767114a 0.00 MB 1 0
35,161 35,161 00000000b78c6d910a6567d50d12dc6db364e789af4eb2537199880e29cdc0a1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.27 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,242.68 GB sent, 119.88 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.