Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,263 transactions (0.42 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,501 000000000000000000022b910000000000000000000000000000000000000000 0.41 vMB 1,257 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,500 (882,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,336 29,336 000000008260967149d87a989e82566d81d0fc47bbbc49a91ce5e92a3491096f 0.00 MB 1 0
29,335 29,335 00000000ef28de2a549615f23979aa00758d337c37b95e9f345f7199d27bfabf 0.00 MB 1 0
29,334 29,334 000000008a53e7a0c4009d9be6f55183605280e8dbe169bad7e57d45bd6b5c75 0.00 MB 1 0
29,333 29,333 00000000dadf8f2198d7e072aaf1f3b8c335966bd85ca23f0adf12a80a24a71a 0.00 MB 1 0
29,332 29,332 00000000075827546e70c2487f2f6b8b725e4d591b8a8f15cbf1b78d6122fc18 0.00 MB 1 0
29,331 29,331 00000000efc3dc7237c76c9f169b84d50dc9cfb00e5e8a74dcd55b945b9037a1 0.00 MB 1 0
29,330 29,330 000000006c2c4d04ede8ddbf9d839f7bda84f0442268c9d4ea4dafe6fb234b54 0.00 MB 1 0
29,329 29,329 00000000161ff2aad21e76d67e6993c9bebbe0a6083f40f1a71f2aecebf76b92 0.00 MB 1 0
29,328 29,328 0000000066f4390947eac57707841b9b2508e3680d96c867b3d40c23fc7c0cc5 0.00 MB 1 0
29,327 29,327 00000000202f84d03a04a0bd3dbc7d78ac7591d263854ed00ae89e96e5583b6d 0.00 MB 1 0
29,326 29,326 0000000078d7fa3bfc25ac3200d9663a2ba9104fc821a090f2bc468aab6a85ee 0.00 MB 1 0
29,325 29,325 0000000068cbdf7326fbce22d60a17e6dd15674cce0cba4a8da0078cf9590797 0.00 MB 1 0
29,324 29,324 0000000041378445329c45fe7830eca1c291d051ed204c89325a923923f7d25f 0.00 MB 1 0
29,323 29,323 00000000d02c09983d4b88ced1abb5a3375105aae71a46f812b13c0024fb854f 0.00 MB 1 0
29,322 29,322 000000001dff6a8957e5e284bb585129c87ecc33fabe043014584a5c3eb0184b 0.00 MB 1 0
29,321 29,321 000000001ed7fe2728840c30d2febcf90ea77addd11d9f880a890a7263b97342 0.00 MB 1 0
29,320 29,320 000000004d18f8eb06045e5bb54de78dbf9d724f0d9c6852829de4b9c5e017a0 0.00 MB 1 0
29,319 29,319 00000000a27046cf7ac4ad4cda3d76cc4a6cd904d9994d74428b373c69298415 0.00 MB 1 0
29,318 29,318 00000000581073235757ad49043d6f592e4e6e7630d66be41fcf5c1d9ebe493d 0.00 MB 1 0
29,317 29,317 000000006dfe205d1b3300c9edd065e317253bdcbcd492d8c8b5be67b7b0eb2f 0.00 MB 1 0
29,316 29,316 0000000093c7aa15db75601dd37e41cb44cf4b6afd2ae9f0a9a9d4c8e81828d0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.16 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,412.27 GB sent, 129.54 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.