Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,066 transactions (0.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,008 000000000000000000022cb30000000000000000000000000000000000000000 0.30 vMB 1,054 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,007 (626,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
284,235 284,235 0000000000000000b1f73b52a7c44a4894c575758e42e84efe2ccffc704ee995 0.09 MB 190 34
284,234 284,234 00000000000000001a521d981a0facbf77946dc8a9d02ef9ae6a5e475969351e 0.18 MB 413 40
284,233 284,233 000000000000000127fd016d759c6ddbbbc07a2dd5ddcd9782a500c368ceabf1 0.49 MB 540 28
284,232 284,232 0000000000000000bd680cb3b7d943a86983a57d7f91871ff1dbe3306c3d0077 0.25 MB 374 52
284,231 284,231 000000000000000194d0ee41a745959456e70889917bb6f8b165c4b05d90cf4d 0.02 MB 43 18
284,230 284,230 00000000000000005dd6d80512db394c7930914659cdf506ccd0814687226a9b 0.16 MB 317 44
284,229 284,229 00000000000000010423c3fcb75a5e35612535d7ea39bfaad7542fc338fa9729 0.04 MB 75 34
284,228 284,228 0000000000000000e00db31f91753d0cc4fcadacb3687bdfa8601c86d4a157e9 0.24 MB 509 31
284,227 284,227 00000000000000001fedd219cbaddd6b708b6431e21d875fa5cddfebc2a5297f 0.05 MB 102 123
284,226 284,226 00000000000000015c80cb8349f4eb18898d9a4636974e3a15503fd5f7c510f2 0.10 MB 186 39
284,225 284,225 0000000000000000dc3139802c58402d101f50536438a92781e270a41bc13e8b 0.03 MB 116 44
284,224 284,224 000000000000000024fef338d8dc2b3563a1e5f51c1968dc2e89a5e26d8a1842 0.01 MB 26 50
284,223 284,223 0000000000000000c8cf05c07c90d9868ffee4f7941e7b5e02f12cad0030e66c 0.18 MB 439 43
284,222 284,222 0000000000000000591cedd0216c05b667cd297aba792cce96638ac8ee13cd95 0.09 MB 201 41
284,221 284,221 00000000000000017a6186fe5e62b9b244a2bda40e47670bc52dcbc273eeec60 0.60 MB 650 20
284,220 284,220 0000000000000001673a3052da9c6d6d7289a0d93874f112e6f53d1d1a2587da 0.05 MB 170 126
284,219 284,219 00000000000000006e0786ee9537344a84c1903922804db28e4936c05f254b57 0.34 MB 761 53
284,218 284,218 00000000000000012a5c34b7ff7d6c4f4f2c824f16621a2ee5b23782a8610ac4 0.03 MB 21 8
284,217 284,217 0000000000000001dea3fd0781b66a9dbb5b204d9276840b8553a195f69b9d8a 0.00 MB 12 32
284,216 284,216 0000000000000001381591b611b04251334fae2e0c917c55a92ed7cb6c96a506 0.02 MB 67 98
284,215 284,215 0000000000000000dc945e050ab29c6a55ca7ab0165fa3a1af1a7d73db12a9ef 0.19 MB 429 37
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.