Memory Pool Memory Pool Refreshing

2,428 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.81 vMB 2,415 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (87,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
820,007 820,007 0000000000000000000097275b5e7c55b00cea59094f28ef350d3bd9d64df340 1.60 MB 3,130 274
820,006 820,006 000000000000000000000bb2acb9ae132dcf519be4f2b4281b2fc0b1d1b9b443 1.47 MB 4,015 324
820,005 820,005 00000000000000000003a458f758422ecc69d5307c2eee18f3cff0495ab5d7e2 1.37 MB 3,150 304
820,004 820,004 00000000000000000000c7fd28c1bebe2aa59c011cd64e3315385842167b6dd0 1.40 MB 3,447 356
820,003 820,003 00000000000000000002fbe9015a3b5e5e261f2bbf5d22753074465ff7a27388 1.43 MB 2,920 187
820,002 820,002 00000000000000000003598a346821b1c9a54e30426a0dfa2e8da28a97fb7b29 1.33 MB 2,972 215
820,001 820,001 00000000000000000003a0a38c94842bdba516ed2c815eb19cc1131f733f4920 1.45 MB 3,914 233
820,000 820,000 00000000000000000000ba232574c32b4f0cd023e133c05125310625626d6571 1.58 MB 3,371 252
819,999 819,999 000000000000000000002660d26de87c900f770430d209814b238d15b17a0cfe 1.28 MB 2,435 321
819,998 819,998 000000000000000000028e5a770a60aae80b9f7464ed1d66acd1734cb044ecb2 1.40 MB 4,014 246
819,997 819,997 0000000000000000000123c274713d5e9de225bbf1792ffb965686910badc274 1.42 MB 3,417 277
819,996 819,996 00000000000000000001cc6916a2560549bc26057b3a0ce834c3be4010dfd134 1.46 MB 3,592 247
819,995 819,995 00000000000000000000aacdce0571dcb9ffb6c2258fb8f8f14265cf359afc78 1.44 MB 4,116 256
819,994 819,994 00000000000000000001e1cc298268f6f7a1b1dbb54bddaa2ca97f046f9e9e65 1.46 MB 4,231 274
819,993 819,993 00000000000000000002b9aab537a624112aa2f355e28e8fe1020977f21b16ac 1.41 MB 4,292 242
819,992 819,992 0000000000000000000079eb9e23677d2a21d2bab8b940127cda1dd5573b61f9 1.48 MB 3,888 276
819,991 819,991 00000000000000000003b7d41faf2ddbcd9eeac09f00c3db648fb3b3e483ae2a 1.44 MB 4,077 216
819,990 819,990 00000000000000000002dd1a6c137e150fbe65da668b749b31c0e4996c3b84fb 1.43 MB 3,955 215
819,989 819,989 0000000000000000000034802c0c720f09845af14c3360e70ef9f910ff5ff179 1.41 MB 3,828 235
819,988 819,988 00000000000000000003d55a43668b8db842112a1d32813909e7baa2b33dc029 1.40 MB 3,156 196
819,987 819,987 000000000000000000035981f08aafc9738407c94e0c0895413bcff78d26d0a4 1.40 MB 3,990 238
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.44 GB sent, 93.43 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.