Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,427 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (108,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,010 799,010 000000000000000000030ea88d76165935b899ae502a73bc66777f1054062bca 2.12 MB 4,493 5
799,009 799,009 0000000000000000000250f514a85d3cfbacfdde95689eaf8fe4cf8f16f1db66 1.65 MB 3,282 9
799,008 799,008 000000000000000000019bce37ef25093c21dd00155a7714073f6ba8dce570f1 2.38 MB 3,174 6
799,007 799,007 00000000000000000000700d4b9e736e31f38e3c861c6c72ee8f6f316b96fc5b 1.75 MB 2,558 7
799,006 799,006 00000000000000000004255791694f82a1222cd66644800c7d2139fc6395ba8c 2.07 MB 5,705 5
799,005 799,005 00000000000000000001a899847483c0e242e1f5e3a893fb53cbc25ab4288e72 2.07 MB 6,179 6
799,004 799,004 00000000000000000002b7cc1270aebfe8dc3aedf5962c33eb2bf2b5a8fab660 1.89 MB 4,805 8
799,003 799,003 000000000000000000009837a5a4584a741175ae22abbafad4354028cd29b24f 1.81 MB 2,910 11
799,002 799,002 00000000000000000000124e1ecce23afed2e4113350de90041dc9e2f08c25f2 1.89 MB 4,862 8
799,001 799,001 00000000000000000002f04a8ff6f62c728b2cd05b9b24b7bd1faebf9165260a 1.97 MB 5,462 7
799,000 799,000 0000000000000000000164e802df114dfd2d2aa8ddb1eedf46053c6efcf10d94 1.37 MB 1,712 6
798,999 798,999 000000000000000000051e7ea37c68704c9d3ec645132c43ef257893f55255b0 1.36 MB 2,588 14
798,998 798,998 000000000000000000039b01166a5144b9b70aa615a29cd900721c03c3fd1427 1.52 MB 3,149 8
798,997 798,997 000000000000000000022aa21ccbdc46b11ab536a14ac647f7f78d257a335c63 2.03 MB 6,168 5
798,996 798,996 000000000000000000042bced7cc9b836c0aa75985cc00650868066de57c87c2 2.05 MB 6,112 6
798,995 798,995 000000000000000000017774c5293a3f54079b76e989e142bd2328b3233e49c7 1.56 MB 3,157 16
798,994 798,994 000000000000000000021ef063b310b1840f47c05696f4974918db36f9aeb828 1.58 MB 3,290 13
798,993 798,993 00000000000000000004765a70e1201f5596c04a645787401114e3e115373a6e 1.51 MB 2,952 6
798,992 798,992 00000000000000000002ac5f4c13676ba6c402df277e906b657a0aec599ee0f4 1.50 MB 2,535 11
798,991 798,991 00000000000000000002d3e50f221c3bee706b05e346ae3f90e99e0e7e6ab2d5 2.01 MB 4,840 6
798,990 798,990 00000000000000000001e4af49752c9a9ece387ac05e1d0096dff82ae6830e41 1.43 MB 2,682 20
Previous 10 blocks ↓
Total Size: 769.27 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,635.35 GB sent, 94.26 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.