Memory Pool Memory Pool Refreshing

5,432 transactions (2.16 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (7 blocks)
  • 5 sats/vbyte = (6 blocks)
  • 6 sats/vbyte = (5 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,947 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,507 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,946 (829,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,853 79,853 000000000024e47f1c0cfd829ec3fadee122764d07489de6cd19208c8370e74d 0.00 MB 10 0
79,852 79,852 00000000003abe76cc19c6446103408bfc8304095e2fa7fe4d7d69dc71401e2c 0.00 MB 5 0
79,851 79,851 00000000002ff352e3dbdcbc3e278d9b95251562fb543e53d2110676a0d72f94 0.00 MB 1 0
79,850 79,850 0000000000103242cccd3103b4921a58994f2ede8c3df54bc63a95e2ae70b1df 0.00 MB 2 0
79,849 79,849 00000000002721c05e69d98db5fb34e6f21048f1ea3079d626939971aed880eb 0.00 MB 1 0
79,848 79,848 00000000003ff2cfffca9cbfeadefef96127c8a2cd4d13d956e2ae89984629ae 0.00 MB 1 0
79,847 79,847 000000000048c97940b6cc5cc4f85485b3f84c821aa8e74577d0f8e4c61864eb 0.00 MB 1 0
79,846 79,846 0000000000137230aa1068854da1f033c3954dcee4321f30d062f97e8049515f 0.00 MB 1 0
79,845 79,845 00000000003d1c809344a397341724993fd65c4c7d9d1f87e1a1cafd1b7f35f3 0.00 MB 1 0
79,844 79,844 000000000053f5294d8ea1a878ba1e7fd4bf53d78db01fa00a97c4a938316767 0.00 MB 1 0
79,843 79,843 000000000049ca0b80d1b0a9ee621cac26b5757f5101c78ad8bf0f7268dd9894 0.00 MB 1 0
79,842 79,842 000000000011b5ff9b1a8bf27607619a13e897ac49ad3514b262fba1d714969d 0.00 MB 2 0
79,841 79,841 00000000001d4ab915e4d5cec6b5e7af32b084d79174069bc0e919c4cd4625ba 0.00 MB 2 0
79,840 79,840 00000000000579b9881479600c2b7020e218c9bdc89be818064899c5a7437df5 0.00 MB 5 0
79,839 79,839 00000000001a97f35ea1e4b7a669c5e7f76429098a761b098aa03e61619479a0 0.00 MB 2 0
79,838 79,838 00000000004fe1df7979f0cc9914370e2aae9ff05d38a2dcfb5c090b744cc0eb 0.00 MB 1 0
79,837 79,837 0000000000333494dd56adfa3ca01e372089edb9436b1d9d74d0d94aef2510b1 0.00 MB 2 0
79,836 79,836 0000000000166e9fef9b0715c55fb02cc3e16cabe76eb2bf2dc85bf8a7776495 0.00 MB 1 0
79,835 79,835 00000000002ee9d0c99bbbb3b0e7b2e5279c11be56bac510e279fdd3c4910bc0 0.00 MB 1 0
79,834 79,834 00000000004dd1b4e8361e4b04ddceb3bf54cc37b92aeb1d5591c46d865216da 0.00 MB 1 0
79,833 79,833 00000000000c646558df35e939b9a9bc5a20a1b6cc51043bdef116c30a32ffa0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.45 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,865.71 GB sent, 104.62 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.