Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,319 transactions (0.86 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,045 000000000000000000022b910000000000000000000000000000000000000000 0.84 vMB 2,319 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,044 (512,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
399,292 399,292 0000000000000000026977be16accee1219b8e10c74fad3fa78c6f5ffcbfb010 1.00 MB 1,981 39
399,291 399,291 000000000000000000f9a391144ac38a3c39867c624c6a6150c697b9d3f58ceb 0.20 MB 354 30
399,290 399,290 0000000000000000000d2d490a45c89cf4e6fc48c0b19b4349b5d527c65683ea 0.27 MB 416 29
399,289 399,289 0000000000000000052a381db84e99f8cded76e603935a97fdcba0a76fa8b69d 0.99 MB 1,095 17
399,288 399,288 00000000000000000508fed7863b18c9f8058ee5da63ad34b17f92fe83101541 0.77 MB 969 22
399,287 399,287 00000000000000000238030a9d14498b4ea5ed35223c7cc4ec1f27eb8a4610a5 0.98 MB 2,454 45
399,286 399,286 00000000000000000566e723d482c59d355071ab1461e1f48401ff6f09214e88 1.00 MB 1,613 25
399,285 399,285 00000000000000000104cfe35e904a65cf5a989dd05d24a619051f2adf9cf278 0.93 MB 2,630 55
399,284 399,284 000000000000000005641855e9f832052b447d758d8e641971bd9652ddd8f016 0.50 MB 983 32
399,283 399,283 000000000000000001127a8bd66b7fd0e30c282067c4ab8fcc623ad33b7dcd51 0.95 MB 2,631 48
399,282 399,282 0000000000000000047c66a5ca86c03353a3559afe58c684de8102bb580b0948 1.00 MB 705 11
399,281 399,281 0000000000000000031d92c48dbaaecea2771c41a79f84f5ce449d6b4919a0ac 0.29 MB 675 38
399,280 399,280 00000000000000000676873b2f43c963ccd838545b2083ee41d2d1cf5a22b90e 0.85 MB 1,531 33
399,279 399,279 000000000000000006a9ba4a1dc0e9e4d6f6dbe880b983d3e801f837c46dbebb 0.99 MB 1,986 42
399,278 399,278 00000000000000000071ce0db67180d1757e37ed78b1d988e6dba01b429aaed1 0.21 MB 353 33
399,277 399,277 0000000000000000069a5ecbed6bb56eef3bab50bb8e23b09bc2db45c37249d9 0.99 MB 521 10
399,276 399,276 000000000000000006b762f173fb8254fb3eabf6bd1dbbcabc1ad5ca2e463aa4 0.93 MB 1,998 39
399,275 399,275 00000000000000000480015be721d2197db50254afa962daea4f601370c91420 0.98 MB 2,505 44
399,274 399,274 00000000000000000208d1f10afa6290abe1bba09987a565ec0233943920df0d 0.68 MB 500 14
399,273 399,273 00000000000000000403d69f2fab8727e44ed9b6f073802c2e88a1c43839c38b 0.00 MB 1 0
399,272 399,272 000000000000000002cb8a2dfc704aaf04f36a59c7b93819b90080c1c4f3260d 0.75 MB 1,618 38
Previous 10 blocks ↓
Total Size: 777.17 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,521.26 GB sent, 134.26 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.