Memory Pool Memory Pool Refreshing

7,767 transactions (2.69 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,695 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (841,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,779 67,779 00000000046778f7a3099273168877c4173f3718eab991ad206e2a94afebadf5 0.00 MB 1 0
67,778 67,778 000000000121ba4a8f6c8b7f09e04707969bcb27d244e2184336c504f557bfc6 0.00 MB 1 0
67,777 67,777 000000000303fcb4b996b43a113d340486509684f50c317b26222bd5aacc2fa2 0.00 MB 1 0
67,776 67,776 0000000001d577ba9a439d28885ddce31f6583e7495591b6786389fa348655bc 0.00 MB 1 0
67,775 67,775 0000000000859c2ff9ad608f09fd9f23ea019e4e741c50753832ea1e4f335033 0.00 MB 2 0
67,774 67,774 0000000002562c68dfdee4462165992318880fe838e6505998ffe018405331bf 0.00 MB 1 0
67,773 67,773 000000000175abb4768fe8a5c56ed7e26befe76dd9537a4a4a2d4b1dccf8446f 0.00 MB 1 0
67,772 67,772 00000000014986b8c46a450f63d80fd316b2e2333d3e88fb14ddb5006cfff671 0.00 MB 2 0
67,771 67,771 00000000015083a3fb59441554eef763b77df74416644721815527992509c2df 0.00 MB 3 0
67,770 67,770 0000000002978ad39daf6c25307289f51ea0258dcabe98ea00db3ba090ec877d 0.00 MB 1 0
67,769 67,769 0000000000ba640acee9b022dd6013e1d80e92f3c0ed4578be12fb26fbae86ca 0.00 MB 1 0
67,768 67,768 000000000152f80c22b8c7344dd37057faae47eff8b3a659269653fd955a567f 0.00 MB 2 0
67,767 67,767 000000000221642b0fd354497abd40de2dcb1aec5715db3fcb6a5baed97c1376 0.00 MB 1 0
67,766 67,766 0000000004a5df4a38807785d5359d7a29252b953efb9ac271360bce92754f4c 0.00 MB 3 0
67,765 67,765 00000000020be69362bbd18778598fa2a6d6a99654f18be2f0e593c777ca9fe8 0.00 MB 1 0
67,764 67,764 0000000001e851742dbbe378b43cbe170698f2fc0bf830cd95eb83dd5b64448c 0.00 MB 1 0
67,763 67,763 0000000004bc179348db2b59f0cba5498f3fd1acb1dbc604b0fc04f146617121 0.00 MB 3 0
67,762 67,762 00000000050bbbdfb4a0352e26249d8ca4958c858f43fff7e31b2a259328619c 0.00 MB 3 0
67,761 67,761 0000000004efe3d71c8ef74a26392f3529d006f22c5d387463a6aa59f577460c 0.00 MB 3 0
67,760 67,760 000000000487111526d0041816b8d0c5cd9f1d56877be694eb25f431b15eac50 0.00 MB 2 0
67,759 67,759 0000000002df6f525f388745e0e1b793688ae3d094acb155c888aa020486287b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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: 1,856.92 GB sent, 102.79 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.