Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,895 transactions (1.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,500 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,499 (882,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
29,315 29,315 0000000042caa1a2489cfd20f6221913cca568d299947db4ae0a5ae005733378 0.00 MB 1 0
29,314 29,314 00000000deea0a7fe9f21bde53fd9af37184a3168fd53e7bfef8104e25e3cea2 0.00 MB 1 0
29,313 29,313 00000000760d2e2f3d2332e8809ac138d8a3723aadfc34730e8c4f01b27854ba 0.00 MB 1 0
29,312 29,312 00000000ee5c6473479285f94f4f8c46d1c385e72fe0e5ab6030087cf3674da3 0.00 MB 1 0
29,311 29,311 0000000006491fdc77a8aee07fd97fbf86ded81a930ad4d4f992315ef5cdbfd8 0.00 MB 1 0
29,310 29,310 00000000e8a72d3060e11d825f544948b5de971194c056002b01c7357a28f87e 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.26 GB sent, 129.53 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.