Memory Pool Memory Pool Refreshing

784 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,774 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 770 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (282,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
624,836 624,836 000000000000000000085571e26033249d24f0a216db96378989d076273b82a0 1.19 MB 2,225 25
624,835 624,835 00000000000000000007e804024c4691cb1fbd3b5b5f6a1fa8e09772fbd075c7 1.15 MB 1,710 45
624,834 624,834 00000000000000000007f676a503695b2c16bcb705d1a238c4e2dc3671c2ac67 1.04 MB 995 82
624,833 624,833 0000000000000000001131eb56f658a1ca17559ea9a150e15633efd5fa0aae3e 1.06 MB 352 3
624,832 624,832 0000000000000000000393abad9adeeec73363729b029f478e786151fa1ca74f 1.22 MB 1,677 10
624,831 624,831 0000000000000000000b4f0c6a1cb19310c7bf83ff0391389741642122a969f0 1.16 MB 1,501 10
624,830 624,830 000000000000000000080e03d5ae9f3445c253e9dca251e2b1583c82575c26b3 1.26 MB 2,371 15
624,829 624,829 00000000000000000011a0e0eab8b6868c0b7a6fd847b4e6e9fc82bf2356da68 1.29 MB 2,536 7
624,828 624,828 0000000000000000000e7da468ba7d9772f47323e42f3c010072bb2cbc6703cc 1.20 MB 2,485 29
624,827 624,827 00000000000000000000cc4dd3a6a0912dfedb145905766b798bccc161332b95 1.18 MB 1,584 3
624,826 624,826 00000000000000000000166bdc6dd73f112ce3c6dd8d20d2e6da71f819577f17 1.19 MB 1,862 22
624,825 624,825 000000000000000000066f6f7c825743a3d13b2629742c9b2ea0d17c03886f47 1.08 MB 1,132 6
624,824 624,824 00000000000000000008e428ee0bfef1ecf7339a1c310088e3019a2e71fb1f6f 1.18 MB 1,657 6
624,823 624,823 00000000000000000012f62b969a6031fc2ea0d9738ca1189c9e0721599bc967 1.34 MB 2,638 18
624,822 624,822 000000000000000000052b65940d6165f4d2ba1cd6340e58d97a002ce5a15119 1.14 MB 2,542 7
624,821 624,821 000000000000000000017475d241fa8a27eb154869e80063b3530492ced1ebc1 1.24 MB 2,766 18
624,820 624,820 0000000000000000000f7b79d1c4ca9f813e8cc93634f7cd740cb69025822392 1.37 MB 3,044 18
624,819 624,819 00000000000000000005119aeee8d2550c5875ff0569583d0ca543ed0c06b2d4 1.26 MB 2,942 30
624,818 624,818 0000000000000000000d20f2444e85ea5566553db964f02e229e0d457a11fbc2 1.21 MB 2,234 6
624,817 624,817 0000000000000000000f822d2e0f5dc90afd1013c849ac10ec20fbfe6805cae3 1.32 MB 2,899 15
624,816 624,816 0000000000000000000a734acd659a9bd3572353334825f58a9e740ed7a8f434 1.25 MB 2,697 28
Previous 10 blocks ↓
Total Size: 769.11 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,629.78 GB sent, 93.47 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.