Memory Pool Memory Pool Refreshing

4,346 transactions (1.73 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,817 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,783 (829,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,309 79,309 00000000005a5ce7cf02c5bfb12b2dc4dd8803dcf561b932fea57ad1f7ae0616 0.00 MB 2 3,861
79,308 79,308 00000000003fbdd2eb3fe391cc086ca265a2fc3f183a572caf7b05d579c8590f 0.00 MB 1 0
79,307 79,307 000000000028a723c73cd7f43998e6d133e45272291b269c71783ae53bcb510d 0.00 MB 2 0
79,306 79,306 0000000000163b53205156504132362d3098b6ea3f53e8544bae2ffa639e80e3 0.00 MB 2 0
79,305 79,305 000000000050180d89160404fec02966537ab79b34f19d2d9bc86a1e2b6112d3 0.00 MB 2 0
79,304 79,304 00000000002e982a49721884a996b6ea4958ab1e613dd8d3e210cf699184377a 0.00 MB 1 0
79,303 79,303 000000000004b3ee9994feebe993daf8bd15abdba9f2ed188a3acb57bd535f7c 0.00 MB 2 0
79,302 79,302 0000000000177f52dca6774783848558f13a5e9d02db564195b982bb4e820b70 0.00 MB 1 0
79,301 79,301 00000000004d03abcb902016245dea11b740734f57dcf0cb6b8a281cfbb36302 0.00 MB 1 0
79,300 79,300 000000000023ce18fb8f27b8d1666d796d4daa0cf26d8618167bdeac07cb3bc4 0.00 MB 1 0
79,299 79,299 000000000029ae0c0fa18ac81f8710c1aa926af885facc10db97c24bcb532fb1 0.00 MB 1 0
79,298 79,298 00000000001365fe71a59776bf7523c819dadd41b0f4f8c571662a9d875a6fa3 0.00 MB 1 0
79,297 79,297 00000000003c943191911cdbccdfda6e8237344ccadf6c7e5422b4b8627d36d0 0.00 MB 6 841
79,296 79,296 00000000000fa7a13ccb9d4f0f1287182ed09aa130e139d5ec3f34e54e259551 0.00 MB 3 0
79,295 79,295 00000000000b035a0e89cda81d4cbf40794dad51c5460ae49b034ec80e4075f7 0.00 MB 2 0
79,294 79,294 000000000032da882cb319ee2784955472de463a36184bbeb013336cef1f28f3 0.00 MB 1 0
79,293 79,293 0000000000362f95bbc8379a72e903f974ce604fade1cfd7b318337d22243689 0.00 MB 1 0
79,292 79,292 00000000002f353ac98a34faa02077bf4c29e3d9ab4527c3ced2625c262d86bc 0.00 MB 1 0
79,291 79,291 00000000001edc6046453152c0a1a53ce76f3a1c548b946ad15f564975624045 0.00 MB 1 0
79,290 79,290 00000000003210a44c4f4418acea8bc939c87e440d1ab10ed1db35e630c0e654 0.00 MB 1 0
79,289 79,289 0000000000047fb0f390101be26d820bf002b99f1ef0b8208c49867889c33799 0.00 MB 3 1,937
Previous 10 blocks ↓
Total Size: 771.16 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,857.04 GB sent, 102.82 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.