Memory Pool Memory Pool Refreshing

10,221 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (87,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
820,012 820,012 0000000000000000000229cae4d4629971ede162df34897907ecf4f3f20e66b9 1.56 MB 3,779 273
820,011 820,011 00000000000000000003498f42b6f2def0cab2c1a67af774da7b4d4de457b457 1.51 MB 4,207 296
820,010 820,010 000000000000000000000603b7f56532d4310670dac032522950c73844ec3312 1.44 MB 3,520 326
820,009 820,009 0000000000000000000136a26c5202878647927aadbf5c4c84be07a47e0a66de 1.39 MB 3,209 293
820,008 820,008 0000000000000000000059151afbdf627e12d427bba0057ef18499538eb1451f 1.49 MB 3,765 321
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
Previous 10 blocks ↓
Total Size: 769.03 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,625.72 GB sent, 93.04 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.