Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,748 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,593 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (73,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,821 833,821 000000000000000000022bb2de197db1b71c5d6334db59e65d417059e9446b7a 1.49 MB 3,490 37
833,820 833,820 000000000000000000013bd05d10aaaf0d846b27b175e05813cec60b7d091eaf 1.74 MB 668 13
833,819 833,819 00000000000000000000fa691dea0ff6506fe55db3d43891be8d4340608a78d7 3.33 MB 791 15
833,818 833,818 0000000000000000000102916a332bbb2f4573afeb41aa4188635fdd5cfa8f34 1.97 MB 2,407 15
833,817 833,817 000000000000000000028b15f2789d91f7f6547c4750cf6057027fcbb5e9f9dd 1.64 MB 2,774 28
833,816 833,816 000000000000000000005fcc07ef9237ca2967149f55d3185e1452df8cd85715 1.61 MB 2,697 26
833,815 833,815 000000000000000000033caca98984aa47068beceb11420e175fbf0b2b8c3520 1.55 MB 2,845 41
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
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.23 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.