Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,798 transactions (0.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,367 000000000000000000022b910000000000000000000000000000000000000000 0.56 vMB 1,770 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,260 911,260 000000000000000000013026ab7f6da6e240421863fe2f56d27b1b037104034d 2.13 MB 1,888 1
911,259 911,259 0000000000000000000157418bc4e4269d621e20756cf51e04ca0530fed4b18f 2.07 MB 1,796 1
911,258 911,258 0000000000000000000099442f6fc1833d56e4f57fe71366e6430b710ba6b74e 1.85 MB 1,939 2
911,257 911,257 00000000000000000000daa8674e91acf0f23c7c68f8329e7a2a03365f4a20a6 1.86 MB 2,636 1
911,256 911,256 00000000000000000001a0d266f900fe7f780a298296f442cfca8d75e2d3850f 2.05 MB 3,889 0
911,255 911,255 000000000000000000010d4cccacaf44c177fb507e63ebc674e462e2fa51e3a3 1.73 MB 4,010 2
911,254 911,254 000000000000000000021d68a0a05c36c1fe492f34ac52dbd40ef71fef494f94 0.91 MB 2,386 1
911,253 911,253 000000000000000000016486a0339cad52c38d60b0e82330e7836b354b4b3047 1.66 MB 2,327 2
911,252 911,252 00000000000000000001c3b8b0f2d57ccd36b43f8cba28dce70539b7bbdbaf53 1.93 MB 1,217 1
911,251 911,251 0000000000000000000095175c5be473f2004482226ea6e62629fe344591e76d 1.69 MB 1,905 2
911,250 911,250 00000000000000000001fbcc91af1dc346662bc536cb4d8713cd992f00794970 1.60 MB 2,475 3
911,249 911,249 000000000000000000008af5af125e7b29017fa43f68718e91f7d2cbdfcb1441 1.50 MB 3,035 3
911,248 911,248 00000000000000000001ced364d101a671454761ea9f61656049b04dd92f5221 1.55 MB 3,308 6
911,247 911,247 00000000000000000001784a63d4d61afded06173f8e2a221faf747424179ad8 1.57 MB 3,693 5
911,246 911,246 00000000000000000001506b51222ea94f780f81c707a0881acfcd1536c4fc97 1.57 MB 2,971 3
911,245 911,245 00000000000000000000d1e1faf21be06a379f1146f3080dad176b107e6dfba2 1.72 MB 2,818 3
911,244 911,244 00000000000000000000253f7b91573b191ad05302c59fff22fd0f6c7aa331f7 1.48 MB 1,508 2
911,243 911,243 000000000000000000009d5236e23ccb8993467b882fab50515831bc535763a8 1.60 MB 3,722 4
911,242 911,242 00000000000000000001d6c9896cc75efaa2d2fb29f64ae2677fbb9c59fc74af 1.67 MB 3,459 6
911,241 911,241 0000000000000000000191d1469201f582b703cc2d0ebe0dfcb76f9b7686e616 1.60 MB 3,781 5
911,240 911,240 00000000000000000000b9e77a85e0bcbf428757c778126e2cc833dd78939c69 1.58 MB 3,309 3
Previous 10 blocks ↓
Total Size: 775.92 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,401.73 GB sent, 128.43 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.