Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,505 transactions (1.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,596 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,697 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,595 (842,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,338 67,338 00000000016726516120fb1e2acc8ef4ef29086307ac502ab1178f60fab2a49e 0.00 MB 1 0
67,337 67,337 0000000004104df87180b78354f031cc70bed2a8e8427e2ac07cddd38efbd996 0.00 MB 1 0
67,336 67,336 00000000050518db16d6963598899af3fdc3d162734f5333588d232494e4df37 0.00 MB 1 0
67,335 67,335 00000000027183dade60835130985cefece5ef45adb1d5bbafd28606b9428b03 0.00 MB 1 0
67,334 67,334 00000000058bd2da17c28ab57f5119d67de2af90bd3209b7fb0318a46b7971ab 0.08 MB 307 0
67,333 67,333 0000000001e8f977f500333f63439dc0bd07b83e186f22c8bed8c683d36e0299 0.05 MB 214 0
67,332 67,332 000000000321b99f150d5489d539b1a9665466fb5fdec2422cec8f2a07e6aca1 0.00 MB 1 0
67,331 67,331 000000000423d72bae14cfba51bcaa86c669bc02f4a48c4d4affc9a7a785f6a4 0.01 MB 24 0
67,330 67,330 0000000004758e6905a4516a549d9b79299ec50eaddbb77a2527c2a702f10e5c 0.02 MB 80 0
67,329 67,329 0000000003a0f60f668b20746927a4a5092af51d50ef3e8fda2048a168094d6c 0.02 MB 77 0
67,328 67,328 000000000016ae157e4feb9882bca0d0512dfc1411d180310daff316c774caa8 0.01 MB 50 0
67,327 67,327 0000000001a4e4b9bc9696203b5a613b65ed37f91fecd4c7cd8272197bfe26d5 0.02 MB 75 0
67,326 67,326 0000000002960afa9d0c2b6996455f55caa6fa70b7daa6655a10ffe1c7401d10 0.01 MB 33 0
67,325 67,325 0000000001f4b1d14624d6f590b9d54e0f857c70d40c52676572e529222ac2e4 0.01 MB 29 0
67,324 67,324 00000000041d5915f1656c1ff477e5a1f277483fc19a92a1200f03633c38035a 0.00 MB 15 0
67,323 67,323 00000000039d5ce5130b472837eb7b0700d3633fc6f09ee32c3043a5d8cbacd0 0.01 MB 50 0
67,322 67,322 00000000059b106e901b1b9c1497b0dc973bea5d9b214004ebaf1c7ed80788e9 0.01 MB 46 0
67,321 67,321 00000000043c586852708f3ea12ea774b1e566e52f84d05b9bf658558abbe5e2 0.02 MB 81 0
67,320 67,320 00000000018bca603a7fbe68ebb226004076e0ac35d4faf47840f8546fdf2ad1 0.05 MB 209 0
67,319 67,319 0000000000c1a4303c8ed339faff2a6f1b6d782b2afaddb16d0e138381835512 0.03 MB 118 0
67,318 67,318 00000000048c324c5fa67acbbe0e73c14e4e506cf823244a7d9712050401f8be 0.00 MB 18 0
Previous 10 blocks ↓
Total Size: 772.66 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,097.52 GB sent, 111.60 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.