Memory Pool Memory Pool Refreshing

6,976 transactions (2.29 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,776 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,053 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,775 (814,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,875 93,875 000000000006554ad7956b2daed068c30dac369849c2afbd5b4344c36da6c1db 0.00 MB 7 0
93,874 93,874 000000000005a329fed141e77114931c8b055a9795dc842ff6dc36629257b282 0.00 MB 11 0
93,873 93,873 000000000006051a5e57662d4b29c80bd8bd2232092d760a342f0a8f219b5ea3 0.00 MB 8 0
93,872 93,872 0000000000027e164a188d6eae87fdd0b7d759efe83d913e9225d35113e935d4 0.00 MB 7 0
93,871 93,871 00000000000260dfd00ab685e792376cecc6ab5ace578aa79cbb07aef947cc17 0.00 MB 6 0
93,870 93,870 0000000000021e44f752823a97dbeecf4f18097f411bd533355bb24285394d40 0.00 MB 9 0
93,869 93,869 00000000000456a1f284d6ad939bafb53d2654df0b63d15dea6c312113473a77 0.00 MB 7 0
93,868 93,868 0000000000040c3eea5b645328dcb332098eb6544916105a1f6e4f95a434aff1 0.00 MB 3 0
93,867 93,867 0000000000002d8441a350889413db687ed136d9ebb67d332d4ce7d391530279 0.00 MB 9 0
93,866 93,866 000000000005d88c3d01723f4ee17eedbe80645de10ec708c9541d83dad0959c 0.00 MB 2 0
93,865 93,865 000000000001a7fa6180718e37f7fa74dd4a9550f84b4a3b9206a2152356bf62 0.00 MB 9 0
93,864 93,864 000000000005cd2034bd67268eb681cb47f3bfa0fd3a8f97f9f47ac90760fb7d 0.00 MB 6 0
93,863 93,863 000000000007be6d5f08915b445f65b3bdaa04ba4d2660a483e60032a9a91a31 0.00 MB 9 0
93,862 93,862 0000000000081f30263fe77c68c3a5a33f366e7fb20296eff3176fb61384d1ea 0.00 MB 7 0
93,861 93,861 000000000002d1f0a218d7ef5414e6d7d0805ac306c7b2aa1a486e04bf7037a6 0.00 MB 2 0
93,860 93,860 0000000000045fe64f2ece462cdf15728e51f27143b439579428f394227d1f27 0.00 MB 8 0
93,859 93,859 0000000000081932329589691fbbecab9774e22c40af0cbc3f745ed906597314 0.00 MB 4 0
93,858 93,858 00000000000657a55ea04f7eae1121d7d87e6fc2e19184ea0e4ae2a0403c08f2 0.00 MB 7 0
93,857 93,857 000000000005ac82c6ffe4e5deeec25905d86333af98920af19347150c25f822 0.00 MB 4 0
93,856 93,856 00000000000330c1b9481f56c6965321f201fe7ab4c943ea7bd92b01f1e4f514 0.00 MB 10 0
93,855 93,855 000000000003855d07005df4c4171364b4d7fd54d68c45b5034f89a57ebe95f5 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 771.14 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.82 GB sent, 102.72 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.