Memory Pool Memory Pool Refreshing

1,577 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,560 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (74,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,814 833,814 0000000000000000000075a4f24d7b56815953ea80cfd02866430445c4a37ce7 1.79 MB 1,268 16
833,813 833,813 000000000000000000030195c2b3214d80cf53ecfda9a598ca53b7781bfc7c0a 2.10 MB 1,702 16
833,812 833,812 00000000000000000002e3fb4d6975f202b87e148597a64974046f47c0b472df 2.02 MB 1,477 19
833,811 833,811 00000000000000000001645a19e38a743d4bf2ff4b5ba1fec16dbb81b1777fba 1.95 MB 2,555 19
833,810 833,810 000000000000000000016cee719dd33b11202ad7b944964f7f6305a83539c1bb 1.98 MB 2,762 37
833,809 833,809 00000000000000000000b0ccdf9b52d16c26f7829d03e10911b2290058ad4858 1.84 MB 3,001 27
833,808 833,808 0000000000000000000228902c6e1d552325244a28db9473c401c0dfc0385a3c 1.65 MB 3,091 28
833,807 833,807 0000000000000000000081dd2ad83dab9b25c912f53e5f22821b4a4474746e90 1.88 MB 3,149 18
833,806 833,806 000000000000000000004ddda4c29ddcb6b0b493a52208f76200f690905356be 1.69 MB 2,802 25
833,805 833,805 00000000000000000000e4eaa57ba5c089262208c3fa7a62c6312d6b6acaa2fc 1.75 MB 2,874 22
833,804 833,804 00000000000000000000d7204283a0771e40c0e9d9a38423a59af023e2051d5a 1.75 MB 2,301 21
833,803 833,803 00000000000000000001538128a4fabe3cc00347f18d409e579b432fb681cb12 1.61 MB 3,426 32
833,802 833,802 0000000000000000000385aa392b3841f14dbdeb76b9ea462f5b8e722d5fe1a2 1.85 MB 3,033 33
833,801 833,801 00000000000000000000bb2a6291d9ce430953d2680b086e00d2f857a5b71de7 1.95 MB 3,036 43
833,800 833,800 00000000000000000001a479f0c322580d84e39410910d39852841b878803f00 1.97 MB 2,297 28
833,799 833,799 00000000000000000001eb66398f78abdd87415da5adc5d227e802a022b68b3d 1.48 MB 2,608 30
833,798 833,798 0000000000000000000112ee24113121b47072741d35e716fb5565a1d0f19ef0 1.68 MB 2,815 43
833,797 833,797 000000000000000000027c58688257cd3befe6ddd7e09bc375b9ae35418c3585 1.91 MB 2,332 27
833,796 833,796 000000000000000000010735bd2887ab229b86719267d94d7f1d896b6457fda5 1.77 MB 2,338 24
833,795 833,795 000000000000000000023e583a69d42993fdad50e26798b958f4cd50e4c93164 1.65 MB 2,975 33
833,794 833,794 000000000000000000016eb1841232f5ea1c1755f82c1a33aaac986d3ee6a3e5 2.04 MB 3,789 33
Previous 10 blocks ↓
Total Size: 769.56 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,649.26 GB sent, 95.75 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.