Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

374 transactions (0.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,058 000000000000000000022cb30000000000000000000000000000000000000000 0.18 vMB 351 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,057 (71,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
839,618 839,618 000000000000000000033a73205254da82304c1f796f871db9278e74ece2c4f6 2.04 MB 1,783 38
839,617 839,617 000000000000000000020e7177020d5f64b0ac66862f18264b53dda5acc46245 1.89 MB 2,293 57
839,616 839,616 00000000000000000000bf9e05acf1d502305bbcd842e832743dfa6c095747df 2.30 MB 2,272 46
839,615 839,615 00000000000000000002c2777da7f767aebe0bf071cc5506125706de17442120 2.23 MB 2,393 39
839,614 839,614 00000000000000000001fda64e37a8a93268dab8e188a71e9cb263cb692be75c 2.12 MB 2,682 39
839,613 839,613 000000000000000000015af2ae20eb7e969fc36dc8ccd74b65a325487b61aa4f 1.71 MB 2,775 61
839,612 839,612 00000000000000000001074904425c0d6da4bfc91808a4cc486d476c1169e125 2.11 MB 2,251 35
839,611 839,611 000000000000000000028d719f803c5a62efc717c87a42e5c3112fc88ea7aa57 2.10 MB 2,215 39
839,610 839,610 0000000000000000000253c2fd918aab427cc2ed082188441d3b5a337daf20a5 1.93 MB 2,495 43
839,609 839,609 000000000000000000000210b6e4dce415d7ea99b7e9938bc98f889faf6760b0 1.95 MB 2,788 53
839,608 839,608 000000000000000000032c202b2eb707775c30a196847c913f854457e0b90b4c 1.82 MB 2,835 49
839,607 839,607 000000000000000000012e4d9144fce3068b6f9157f10922e97304f63e132ab6 1.64 MB 3,289 82
839,606 839,606 00000000000000000001268b134ba660fc76889707a28611712145c072fc229c 1.80 MB 3,092 73
839,605 839,605 000000000000000000026a7a6395220f84ec6d1210e992f4cc334bfd1d257995 2.23 MB 1,902 29
839,604 839,604 000000000000000000002848ce72f056b27a66a95c8621766d5a00068cb4e67c 2.24 MB 2,353 35
839,603 839,603 0000000000000000000113d91c867f8168b831e599869233f0b19e2d3833fee9 1.97 MB 3,218 62
839,602 839,602 00000000000000000002015193828ff5d105c0732adfa5eb03bc9e8024c33689 2.24 MB 2,190 30
839,601 839,601 000000000000000000018dee4f098b6781780766e8d7e1e28ed1ea92dd79052e 1.92 MB 1,754 33
839,600 839,600 0000000000000000000038e72316a261426c1a0072affc5a703bff0c13891f79 2.20 MB 2,857 35
839,599 839,599 000000000000000000033bf7c46428f36fd6c776a1ad974ed86773c6ebe4f1d5 2.10 MB 2,822 43
839,598 839,598 000000000000000000007b2ec6911d5a6f28758ff176ab2f875c2fad06829a49 1.70 MB 3,436 80
Previous 10 blocks ↓
Total Size: 775.35 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,363.62 GB sent, 125.52 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.