Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,091 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 976 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,090 (846,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,021 63,021 000000000b36e390234f57916ae81b4fc7f85f92550fb981d4060ac7bd947cf4 0.00 MB 1 0
63,020 63,020 000000000a64f11a2cddee831e811ac108ce115cf853c854e7a7bf5852d83f82 0.00 MB 1 0
63,019 63,019 000000000a3fb2fae7539cfcdb459272d8309ba1cd30ae29e02c993126e7e2a4 0.00 MB 1 0
63,018 63,018 000000000a5bfc9adaad7d353f1a132a9d276eef41331065a3310ffc4d6f0cff 0.00 MB 1 0
63,017 63,017 00000000012b66568d92a0c7180c496b02f4adda8da46550f4e1d09e13576a61 0.00 MB 2 0
63,016 63,016 00000000052bc5c206824e5496ebd187bbcb1a56917bec1ebbbc9d81dbbeff53 0.00 MB 1 0
63,015 63,015 000000000ab2a84e40f687d0139ab7d2fc9926a766b7635bd637562419d94913 0.00 MB 1 0
63,014 63,014 0000000004b6afe382a546cc2c1e556c92ac16dccaa51fdeff95ad1e3a6a658c 0.00 MB 1 0
63,013 63,013 000000000d163938f9ea660c4c9ce911f214d014faa501e32ff6f782a1fa51dc 0.00 MB 1 0
63,012 63,012 0000000009f4ebd3bae72cb0a53bbadf495df17646f6f25c07f5b1d20c0a2873 0.00 MB 1 0
63,011 63,011 0000000006bf8f3237efaf0ab35fd614c1861a1e8aed07ba05e1ebbd7641b02a 0.00 MB 1 0
63,010 63,010 00000000092a2f466bbdc4080daa9ac67a0334b385b4b3190df530e97ba26e59 0.00 MB 1 0
63,009 63,009 0000000009cfbc304a3c417de76fd953bfaf36716b3003e405378b36188ea69d 0.00 MB 1 0
63,008 63,008 000000000070d3324031ee2e666256895b8f7875005fb89c1dd012f2f14d6e5e 0.00 MB 2 0
63,007 63,007 0000000001b886d81779f1d60a105e455d001a5e2ea1f66b9352dcf57471b464 0.00 MB 1 0
63,006 63,006 0000000002e20156a64aecec7110df7042ff6536eb1c5d633d1ac7217f5ab84e 0.00 MB 1 0
63,005 63,005 00000000010dcff4387dc11aa71cdadac5323120f42da240284fbd0c0651e0b7 0.00 MB 1 0
63,004 63,004 00000000049b574422aab0062a1a4cb9792d5098575e17d6558db51afb878a1b 0.00 MB 2 0
63,003 63,003 00000000013ffe4266248b2344b8ebcb0bcfcd9eaf5c7ee0139963ee63e08ea9 0.00 MB 1 0
63,002 63,002 00000000017f68c196844f9b19cea3167a301533e17d897c2a950c5c12ad4fab 0.00 MB 1 0
63,001 63,001 000000000c27b31be4db0ea3d800ceedda97cfe6db4a21746d319d2a56bdb50a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.72 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,909.96 GB sent, 106.11 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.